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
-
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).
-
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.
-
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.
-
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.
-
CLASS
- If a Table of Contents item has the type class, it will
display a TaskManagerPanel plugin in the DisplayArea of the
TaskManager window.
-
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.
-
DIALOG_TITLE
- The property TaskManager.dialogTitle is the string to
display in the title bar of any dialogs that are posted by
TaskManager.
-
DISPLAY_AREA_BACKGROUND
- The property TaskManager.DisplayArea.background is a
color that is used as the background for the Display Area.
-
DISPLAY_AREA_EXTRA_VERTICAL_SPACE
- The property TaskManager.DisplayArea.extraVerticalSpace is
the vertical distance, in points,
between items in the Display Area.
-
DISPLAY_AREA_FONT
- The property TaskManager.DisplayArea.font is a font that
is used for text in the Display Area.
-
DISPLAY_AREA_FOREGROUND
- The property TaskManager.DisplayArea.foreground is a
color that is used as the foreground for the Display Area.
-
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.
-
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.
-
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.
-
DISPLAY_AREA_MARGIN_TOP
- The property TaskManager.DisplayArea.marginTop is the
distance, in points, between
the top of the Display Area and its contents.
-
DISPLAY_AREA_METATASK_LINK
- The string TaskManager.DisplayAreaMetataskLink is used
as the name of each link to a Metatask in a tasklist
page.
-
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.
-
DISPLAY_AREA_TEXT
- The string TaskManager.DisplayAreaText is used
as the name of the RichTextComponent for each text area in a
tasklist page.
-
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.
-
DISPLAY_AREA_TITLE_COLOR
- The property TaskManager.DisplayArea.title.color is a color
that is used for the Display Area page title.
-
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.
-
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.
-
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).
-
FRAME_TITLE
- The property TaskManager.frameTitle is a format string
to display in the title bar of the TaskManager window.
-
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.
-
HEIGHT
- The property TaskManager.height is an integer that
defines the height, in points,
of the TaskManager window when it is first launched.
-
INIT_PLUGINS
- The property set TaskManager.initPlugins<n> is a
string array that specified the TaskManagerInitPlugins to load
when the TaskManager is instantiated.
-
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).
-
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.
-
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.
-
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).
-
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.
-
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.
-
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.
-
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.
-
METATASK_ITEM
- The string .metataskItem is used to form the property
set for a list of Metatasks to include in a tasklist page.
-
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.
-
METATASK_NAME
- The property Metatask.name is a string to display as the
name of the Metatask.
-
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.
-
METATASK_TEXT
- The property Metatask.text is a string that contains the
text of the Metatask panel.
-
METATASKS_TEXT
- The string .metatasksText is used to form the intro text
for the set of Metatasks to include in a tasklist page.
-
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.
-
PRODUCT_ATTRIBUTES
- The property set TaskManager.ProductAttributes<n>
is a string array that specifies the products from which
product
attributes will be requested.
-
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.
-
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).
-
TARGET_INFIX
- A String used to identify the end of a link target in
TaskManager text.
-
TARGET_PREFIX
- Text that contains links in the DisplayArea or in Metatasks may
use the subset of HTML supported by the RichTextComponent.
-
TARGET_SUFFIX
- A String used to identify the end of a hypertext link in
TaskManager text.
-
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.
-
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.
-
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.
-
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.
-
TASKMANAGER_HELPMENU
- The string TaskManager.helpMenu is used to define the name
of the Help menu.
-
TASKMANAGER_HELPMENU_ITEM
- The string TaskManager.helpMenu.item<n>
defines the labels to use for the product-specific help menu options.
-
TASKMANAGER_NOMENU
- The boolean property TaskManager.noMenu is set to true if
no menubar should be created for the Task Manager window.
-
TASKMANAGER_OPTIONSMENU
- The string TaskManager.optionsMenu is used to define the name
of the Options menu.
-
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.
-
TEXT
- If a Table of Contents item has the type text, it will
display RichText in the DisplayArea of the TaskManager window.
-
TITLE_RENDERER
- The property TaskManager.titleRenderer is the name of a
TaskManagerTitleRenderer class that should be loaded to
maintain the TaskManager window title.
-
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.
-
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.
-
TOC_EXTRA_VERTICAL_SPACE
- The property TaskManager.TOC.extraVerticalSpace is the
vertical distance, in points,
between categories in the Table of Contents.
-
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.
-
TOC_ITEM_TARGET
- The string .target is appended to
TaskManager.TOC.item<n> to determine the target of each
Table of Contents item.
-
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.
-
TOC_ITEMS
- The property set TaskManager.TOC.item<n> is the
list of items that will be displayed in the Table of Contents.
-
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.
-
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.
-
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.
-
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.
-
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.
-
TOC_TITLE
- The property TaskManager.TOC.title is a string that will
appear at the top of the Table of Contents.
-
TOC_TITLE_COLOR
- The property TaskManager.TOC.title.color is the
foreground color that will be used for the Table of Contents
title.
-
WIDTH
- The property TaskManager.width is an integer that
defines the width, in points,
of the TaskManager window when it is first launched.
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.
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.
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).
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
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
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.
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
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
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
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.
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).
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.
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).
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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
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.
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.
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.
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.
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
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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
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
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
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.
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>
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
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
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
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
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
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.
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.
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.
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.
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"
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.
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