All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sgi.sysadm.manager.taskManager.TaskManagerProperties

public interface TaskManagerProperties
TaskManagerProperties is an interface that contains all of the properties used to customize the TaskManager and its supporting classes. Classes can refer to these properties without having to fully qualify the names by implementing this interface.

The default values for the properties contained here are defined in com.sgi.sysadm.manager.TaskManagerP.properties and may be overridden by the PackageP.properties file(s) of the product or, more typically, in the {package}.TaskManagerP.properties file. See the TaskManager documentation for more details.

See Also:
TaskManager

Variable Index

 o BAD_PAGE_TYPE
The property TaskManager.Error.badPageType is a format String that is displayed if a table of contents page plugin is not of the expected type (specifically TaskManagerPanel).
 o BUTTON_ITEM
The property set TaskManager.buttonItem<n> defines the labels to use for the product-specific buttons to add to the bottom of the TaskManager window.
 o BUTTON_SPACING
The property TaskManager.buttonSpacing is an integer which defines the amount of space, in points, between the buttons at the bottom of the TaskManager window.
 o BUTTON_TARGET
The String .target, when appended to BUTTON_ITEM, becomes a property that describes the class name to load when the button is pressed.
 o CLASS
If a Table of Contents item has the type class, it will display a TaskManagerPanel plugin in the DisplayArea of the TaskManager window.
 o CLOSE_BUTTON_LABEL
The property TaskManager.closeButtonLabel is a string that will be displayed on the right-most button at the bottom of the TaskManager window.
 o DIALOG_TITLE
The property TaskManager.dialogTitle is the string to display in the title bar of any dialogs that are posted by TaskManager.
 o DISPLAY_AREA_BACKGROUND
The property TaskManager.DisplayArea.background is a color that is used as the background for the Display Area.
 o DISPLAY_AREA_EXTRA_VERTICAL_SPACE
The property TaskManager.DisplayArea.extraVerticalSpace is the vertical distance, in points, between items in the Display Area.
 o DISPLAY_AREA_FONT
The property TaskManager.DisplayArea.font is a font that is used for text in the Display Area.
 o DISPLAY_AREA_FOREGROUND
The property TaskManager.DisplayArea.foreground is a color that is used as the foreground for the Display Area.
 o DISPLAY_AREA_MARGIN_BOTTOM
The property TaskManager.DisplayArea.marginBotton is the distance, in points, between the bottom of the Display Area panel and its contents.
 o DISPLAY_AREA_MARGIN_LEFT
The property TaskManager.DisplayArea.marginLeft is the distance, in points, between the left side of the Display Area and its contents.
 o DISPLAY_AREA_MARGIN_RIGHT
The property TaskManager.DisplayArea.marginRight is the distance, in points, between the right side of the Display Area and its contents.
 o DISPLAY_AREA_MARGIN_TOP
The property TaskManager.DisplayArea.marginTop is the distance, in points, between the top of the Display Area and its contents.
 o DISPLAY_AREA_METATASK_LINK
The string TaskManager.DisplayAreaMetataskLink is used as the name of each link to a Metatask in a tasklist page.
 o DISPLAY_AREA_TASK_LINK
The string TaskManager.DisplayAreaTaskLink is used as the name of the RichTextComponent for each link to a Task in a tasklist page.
 o DISPLAY_AREA_TEXT
The string TaskManager.DisplayAreaText is used as the name of the RichTextComponent for each text area in a tasklist page.
 o DISPLAY_AREA_TITLE_BOTTOM_OFFSET
The property TaskManager.DisplayArea.title.bottomOffset is the margin in points between the bottom of the Display Area title and the top of the first item in the Display Area.
 o DISPLAY_AREA_TITLE_COLOR
The property TaskManager.DisplayArea.title.color is a color that is used for the Display Area page title.
 o DISPLAY_AREA_TITLE_FONT
The property TaskManager.DisplayArea.title.font is a font that is used to display the title of a page in the DisplayArea.
 o DISPLAY_AREA_VERTICAL_UNIT_INCREMENT
The property TaskManager.DisplayArea.verticalUnitIncrement is the distance, in points, that the DisplayArea will scroll when the User clicks on the up or down arrow of the vertical scroll bar.
 o DIVIDER_WIDTH
The property TaskManager.dividerWidth is an integer that defines the width of the divider, in points, that goes between the TaskManager table of contents (left hand side) and the TaskManager display area (right hand side).
 o FRAME_TITLE
