All Packages Class Hierarchy This Package Previous Next Index
Class com.sgi.sysadm.manager.taskManager.SearchPanel
java.lang.Object
|
+----com.sgi.sysadm.manager.taskManager.SearchPanel
- public class SearchPanel
- extends Object
- implements TaskManagerPanel, TaskManagerProperties
The SearchPanel is provided as a service by the sysadm
architecture for doing keyword searches across Metatasks and
Tasks. The client need only specify this class as one of the items
in the TableOfContents and define the keyword property for each
Task and Metatask in the product.
The first time this panel is displayed there will be a delay while
all of the Tasks and Metatasks are indexed.
-
CLEAR_BUTTON_LABEL
- The property SearchPanel.clearButtonLabel is the String
to display on the button the user presses to clear the keyword
field.
-
INTRO_TEXT
- The property SearchPanel.introText is the text which
will describe the purpose of the Search page.
-
KEYWORD_FIELD_COLUMNS
- The property SearchPanel.keywordFieldColumns is the
number of columns wide the keyword text field should be.
-
KEYWORDS_LABEL
- The property SearchPanel.keywordsLabel is the string to
display to the left of the keywords field.
-
SEARCH_BUTTON_LABEL
- The property SearchPanel.searchButtonLabel is the String
to display on the button the User presses to initiate a search
on the keywords entered into the keyword field.
-
SearchPanel()
-
-
initTaskManagerPlugin(HostContext, UIContext)
-
-
taskManagerGetPanel(ResultListener)
-
-
taskManagerSetDisplayArea(DisplayArea)
-
INTRO_TEXT
public static final String INTRO_TEXT
- The property SearchPanel.introText is the text which
will describe the purpose of the Search page. It may be
overridden in the TaskManagerP.properties file.
KEYWORDS_LABEL
public static final String KEYWORDS_LABEL
- The property SearchPanel.keywordsLabel is the string to
display to the left of the keywords field. It may be
overridden in the TaskManagerP.properties file.
KEYWORD_FIELD_COLUMNS
public static final String KEYWORD_FIELD_COLUMNS
- The property SearchPanel.keywordFieldColumns is the
number of columns wide the keyword text field should be. It
may be overridden in the TaskManagerP.properties file.
SEARCH_BUTTON_LABEL
public static final String SEARCH_BUTTON_LABEL
- The property SearchPanel.searchButtonLabel is the String
to display on the button the User presses to initiate a search
on the keywords entered into the keyword field. It may be
overridden in the TaskManagerP.properties file.
CLEAR_BUTTON_LABEL
public static final String CLEAR_BUTTON_LABEL
- The property SearchPanel.clearButtonLabel is the String
to display on the button the user presses to clear the keyword
field. It may be overridden in the TaskManagerP.properties
file.
SearchPanel
public SearchPanel()
initTaskManagerPlugin
public void initTaskManagerPlugin(HostContext hc,
UIContext uic)
- See Also:
- initTaskManagerPlugin
taskManagerGetPanel
public void taskManagerGetPanel(ResultListener listener)
- See Also:
- taskManagerGetPanel
taskManagerSetDisplayArea
public void taskManagerSetDisplayArea(DisplayArea displayArea)
- See Also:
- taskManagerSetDisplayArea
All Packages Class Hierarchy This Package Previous Next Index