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.


Variable Index

 o CLEAR_BUTTON_LABEL
The property SearchPanel.clearButtonLabel is the String to display on the button the user presses to clear the keyword field.
 o INTRO_TEXT
The property SearchPanel.introText is the text which will describe the purpose of the Search page.
 o KEYWORD_FIELD_COLUMNS
The property SearchPanel.keywordFieldColumns is the number of columns wide the keyword text field should be.
 o KEYWORDS_LABEL
The property SearchPanel.keywordsLabel is the string to display to the left of the keywords field.
 o 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.

Constructor Index

 o SearchPanel()

Method Index

 o initTaskManagerPlugin(HostContext, UIContext)
 o taskManagerGetPanel(ResultListener)
 o taskManagerSetDisplayArea(DisplayArea)

Variables

 o 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.

 o 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.

 o 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.

 o 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.

 o 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.

Constructors

 o SearchPanel
 public SearchPanel()

Methods

 o initTaskManagerPlugin
 public void initTaskManagerPlugin(HostContext hc,
                                   UIContext uic)
See Also:
initTaskManagerPlugin
 o taskManagerGetPanel
 public void taskManagerGetPanel(ResultListener listener)
See Also:
taskManagerGetPanel
 o taskManagerSetDisplayArea
 public void taskManagerSetDisplayArea(DisplayArea displayArea)
See Also:
taskManagerSetDisplayArea

All Packages  Class Hierarchy  This Package  Previous  Next  Index