The property TaskManager.frameTitle is a format string to display in the title bar of the TaskManager window.
 o GLOSSARY_TARGET
A String used as part of a Link in TaskManager text that indicates a glossary window should be launched when the link is activated.
 o HEIGHT
The property TaskManager.height is an integer that defines the height, in points, of the TaskManager window when it is first launched.
 o INIT_PLUGINS
The property set TaskManager.initPlugins<n> is a string array that specified the TaskManagerInitPlugins to load when the TaskManager is instantiated.
 o MARGIN_BOTTOM
The property TaskManager.marginBottom defines the amount of space, in points, between the top of the TaskManager button area and the bottom of the table of contents (left hand side) and display area (right hand side).
 o MARGIN_LEFT
The property TaskManager.marginLeft defines the amount of space, in points, between the left side of the TaskManager window and the left edge of the table of contents.
 o MARGIN_RIGHT
The property TaskManager.marginRight defines the amount of space, in points, between the right side of the TaskManager window and the right edge of the display area.
 o MARGIN_TOP
The property TaskManager.marginTop defines the amount of space, in points, between the top of the TaskManager window and the top of the table of contents (left hand side) and display area (right hand side).
 o MENU_MNEMONIC
The String .mnemonic, when appended to BUTTON_ITEM, becomes a property that describes the mnemonic of the menu item which will appear in the Options menu.
 o METATASK_CLOSE_BUTTON_LABEL
The property Metatask.closeButtonLabel is a string that defines the label that appears at the bottom of a RichText-based metatask window.
 o METATASK_ICON
The property Metatask.icon is the CLASSPATH relative name of an icon image file of the icon to display along with the Metatask name.
 o METATASK_INTRO_TEXT
The property Metatask.introText is a string containing text to display along with the Metatask name and icon in the DisplayArea of the TaskManager window.
 o METATASK_ITEM
The string .metataskItem is used to form the property set for a list of Metatasks to include in a tasklist page.
 o METATASK_KEYWORDS
The property Metatask.keywords is a string that contains a list of whitespace-separated words that can be used to locate the Metatask using the TaskManager search feature.
 o METATASK_NAME
The property Metatask.name is a string to display as the name of the Metatask.
 o METATASK_TARGET
A String used as part of a Link in TaskManager text that indicates a metatask should be launched when the link is activated.
 o METATASK_TEXT
The property Metatask.text is a string that contains the text of the Metatask panel.
 o METATASKS_TEXT
The string .metatasksText is used to form the intro text for the set of Metatasks to include in a tasklist page.
 o MISSING_CLASS_ERROR
The property TaskManager.Error.missingClass is a format String that is displayed if a table of contents page plugin does not exist.
 o PRODUCT_ATTRIBUTES
The property set TaskManager.ProductAttributes<n> is a string array that specifies the products from which product attributes will be requested.
 o SEPARATOR
If a Table of Contents item has the type separator, it will be displayed as a horizontal separator at that location in the Table of Contents.
 o SPLIT_RATIO
The property TaskManager.splitRatio is double that defines the position of the divider, as a decimal fraction of the width of the TaskManager window, that goes between the TaskManager table of contents (left hand side) and the TaskManager display area (right hand side).
 o TARGET_INFIX
A String used to identify the end of a link target in TaskManager text.
 o TARGET_PREFIX
Text that contains links in the DisplayArea or in Metatasks may use the subset of HTML supported by the RichTextComponent.
 o TARGET_SUFFIX
A String used to identify the end of a hypertext link in TaskManager text.
 o TASK_GROUP
The string .taskGroup is appended to the tasklist page name to form a property set that lists the Task groups that will be displayed in the DisplayArea of the TaskManager window for a particular tasklist page.
 o TASK_GROUP_INTRO_TEXT
The string .introText is appended to the Task group property to form a property that contains the introductory text for a Task group.
 o TASK_TARGET
A String used as part of a Link in TaskManager text that indicates a task should be launched when the link is activated.
 o TASKLIST
If a Table of Contents item has the type tasklist, it will display a tasklist page, which is a list of Metatasks followed by a set of Task groups, in the DisplayArea of the TaskManager window.
 o TASKMANAGER_HELPMENU
The string TaskManager.helpMenu is used to define the name of the Help menu.
 o TASKMANAGER_HELPMENU_ITEM
The string TaskManager.helpMenu.item<n> defines the labels to use for the product-specific help menu options.
 o TASKMANAGER_NOMENU
The boolean property TaskManager.noMenu is set to true if no menubar should be created for the Task Manager window.
 o TASKMANAGER_OPTIONSMENU
The string TaskManager.optionsMenu is used to define the name of the Options menu.
 o TASKMANAGER_PROPERTY_PREFIX
The string TaskManager. is used as the prefix for a number of properties and has been made available to other classes as a convenience.
 o TEXT
If a Table of Contents item has the type text, it will display RichText in the DisplayArea of the TaskManager window.
 o TITLE_RENDERER
The property TaskManager.titleRenderer is the name of a TaskManagerTitleRenderer class that should be loaded to maintain the TaskManager window title.
 o TOC_ACTIVE_ICON
The property TaskManager.TOC.activeIcon is the CLASSPATH relative name of an icon image file of the icon to use for the selected Table of Contents entry in TaskManager.
 o TOC_BACKGROUND
The property TaskManager.TOC.background is the color to use as the background for the TaskManager Table of Contents, which is the column on the left-hand side of the TaskManager window.
 o TOC_EXTRA_VERTICAL_SPACE
The property TaskManager.TOC.extraVerticalSpace is the vertical distance, in points, between categories in the Table of Contents.
 o TOC_INACTIVE_ICON
The property TaskManager.TOC.inactiveIcon is the CLASSPATH relative name of an icon image file of the icon to use for all of the unselected Table of Contents entries in the TaskManager.
 o TOC_ITEM_TARGET
The string .target is appended to TaskManager.TOC.item<n> to determine the target of each Table of Contents item.
 o TOC_ITEM_TITLE
The string .title is appended to TaskManager.TOC.item<n> to determine the title to display for each Table of Contents item.
 o TOC_ITEMS
The property set TaskManager.TOC.item<n> is the list of items that will be displayed in the Table of Contents.
 o TOC_LINK
The string TaskManager.TOCLink is used as the name of the RichTextComponent for each page link that appears in the Table of Contents.
 o TOC_MARGIN_BOTTOM
The property TaskManager.TOC.marginBottom is the distance, in points, between the bottom of the Table of Contents panel and its contents.
 o TOC_MARGIN_LEFT
The property TaskManager.TOC.marginLeft is the distance, in points, between the left side of the Table of Contents panel and its contents.
 o TOC_MARGIN_RIGHT
The property TaskManager.TOC.marginRight is the distance, in points, between the right side of the Table of Contents panel and its contents.
 o TOC_MARGIN_TOP
The property TaskManager.TOC.marginTop is the distance, in points, between the top of the Table of Contents panel and the top of the contents of that panel.
 o TOC_TITLE
The property TaskManager.TOC.title is a string that will appear at the top of the Table of Contents.
 o TOC_TITLE_COLOR
The property TaskManager.TOC.title.color is the foreground color that will be used for the Table of Contents title.
 o WIDTH
The property TaskManager.width is an integer that defines the width, in points, of the TaskManager window when it is first launched.

Variables

 o WIDTH
 public static final String WIDTH
The property TaskManager.width is an integer that defines the width, in points, of the TaskManager window when it is first launched.

 o HEIGHT
 public static final String HEIGHT
The property TaskManager.height is an integer that defines the height, in points, of the TaskManager window when it is first launched.

 o DIVIDER_WIDTH
 public static final String DIVIDER_WIDTH
The property TaskManager.dividerWidth is an integer that defines the width of the divider, in points, that goes between the TaskManager table of contents (left hand side) and the TaskManager display area (right hand side).

 o SPLIT_RATIO
 public static final String SPLIT_RATIO
The property TaskManager.splitRatio is double that defines the position of the divider, as a decimal fraction of the width of the TaskManager window, that goes between the TaskManager table of contents (left hand side) and the TaskManager display area (right hand side). For example, to position the divider thirty percent of the way from the left side of the TaskManager window, set the SPLIT_RATIO property as follows:
      TaskManager.splitRatio = .30
 

 o PRODUCT_ATTRIBUTES
 public static final String PRODUCT_ATTRIBUTES
The property set TaskManager.ProductAttributes<n> is a string array that specifies the products from which product attributes will be requested. Any product attributes set by the User will be stored in the HostContext that is passed to Tasks, Metatasks, and plugins launched by TaskManager. Each product must be given its own property name with TaskManager.ProductAttributes as the base. For example, a TaskManager that wants to load the product attributes from two different products would describe them in the {package}.TaskManagerP.properties file as follows:
         TaskManager.ProductAttributes0 = com.sgi.product0
         TaskManager.ProductAttributes1 = com.sgi.product1
 

 o INIT_PLUGINS
 public static final String INIT_PLUGINS
The property set TaskManager.initPlugins<n> is a string array that specified the TaskManagerInitPlugins to load when the TaskManager is instantiated.

 o BUTTON_ITEM
 public static final String BUTTON_ITEM
The property set TaskManager.buttonItem<n> defines the labels to use for the product-specific buttons to add to the bottom of the TaskManager window. Each buttonItem label must be accompanied by a buttonItem target that describes the TaskManagerAction or TaskManagerFrame to load when the button is pressed. The name of the button will also be used to create a menu item in the Options menu. For example:
       TaskManager.buttonItem0 = "Launch CoolView"
       TaskManager.buttonItem0.mnemonic = "C"
       TaskManager.buttonItem0.target = com.sgi.cv.CoolViewPlugin
       TaskManager.buttonItem1 = "Options"
       TaskManager.buttonItem1.mnemonic = "O"
       TaskManager.buttonItem1.target = com.sgi.cv.OptionsDialog
 

 o BUTTON_TARGET
 public static final String BUTTON_TARGET
The String .target, when appended to BUTTON_ITEM, becomes a property that describes the class name to load when the button is pressed.

See Also:
BUTTON_ITEM
 o MENU_MNEMONIC
 public static final String MENU_MNEMONIC
The String .mnemonic, when appended to BUTTON_ITEM, becomes a property that describes the mnemonic of the menu item which will appear in the Options menu.

See Also:
BUTTON_ITEM
 o BUTTON_SPACING
 public static final String BUTTON_SPACING
The property TaskManager.buttonSpacing is an integer which defines the amount of space, in points, between the buttons at the bottom of the TaskManager window.

 o MARGIN_TOP
 public static final String MARGIN_TOP
The property TaskManager.marginTop defines the amount of space, in points, between the top of the TaskManager window and the top of the table of contents (left hand side) and display area (right hand side).

 o MARGIN_LEFT
 public static final String MARGIN_LEFT
The property TaskManager.marginLeft defines the amount of space, in points, between the left side of the TaskManager window and the left edge of the table of contents.

 o MARGIN_BOTTOM
 public static final String MARGIN_BOTTOM
The property TaskManager.marginBottom defines the amount of space, in points, between the top of the TaskManager button area and the bottom of the table of contents (left hand side) and display area (right hand side).

 o MARGIN_RIGHT
 public static final String MARGIN_RIGHT
The property TaskManager.marginRight defines the amount of space, in points, between the right side of the TaskManager window and the right edge of the display area.

 o DIALOG_TITLE
 public static final String DIALOG_TITLE
The property TaskManager.dialogTitle is the string to display in the title bar of any dialogs that are posted by TaskManager.

 o FRAME_TITLE
 public static final String FRAME_TITLE
The property TaskManager.frameTitle is a format string to display in the title bar of the TaskManager window. Parameter {0} is filled in with the server name from HostContext. If your product wants the TaskManager window title to be dynamic (e.g. displaying current server information), then it should define a TaskManagerTitleRenderer and use the TITLE_RENDERER property to install the renderer into TaskManager.

 o TITLE_RENDERER
 public static final String TITLE_RENDERER
The property TaskManager.titleRenderer is the name of a TaskManagerTitleRenderer class that should be loaded to maintain the TaskManager window title. If this property is defined and the specified TaskManagerTitleRenderer exists, the FRAME_TITLE property will be ignored.

 o CLOSE_BUTTON_LABEL
 public static final String CLOSE_BUTTON_LABEL
The property TaskManager.closeButtonLabel is a string that will be displayed on the right-most button at the bottom of the TaskManager window. When this button is pressed by the user, the TaskManager window is closed.

 o TOC_ACTIVE_ICON
 public static final String TOC_ACTIVE_ICON
The property TaskManager.TOC.activeIcon is the CLASSPATH relative name of an icon image file of the icon to use for the selected Table of Contents entry in TaskManager. When a user chooses a page link on the left-hand side of the TaskManager window, this icon will be displayed next to the selected entry.

 o TOC_INACTIVE_ICON
 public static final String TOC_INACTIVE_ICON
The property TaskManager.TOC.inactiveIcon is the CLASSPATH relative name of an icon image file of the icon to use for all of the unselected Table of Contents entries in the TaskManager. When a user chooses a page link on the left-hand side of the TaskManager window, all of the other items will have this icon displayed next to them to indicate that they are not currently active.

 o TOC_BACKGROUND
 public static final String TOC_BACKGROUND
The property TaskManager.TOC.background is the color to use as the background for the TaskManager Table of Contents, which is the column on the left-hand side of the TaskManager window. The foreground of the Table of Contents is set on the individual components: TOC_TITLE_COLOR and TOC_LINK.

 o TOC_EXTRA_VERTICAL_SPACE
 public static final String TOC_EXTRA_VERTICAL_SPACE
The property TaskManager.TOC.extraVerticalSpace is the vertical distance, in points, between categories in the Table of Contents.

 o TOC_MARGIN_TOP
 public static final String TOC_MARGIN_TOP
The property TaskManager.TOC.marginTop is the distance, in points, between the top of the Table of Contents panel and the top of the contents of that panel.

 o TOC_MARGIN_LEFT
 public static final String TOC_MARGIN_LEFT
The property TaskManager.TOC.marginLeft is the distance, in points, between the left side of the Table of Contents panel and its contents.

 o TOC_MARGIN_BOTTOM
 public static final String TOC_MARGIN_BOTTOM
The property TaskManager.TOC.marginBottom is the distance, in points, between the bottom of the Table of Contents panel and its contents.

 o TOC_MARGIN_RIGHT
 public static final String TOC_MARGIN_RIGHT
The property TaskManager.TOC.marginRight is the distance, in points, between the right side of the Table of Contents panel and its contents.

 o TOC_TITLE
 public static final String TOC_TITLE
The property TaskManager.TOC.title is a string that will appear at the top of the Table of Contents.

 o TOC_TITLE_COLOR
 public static final String TOC_TITLE_COLOR
The property TaskManager.TOC.title.color is the foreground color that will be used for the Table of Contents title.

 o TOC_LINK
 public static final String TOC_LINK
The string TaskManager.TOCLink is used as the name of the RichTextComponent for each page link that appears in the Table of Contents. This name is used as the prefix for looking up properties for the page links.

See Also:
RichTextComponent
 o TOC_ITEMS
 public static final String TOC_ITEMS
The property set TaskManager.TOC.item<n> is the list of items that will be displayed in the Table of Contents. Each item is described by its type, which is one of: TaskManagerProperties.TEXT, TaskManagerProperties.TASKLIST, TaskManagerProperties.SEPARATOR, or TaskManagerProperties.CLASS. Each non-separator item has associated with it a title (see TaskManagerProperties.TOC_ITEM_TITLE) and a target (See TaskManagerProperties.TOC_ITEM_TARGET). For example, if TaskManager is to display a page named "Overview" which is simple text, a page named "Search" that allows the user to search the list of available tasks, a separator, and then tasklist page called "First Page", the properties in {product}.TaskManagerP.properties would look like:
     TaskManager.TOC.item0 = text
     TaskManager.TOC.item0.title = Overview
     TaskManager.TOC.item0.target = \
            Here is some overview text to display.  It uses \
            the subset of HTML supported by RichTextComponent.
     TaskManager.TOC.item1 = class
     TaskManager.TOC.item1.title = Search
     TaskManager.TOC.item1.target =\
            com.sgi.sysadm.manager.taskManager.SearchPanel
     TaskManager.TOC.item2 = separator
     TaskManager.TOC.item3 = tasklist
     TaskManager.TOC.item3.title = First Page
     TaskManager.TOC.item3.target = FirstPage
 
Tasklist pages have two additional property sets associated with them TaskManagerProperties.TASK_GROUP and TaskManagerProperties.METATASK_ITEM, which are described below.

 o TEXT
 public static final String TEXT
If a Table of Contents item has the type text, it will display RichText in the DisplayArea of the TaskManager window. The text is specified as the item target. See TaskManagerProperties.TOC_ITEMS for details.

 o SEPARATOR
 public static final String SEPARATOR
If a Table of Contents item has the type separator, it will be displayed as a horizontal separator at that location in the Table of Contents.

 o TASKLIST
 public static final String TASKLIST
If a Table of Contents item has the type tasklist, it will display a tasklist page, which is a list of Metatasks followed by a set of Task groups, in the DisplayArea of the TaskManager window. The item target is a string that is used to form the Metatask and Task group property sets. For example:
     TaskManager.TOC.item3 = tasklist
     TaskManager.TOC.item3.title = First Page
     TaskManager.TOC.item3.target = FirstPage
     TaskManager.FirstPage.metataskItem0 = \
          com.sgi.product.metatask.FirstMetatask
     ...
     TaskManager.FirstPage.taskGroup0 = FirstTaskGroup
 
See TaskManagerProperties.METATASK_ITEM and TaskManagerProperties.TASK_GROUP for details.

 o CLASS
 public static final String CLASS
If a Table of Contents item has the type class, it will display a TaskManagerPanel plugin in the DisplayArea of the TaskManager window. The target of the item is the class name of the TaskManagerPlugin to load. For example, the Search feature provided by the sysadm infrastructure would be added to TaskManager as follows:
     TaskManager.TOC.item1 = class
     TaskManager.TOC.item1.title = Search
     TaskManager.TOC.item1.target =\
            com.sgi.sysadm.manager.taskManager.SearchPanel
 

 o TOC_ITEM_TITLE
 public static final String TOC_ITEM_TITLE
The string .title is appended to TaskManager.TOC.item<n> to determine the title to display for each Table of Contents item. See TaskManagerProperties.TOC_ITEMS for details.

 o TOC_ITEM_TARGET
 public static final String TOC_ITEM_TARGET
The string .target is appended to TaskManager.TOC.item<n> to determine the target of each Table of Contents item. See TaskManagerProperties.TOC_ITEMS for details.

 o METATASK_ITEM
 public static final String METATASK_ITEM
The string .metataskItem is used to form the property set for a list of Metatasks to include in a tasklist page. Each item describes a properties file that contains Metatask data such as the Metatask name icon to display in the DisplayArea. For example:
     TaskManager.TOC.item3 = tasklist
     TaskManager.TOC.item3.title = First Page
     TaskManager.TOC.item3.target = FirstPage
     TaskManager.FirstPage.metataskItem0 = \
          com.sgi.product.metatask.FirstMetatask
 
indicates that the properties file com.sgi.product.metatask.FirstMetataskP.properties contains the Metatask name and icon.

 o METATASKS_TEXT
 public static final String METATASKS_TEXT
The string .metatasksText is used to form the intro text for the set of Metatasks to include in a tasklist page. For example:
     TaskManager.FirstPage.metatasksText = The following \
        tasksets can help you customize your cluster.
 

 o METATASK_INTRO_TEXT
 public static final String METATASK_INTRO_TEXT
The property Metatask.introText is a string containing text to display along with the Metatask name and icon in the DisplayArea of the TaskManager window. This property is found in the Metatask properties file.

 o METATASK_ICON
 public static final String METATASK_ICON
The property Metatask.icon is the CLASSPATH relative name of an icon image file of the icon to display along with the Metatask name. This property is found in the Metatask properties file.

 o METATASK_NAME
 public static final String METATASK_NAME
The property Metatask.name is a string to display as the name of the Metatask. This property is found in the Metatask properties file.

 o METATASK_TEXT
 public static final String METATASK_TEXT
The property Metatask.text is a string that contains the text of the Metatask panel. The text is displayed in a RichTextComponent, so it may contain the limited HTML subset supported by that component. This property is found in the Metatask properties file.

 o METATASK_KEYWORDS
 public static final String METATASK_KEYWORDS
The property Metatask.keywords is a string that contains a list of whitespace-separated words that can be used to locate the Metatask using the TaskManager search feature. This property is found in the Metatask properties file.

 o TASK_GROUP
 public static final String TASK_GROUP
The string .taskGroup is appended to the tasklist page name to form a property set that lists the Task groups that will be displayed in the DisplayArea of the TaskManager window for a particular tasklist page. For example:
     TaskManager.TOC.item3 = tasklist
     TaskManager.TOC.item3.title = First Page
     TaskManager.TOC.item3.target = FirstPage
     ...
     TaskManager.FirstPage.taskGroup0 = FirstTaskGroup
 
This indicates that the TaskManager should look in the TaskRegistry for a group of tasks named "FirstTaskGroup" and to list each of the Tasks specified there.

 o TASK_GROUP_INTRO_TEXT
 public static final String TASK_GROUP_INTRO_TEXT
The string .introText is appended to the Task group property to form a property that contains the introductory text for a Task group. The text is displayed above the list of tasks in the Display Area.

 o DISPLAY_AREA_FONT
 public static final String DISPLAY_AREA_FONT
The property TaskManager.DisplayArea.font is a font that is used for text in the Display Area.

 o DISPLAY_AREA_BACKGROUND
 public static final String DISPLAY_AREA_BACKGROUND
The property TaskManager.DisplayArea.background is a color that is used as the background for the Display Area.

 o DISPLAY_AREA_FOREGROUND
 public static final String DISPLAY_AREA_FOREGROUND
The property TaskManager.DisplayArea.foreground is a color that is used as the foreground for the Display Area.

 o DISPLAY_AREA_TITLE_FONT
 public static final String DISPLAY_AREA_TITLE_FONT
The property TaskManager.DisplayArea.title.font is a font that is used to display the title of a page in the DisplayArea. DisplayArea.createTitleComponent() uses this font.

 o DISPLAY_AREA_TITLE_BOTTOM_OFFSET
 public static final String DISPLAY_AREA_TITLE_BOTTOM_OFFSET
The property TaskManager.DisplayArea.title.bottomOffset is the margin in points between the bottom of the Display Area title and the top of the first item in the Display Area.

 o DISPLAY_AREA_TITLE_COLOR
 public static final String DISPLAY_AREA_TITLE_COLOR
The property TaskManager.DisplayArea.title.color is a color that is used for the Display Area page title.

 o DISPLAY_AREA_EXTRA_VERTICAL_SPACE
 public static final String DISPLAY_AREA_EXTRA_VERTICAL_SPACE
The property TaskManager.DisplayArea.extraVerticalSpace is the vertical distance, in points, between items in the Display Area.

 o DISPLAY_AREA_MARGIN_TOP
 public static final String DISPLAY_AREA_MARGIN_TOP
The property TaskManager.DisplayArea.marginTop is the distance, in points, between the top of the Display Area and its contents.

 o DISPLAY_AREA_MARGIN_LEFT
 public static final String DISPLAY_AREA_MARGIN_LEFT
The property TaskManager.DisplayArea.marginLeft is the distance, in points, between the left side of the Display Area and its contents.

 o DISPLAY_AREA_MARGIN_BOTTOM
 public static final String DISPLAY_AREA_MARGIN_BOTTOM
The property TaskManager.DisplayArea.marginBotton is the distance, in points, between the bottom of the Display Area panel and its contents.

 o DISPLAY_AREA_MARGIN_RIGHT
 public static final String DISPLAY_AREA_MARGIN_RIGHT
The property TaskManager.DisplayArea.marginRight is the distance, in points, between the right side of the Display Area and its contents.

 o DISPLAY_AREA_VERTICAL_UNIT_INCREMENT
 public static final String DISPLAY_AREA_VERTICAL_UNIT_INCREMENT
The property TaskManager.DisplayArea.verticalUnitIncrement is the distance, in points, that the DisplayArea will scroll when the User clicks on the up or down arrow of the vertical scroll bar.

 o DISPLAY_AREA_METATASK_LINK
 public static final String DISPLAY_AREA_METATASK_LINK
The string TaskManager.DisplayAreaMetataskLink is used as the name of each link to a Metatask in a tasklist page. This name is used as a prefix to look up properties for the link, which is a RichTextComponent.

See Also:
RichTextComponent
 o DISPLAY_AREA_TASK_LINK
 public static final String DISPLAY_AREA_TASK_LINK
The string TaskManager.DisplayAreaTaskLink is used as the name of the RichTextComponent for each link to a Task in a tasklist page. This name is used as a prefix to look up properties for the Task links.

See Also:
RichTextComponent
 o DISPLAY_AREA_TEXT
 public static final String DISPLAY_AREA_TEXT
The string TaskManager.DisplayAreaText is used as the name of the RichTextComponent for each text area in a tasklist page. This name is used as a prefix to look up properties for the text areas.

See Also:
RichTextComponent
 o METATASK_CLOSE_BUTTON_LABEL
 public static final String METATASK_CLOSE_BUTTON_LABEL
The property Metatask.closeButtonLabel is a string that defines the label that appears at the bottom of a RichText-based metatask window.

 o TARGET_PREFIX
 public static final String TARGET_PREFIX
Text that contains links in the DisplayArea or in Metatasks may use the subset of HTML supported by the RichTextComponent. Links to Tasks, Metatasks, and Glossary entries can be added using the following link format:
 Task: <A HREF=task.com.sgi.product.task.MyTask>
 Metatask: <A HREF=metatask.com.sgi.product.metatask.Metatask>
 Glossary: <A HREF=glossary.definition>
 

 o TARGET_INFIX
 public static final String TARGET_INFIX
A String used to identify the end of a link target in TaskManager text. Literally the String ">".

See Also:
TARGET_PREFIX
 o TARGET_SUFFIX
 public static final String TARGET_SUFFIX
A String used to identify the end of a hypertext link in TaskManager text. Literally, the String "<A>".

See Also:
TARGET_PREFIX
 o METATASK_TARGET
 public static final String METATASK_TARGET
A String used as part of a Link in TaskManager text that indicates a metatask should be launched when the link is activated. Literally "metatask."

See Also:
TARGET_PREFIX
 o TASK_TARGET
 public static final String TASK_TARGET
A String used as part of a Link in TaskManager text that indicates a task should be launched when the link is activated. Literally "task."

See Also:
TARGET_PREFIX
 o GLOSSARY_TARGET
 public static final String GLOSSARY_TARGET
A String used as part of a Link in TaskManager text that indicates a glossary window should be launched when the link is activated. Literally "glossary."

See Also:
TARGET_PREFIX
 o TASKMANAGER_PROPERTY_PREFIX
 public static final String TASKMANAGER_PROPERTY_PREFIX
The string TaskManager. is used as the prefix for a number of properties and has been made available to other classes as a convenience.

 o MISSING_CLASS_ERROR
 public static final String MISSING_CLASS_ERROR
The property TaskManager.Error.missingClass is a format String that is displayed if a table of contents page plugin does not exist. Argument {0} is the class name, and argument {1} is the page title. For example, if a table of contents item is of type CLASS but the named class is not found, the missingClass error message will be displayed.

 o BAD_PAGE_TYPE
 public static final String BAD_PAGE_TYPE
The property TaskManager.Error.badPageType is a format String that is displayed if a table of contents page plugin is not of the expected type (specifically TaskManagerPanel). Argument {0} is the class name, and argument {1} is the page title. For example, if a table of contents item is of type CLASS but the class implements TaskManagerFrame instead of TaskManagerPanel, the badPageType error message will be displayed.

 o TASKMANAGER_NOMENU
 public static final String TASKMANAGER_NOMENU
The boolean property TaskManager.noMenu is set to true if no menubar should be created for the Task Manager window.

 o TASKMANAGER_HELPMENU
 public static final String TASKMANAGER_HELPMENU
The string TaskManager.helpMenu is used to define the name of the Help menu. For example,
       TaskManager.helpMenu.label = "Help"
       TaskManager.helpMenu.mnemonic = "H"
 

 o TASKMANAGER_HELPMENU_ITEM
 public static final String TASKMANAGER_HELPMENU_ITEM
The string TaskManager.helpMenu.item<n> defines the labels to use for the product-specific help menu options. Each option must be accompanied by a mnemonic, the default help text to be displayed, and the name of the help book, and the name of the key which is used to display the correct page in the book. For example,
    TaskManager.helpMenu.item0.label = Overview of Task Manager
    TaskManager.helpMenu.item0.mnemonic = O
    TaskManager.helpMenu.item0.helpBook = Rhino
    TaskManager.helpMenu.item0.helpKey = rhino_tmintro
    TaskManager.helpMenu.item0.defaultHelpText = \
		Follow the blue links.
 

 o TASKMANAGER_OPTIONSMENU
 public static final String TASKMANAGER_OPTIONSMENU
The string TaskManager.optionsMenu is used to define the name of the Options menu. For example,
       TaskManager.optionsMenu.label = "Options"
       TaskManager.optionsMenu.mnemonic = "H"
 
The string specified by CLOSE_BUTTON_LABEL will always be the last item in the Options menu.

See Also:
CLOSE_BUTTON_LABEL

All Packages  Class Hierarchy  This Package  Previous  Next  Index