All Packages Class Hierarchy
$
_
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- ActionHandler(MenuManager).
Constructor for class com.ibm.as400.ui.framework.java.ActionHandler
- Constructs an
ActionHandler
.
- activatePanel().
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
- Runs the activation handlers for the currently selected pane.
- activatePanel().
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Runs the activation handlers for this panel.
- activatePanel().
Method in interface com.ibm.as400.ui.framework.java.PaneManager
- Runs the activation handlers for the currently selected pane.
- activatePanel().
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Runs the activation handlers for the currently selected pane.
- activatePanel().
Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
- Runs the activation handlers for the currently selected pane.
- activatePanel().
Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Runs the activation handlers for the currently selected pane.
- activatePanel().
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Runs the activation handlers for the currently selected pane.
- addButtons(int).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Adds the OK, Cancel or Help buttons to the property sheet if they
have been previously removed.
- addButtons(int).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Adds the Back, Next, Finish, Cancel or Help buttons to the wizard panel
if they have been previously removed.
- addCancelListener(ActionListener).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Adds an
ActionListener
which is notified when
the user cancels out of a window.
- addCancelListener(ActionListener).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Adds an
ActionListener
which is notified when
the user cancels out of a window.
- addCancelListener(ActionListener).
Method in interface com.ibm.as400.ui.framework.java.WindowManager
- Adds an
ActionListener
which is notified when
the user cancels out of a window.
- addCancelListener(ActionListener).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Adds an
ActionListener
which is notified when
the user cancels out of a window.
- addCommitListener(ActionListener).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Adds an
ActionListener
which is notified when
commit processing is complete.
- addCommitListener(ActionListener).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Adds an
ActionListener
which is notified when
commit processing is complete.
- addCommitListener(ActionListener).
Method in interface com.ibm.as400.ui.framework.java.WindowManager
- Adds an
ActionListener
which is notified when
commit processing is complete.
- addCommitListener(ActionListener).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Adds an
ActionListener
which is notified when
commit processing is complete.
- addHandlerTask(HandlerTask).
Method in class com.ibm.as400.ui.framework.java.ChoiceDescriptor
- Adds a
HandlerTask
to the choice.
- addHandlerTask(HandlerTask).
Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
- Adds a
HandlerTask
to the item.
- addHandlerTask(HandlerTask).
Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
- Adds a
HandlerTask
to the node.
- addPage(PanelManager, int).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Adds a panel to the property sheet managed by the receiver.
- addPanel(PanelManager, int, int).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Adds a panel to the wizard managed by the receiver.
- addRow(Vector).
Method in class com.ibm.as400.ui.framework.java.PanelTableModel
- Adds a row to the end of the model.
- applyChanges().
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
- Transmits changes to user data to the
DataBean
s
which manage the data.
- applyChanges().
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Transmits changes to user data to the
DataBean
s
which manage the data.
- applyChanges().
Method in interface com.ibm.as400.ui.framework.java.PaneManager
- Transmits changes to user data to the
DataBean
s
which manage the data.
- applyChanges().
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Transmits changes to user data to the
DataBean
s
which manage the data.
- applyChanges().
Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
- Transmits changes to user data to the
DataBean
s
which manage the data.
- applyChanges().
Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Transmits changes to user data to the
DataBean
s
which manage the data.
- applyChanges().
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Transmits changes to user data to the
DataBean
s
which manage the data.
- BACK_BUTTON.
Static variable in class com.ibm.as400.ui.framework.java.WizardManager
- Used to identify the Back button on the wizard panel.
- BYPASS_CACHED_RESOURCES.
Static variable in class com.ibm.as400.ui.framework.java.UIFramework
- Indicates that the UI framework should not use cached resource bundles.
- CANCEL_BUTTON.
Static variable in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Used to identify the Cancel button on the property sheet.
- CANCEL_BUTTON.
Static variable in class com.ibm.as400.ui.framework.java.WizardManager
- Used to identify the Cancel button on the wizard panel.
- Capabilities().
Constructor for class com.ibm.as400.ui.framework.java.Capabilities
- Constructs a
Capabilities
object.
- CHECK_FOR_SERIALIZED.
Static variable in class com.ibm.as400.ui.framework.java.UIFramework
- Indicates that the UI framework should check for a serialized panel definition.
- ChoiceDescriptor().
Constructor for class com.ibm.as400.ui.framework.java.ChoiceDescriptor
- Constructs a
ChoiceDescriptor
.
- ChoiceDescriptor(String, String).
Constructor for class com.ibm.as400.ui.framework.java.ChoiceDescriptor
- Constructs a
ChoiceDescriptor
with the specified
name and title.
- ChoiceDescriptor(String, String, HandlerTask[]).
Constructor for class com.ibm.as400.ui.framework.java.ChoiceDescriptor
- Constructs a
ChoiceDescriptor
with the specified
name, title, and HandlerTask
list.
- commit(Vector).
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
- Commits the changes to data displayed on the pane.
- commit(Vector).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Commits the changes to data displayed on the panel.
- commit(Vector).
Method in interface com.ibm.as400.ui.framework.java.PaneManager
- Commits the changes to data displayed on the pane.
- commit(Vector).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Commits the changes to data displayed on the panel.
- commit(Vector).
Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
- Commits the changes to data displayed on the pane.
- commit(Vector).
Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Commits the changes to data displayed on the pane.
- commit(Vector).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Commits the changes to data displayed on the panel.
- ContextMenuManager(String, Locale, String, PaneManager).
Constructor for class com.ibm.as400.ui.framework.java.ContextMenuManager
- Constructs a
ContextMenuManager
for the specified menu.
- ContextMenuManager(String, String, PaneManager).
Constructor for class com.ibm.as400.ui.framework.java.ContextMenuManager
- Constructs a
ContextMenuManager
for the specified menu.
- createComponent(String, PanelManager).
Method in interface com.ibm.as400.ui.framework.java.ComponentManager
- Creates the specified component.
- DataFormatter().
Constructor for class com.ibm.as400.ui.framework.java.DataFormatter
- Constructs a
DataFormatter
.
- DateFormatter().
Constructor for class com.ibm.as400.ui.framework.java.DateFormatter
- Constructs a
DateFormatter
.
- DateFormatter(int).
Constructor for class com.ibm.as400.ui.framework.java.DateFormatter
- Constructs a
DateFormatter
.
- DeckPaneManager(String, Locale, String).
Constructor for class com.ibm.as400.ui.framework.java.DeckPaneManager
- Constructs a
DeckPaneManager
object for the specified deck pane,
and then serializes the deck pane definition.
- DeckPaneManager(String, Locale, String, DataBean[], Container).
Constructor for class com.ibm.as400.ui.framework.java.DeckPaneManager
- Constructs a
DeckPaneManager
for the specified deck pane,
using the specified container.
- DeckPaneManager(String, String, DataBean[], Container).
Constructor for class com.ibm.as400.ui.framework.java.DeckPaneManager
- Constructs a
DeckPaneManager
for the specified deck pane,
using the specified container.
- DISABLE.
Static variable in class com.ibm.as400.ui.framework.java.HandlerTask
- Indicates that this object should disable UI components.
- disableButtons(int).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Disables the OK, Cancel or Help buttons on the property sheet.
- disableButtons(int).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Disables the Back, Next, Finish, Cancel or Help buttons on the wizard panel.
- DISPLAY.
Static variable in class com.ibm.as400.ui.framework.java.HandlerTask
- Indicates that this object should display a particular pane on a subpanel.
- displayHelp().
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Displays the overview help for the panel.
- displayUserMessage(Component).
Method in class com.ibm.as400.ui.framework.java.DisplayManagerException
- Displays a message describing the cause of the error.
- dispose().
Static method in class com.ibm.as400.ui.framework.java.MessageBoxDialog
- Disposes the message dialog.
- DividerPanel().
Constructor for class com.ibm.as400.ui.framework.java.DividerPanel
-
- DividerPanel(int).
Constructor for class com.ibm.as400.ui.framework.java.DividerPanel
-
- DoubleClickEvent(Component, Object).
Constructor for class com.ibm.as400.ui.framework.java.DoubleClickEvent
- Constructs a
DoubleClickEvent
.
- DynamicPanelManager(String, Locale, String).
Constructor for class com.ibm.as400.ui.framework.java.DynamicPanelManager
- Constructs a
DynamicPanelManager
for the specified panel,
and then serializes the panel definition.
- DynamicPanelManager(String, Locale, String, DataBean[]).
Constructor for class com.ibm.as400.ui.framework.java.DynamicPanelManager
- Constructs a
DynamicPanelManager
for the specified panel.
- DynamicPanelManager(String, Locale, String, DataBean[], Container).
Constructor for class com.ibm.as400.ui.framework.java.DynamicPanelManager
- Constructs a
DynamicPanelManager
for the specified panel,
using the specified container.
- DynamicPanelManager(String, Locale, String, DataBean[], Frame).
Constructor for class com.ibm.as400.ui.framework.java.DynamicPanelManager
- Constructs a
DynamicPanelManager
for the specified panel.
- DynamicPanelManager(String, String, DataBean[]).
Constructor for class com.ibm.as400.ui.framework.java.DynamicPanelManager
- Constructs a
DynamicPanelManager
for the specified panel.
- DynamicPanelManager(String, String, DataBean[], Container).
Constructor for class com.ibm.as400.ui.framework.java.DynamicPanelManager
- Constructs a
DynamicPanelManager
for the specified panel,
using the specified container.
- DynamicPanelManager(String, String, DataBean[], Frame).
Constructor for class com.ibm.as400.ui.framework.java.DynamicPanelManager
- Constructs a
DynamicPanelManager
for the specified panel.
- EAST.
Static variable in class com.ibm.as400.ui.framework.java.DividerPanel
-
- ENABLE.
Static variable in class com.ibm.as400.ui.framework.java.HandlerTask
- Indicates that this object should enable UI components.
- enableButtons(int).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Enables the OK, Cancel or Help buttons on the property sheet if they
have been previously disabled.
- enableButtons(int).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Enables the Back, Next, Finish, Cancel or Help buttons on the wizard panel
if they have been previously disabled.
- EventHandler(PanelManager).
Constructor for class com.ibm.as400.ui.framework.java.EventHandler
- Constructs an
EventHandler
.
- FINISH_BUTTON.
Static variable in class com.ibm.as400.ui.framework.java.WizardManager
- Used to identify the Finish button on the wizard panel.
- FloatFormatter(double, double).
Constructor for class com.ibm.as400.ui.framework.java.FloatFormatter
- Constructs a
FloatFormatter
.
- format(Date).
Method in class com.ibm.as400.ui.framework.java.DateFormatter
- Format a date based on the current style set for the Date Formatter.
- format(Date).
Method in class com.ibm.as400.ui.framework.java.TimeFormatter
- Format a date based on the current style set for the Time Formatter.
- format(double).
Method in class com.ibm.as400.ui.framework.java.PercentFormatter
- Formats a double value to a string containing a percentage.
- format(long).
Method in class com.ibm.as400.ui.framework.java.PercentFormatter
- Formats a long value to a string containing a percentage.
- format(Object).
Method in class com.ibm.as400.ui.framework.java.DataFormatter
- Formats an object to produce a string.
- format(Object).
Method in class com.ibm.as400.ui.framework.java.DateFormatter
- Format a date based on the current style set for the Date Formatter.
- format(Object).
Method in class com.ibm.as400.ui.framework.java.PercentFormatter
- Formats an Object based on the min- and maxFractionDigits set for the PercentFormatter.
- format(Object).
Method in class com.ibm.as400.ui.framework.java.TimeFormatter
- Format a date based on the current style set for the Time Formatter.
- getActions().
Method in class com.ibm.as400.ui.framework.java.MenuManager
- Returns a list of
Action
s for the items in this menu.
- getAggregateManager().
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
- Returns the owning
PaneManager
for the receiver.
- getAggregateManager().
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Returns the owning
PaneManager
for the receiver.
- getAggregateManager().
Method in interface com.ibm.as400.ui.framework.java.PaneManager
- Returns the owning
PaneManager
for the receiver.
- getAggregateManager().
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Returns the owning
PaneManager
for the receiver.
- getAggregateManager().
Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
- Returns the owning
PaneManager
for the receiver.
- getAggregateManager().
Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Returns the owning
PaneManager
for the receiver.
- getAggregateManager().
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Returns the owning
PaneManager
for the receiver.
- getAppTitle().
Static method in class com.ibm.as400.ui.framework.java.DisplayManagerException
- Returns the title used for message box windows.
- getBackButton().
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Returns the wizard's Back button.
- getCancelButton().
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Returns the wizard's Cancel button.
- getCapabilities().
Method in interface com.ibm.as400.ui.framework.java.DataBean
- Returns a
Capabilities
object which identifies
the attributes that aren't supported by this DataBean
.
- getColumn(int).
Method in class com.ibm.as400.ui.framework.java.PanelTableModel
- Returns the list of values for the column at
column
.
- getColumnClass(int).
Method in class com.ibm.as400.ui.framework.java.PanelTableModel
- Returns the lowest common denominator
Class
in the column.
- getColumnCount().
Method in class com.ibm.as400.ui.framework.java.PanelTableModel
- Returns the number of columns managed by this object.
- getColumnName(int).
Method in class com.ibm.as400.ui.framework.java.PanelTableModel
- Returns the name of the column at
column
.
- getComponent().
Method in class com.ibm.as400.ui.framework.java.IllegalUserDataException
- Returns the UI component containing the user data which caused
the exception to be thrown.
- getComponent(String).
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
- Returns the requested user interface component.
- getComponent(String).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Returns the panel component identified by name.
- getComponent(String).
Method in interface com.ibm.as400.ui.framework.java.PaneManager
- Returns the requested user interface component.
- getComponent(String).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Returns the requested user interface component.
- getComponent(String).
Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
- Returns the requested user interface component.
- getComponent(String).
Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Returns the requested user interface component.
- getComponent(String).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Returns the requested user interface component.
- getComponentDescriptor(String).
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
- Returns the
JavaComponentDescriptor
for the specified user interface component.
- getComponentDescriptor(String).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Returns the
JavaComponentDescriptor
for the specified panel component.
- getComponentDescriptor(String).
Method in interface com.ibm.as400.ui.framework.java.PaneManager
- Returns the
JavaComponentDescriptor
for the specified user interface component.
- getComponentDescriptor(String).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Returns the
JavaComponentDescriptor
for the specified user interface component.
- getComponentDescriptor(String).
Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
- Returns the
JavaComponentDescriptor
for the specified user interface component.
- getComponentDescriptor(String).
Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Returns the
JavaComponentDescriptor
for the specified user interface component.
- getComponentDescriptor(String).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Returns the
JavaComponentDescriptor
for the specified user interface component.
- getComponents().
Method in class com.ibm.as400.ui.framework.java.HandlerTask
- Returns the list of the UI components affected by this object.
- getContainer().
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Returns the container which holds the user
interface components for the panel.
- getDataBeans().
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Returns the list of
DataBean
s that was
specified on this object's constructor.
- getDelegateManager(String).
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
- Returns the
PaneManager
to which the receiver is delegating
management of the specified subpane.
- getDelegateManager(String).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Returns the
PaneManager
to which the receiver is delegating
management of the specified subpane.
- getDelegateManager(String).
Method in interface com.ibm.as400.ui.framework.java.PaneManager
- Returns the
PaneManager
to which the receiver is delegating
management of the specified subpane.
- getDelegateManager(String).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Returns the
PaneManager
to which the receiver is delegating
management of the specified subpane.
- getDelegateManager(String).
Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
- Returns the
PaneManager
to which the receiver is delegating
management of the specified subpane.
- getDelegateManager(String).
Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Returns the
PaneManager
to which the receiver is delegating
management of the specified subpane.
- getDelegateManager(String).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Returns the
PaneManager
to which the receiver is delegating
management of the specified subpane.
- getElementAt(int).
Method in class com.ibm.as400.ui.framework.java.PanelListModel
-
Returns the value at the specified index.
- getExceptionClassName().
Method in class com.ibm.as400.ui.framework.java.DisplayManagerException
- Returns the class name of the original exception.
- getExitOnClose().
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Determines whether the application exits when this panel is closed.
- getExitOnClose().
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Determines whether the application exits when this property sheet is closed.
- getExitOnClose().
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Determines whether the application exits when this wizard is closed.
- getExpandedImageFile().
Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
- Returns the expanded node image file name.
- getFinishButton().
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Returns the wizard's Finish button.
- getFormatter(String).
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
- Returns the data formatter associated with the specified user interface component.
- getFormatter(String).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Returns any specialized formatter to be used for a component.
- getFormatter(String).
Method in interface com.ibm.as400.ui.framework.java.PaneManager
- Returns the data formatter associated with the specified user interface component.
- getFormatter(String).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Returns the data formatter associated with the specified user interface component.
- getFormatter(String).
Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
- Returns the data formatter associated with the specified user interface component.
- getFormatter(String).
Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Returns the data formatter associated with the specified user interface component.
- getFormatter(String).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Returns the data formatter associated with the specified user interface component.
- getHandlerTasksFor(String).
Method in class com.ibm.as400.ui.framework.java.Capabilities
- Returns a list of
HandlerTask
s associated with
an unsupported attribute.
- getHome().
Method in class com.ibm.as400.ui.framework.java.HelpViewer
-
Retrieves the current "home" setting, which is where the Help Topics button
goes when pressed.
- getHorizontalIconPosition().
Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
- Returns the item's horizontal icon position.
- getImageFile().
Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
- Returns the item's image file name.
- getImageFile().
Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
- Returns the node image file name.
- getInsets().
Method in class com.ibm.as400.ui.framework.java.DividerPanel
-
- getItem().
Method in class com.ibm.as400.ui.framework.java.DoubleClickEvent
- Returns the descriptor for the selected item.
- getJar().
Method in class com.ibm.as400.ui.framework.java.HelpViewer
- Gets the current jar file being used.
- getList().
Method in class com.ibm.as400.ui.framework.java.PanelListModel
- Returns the list of values.
- getListCellRendererComponent(JList, Object, int, boolean, boolean).
Method in class com.ibm.as400.ui.framework.java.ListItemCellRenderer
- Sets up the Component to be used to render the cell.
- getLocalizedMessage().
Method in class com.ibm.as400.ui.framework.java.DisplayManagerException
- Returns a localized description of this
DisplayManagerException
.
- getLocation().
Method in class com.ibm.as400.ui.framework.java.ContextMenuManager
- Returns the location of this context menu.
- getLogFileName().
Static method in class com.ibm.as400.ui.framework.java.MessageLog
- Returns the log file name.
- getLogStream().
Static method in class com.ibm.as400.ui.framework.java.MessageLog
- Returns the log stream.
- getMaximumFractionDigits().
Method in class com.ibm.as400.ui.framework.java.PercentFormatter
- Gets the maximum number of digits that appear in the fraction.
- getMenu().
Method in class com.ibm.as400.ui.framework.java.MenuManager
- Returns the root
JMenu
for this menu.
- getMenuBar().
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Returns the menu bar defined for this panel.
- getMenuItem(String).
Method in class com.ibm.as400.ui.framework.java.MenuManager
- Returns the menu item identified by name.
- getMenuManager(String).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Returns a MenuManager associated with this panel's menu bar.
- getMinimumFractionDigits().
Method in class com.ibm.as400.ui.framework.java.PercentFormatter
- Gets the minimum number of digits that appear in the fraction.
- getName().
Method in class com.ibm.as400.ui.framework.java.ChoiceDescriptor
- Returns the choice name.
- getName().
Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
- Returns the item name.
- getName().
Method in class com.ibm.as400.ui.framework.java.MenuManager
- Returns the this Menu Manager's name
- getName().
Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
- Returns the node name.
- getNextButton().
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Returns the wizard's Next button.
- getNextPage(int).
Method in interface com.ibm.as400.ui.framework.java.WizardStateMachine
- Indicates which wizard page should be displayed next.
- getOwnerManager().
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Returns the
WindowManager
in relation to which
the receiver has been set modal, or null if the receiver is not
modal relative to another window.
- getOwnerManager().
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Returns the
WindowManager
in relation to which
the receiver has been set modal, or null if the receiver is not
modal relative to another window.
- getOwnerManager().
Method in interface com.ibm.as400.ui.framework.java.WindowManager
- Returns the
WindowManager
in relation to which
the receiver has been set modal, or null if the receiver is not
modal relative to another window.
- getOwnerManager().
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Returns the
WindowManager
in relation to which
the receiver has been set modal, or null if the receiver is not
modal relative to another window.
- getPage(int).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Returns the
PanelManager
for the specified property page.
- getPage(int).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Returns the
PanelManager
for the specified wizard page.
- getPage(String).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Returns the
PanelManager
for the specified property page.
- getPage(String).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Returns the
PanelManager
for the specified wizard page.
- getPaneManager().
Method in class com.ibm.as400.ui.framework.java.MenuManager
- Returns the
PaneManager
with which this menu is associated.
- getPaneNames().
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
- Returns a list of the panes in the deck.
- getPreferredSize().
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
-
Gets the preferred size of this deck pane.
- getPreferredSize().
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Returns the preferred size of this panel.
- getPreferredSize().
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Gets the preferred size of this property sheet.
- getPreferredSize().
Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
-
Gets the preferred size of this split pane.
- getPreferredSize().
Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
-
Gets the preferred size of this tabbed pane.
- getPreferredSize().
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Gets the preferred size of this wizard.
- getResourceMode().
Static method in class com.ibm.as400.ui.framework.java.UIFramework
- Returns the current resource mode for the UI framework.
- getRootManager().
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
- Returns the root
PaneManager
for the receiver.
- getRootManager().
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Returns the root
PaneManager
for the receiver.
- getRootManager().
Method in interface com.ibm.as400.ui.framework.java.PaneManager
- Returns the root
PaneManager
for the receiver.
- getRootManager().
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Returns the root
PaneManager
for the receiver.
- getRootManager().
Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
- Returns the root
PaneManager
for the receiver.
- getRootManager().
Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Returns the root
PaneManager
for the receiver.
- getRootManager().
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Returns the root
PaneManager
for the receiver.
- getRowCount().
Method in class com.ibm.as400.ui.framework.java.PanelTableModel
- Returns the number of records managed by this object.
- getRows().
Method in class com.ibm.as400.ui.framework.java.PanelTableModel
- Returns a Vector array.
- getSearchMode().
Static method in class com.ibm.as400.ui.framework.java.UIFramework
- Returns the current search mode for the UI framework.
- getSize().
Method in class com.ibm.as400.ui.framework.java.PanelListModel
-
Returns the length of the list.
- getStyle().
Method in class com.ibm.as400.ui.framework.java.DateFormatter
- Gets the style to be used for formatting.
- getStyle().
Method in class com.ibm.as400.ui.framework.java.TimeFormatter
- Gets the style to be used for formatting.
- getTabbedPane().
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Returns the JTabbedPane for the specified property sheet manager.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int).
Method in class com.ibm.as400.ui.framework.java.TableItemCellRenderer
- Sets up the Component to be used to render the cell.
- getTitle().
Method in class com.ibm.as400.ui.framework.java.ChoiceDescriptor
- Returns the choice title.
- getTitle().
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
- Returns the deck pane's title.
- getTitle().
Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
- Returns the item title.
- getTitle().
Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
- Returns the node title.
- getTitle().
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Returns the panel's title.
- getTitle().
Method in interface com.ibm.as400.ui.framework.java.PaneManager
- Returns the pane's title.
- getTitle().
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Returns the property sheet's title.
- getTitle().
Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
- Returns the split pane's title.
- getTitle().
Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Returns the tabbed pane's title.
- getTitle().
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Returns the wizard's title.
- getToolBar().
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Returns the toolbar defined for this panel.
- getType().
Method in class com.ibm.as400.ui.framework.java.HandlerTask
- Returns this object's type.
- getValueAt(int, int).
Method in class com.ibm.as400.ui.framework.java.PanelTableModel
- Returns an attribute value for the cell at
row
and column
.
- getVersion().
Static method in class com.ibm.as400.ui.framework.java.UIFramework
- Returns the version of the AS/400 Graphical Toolbox.
- getVerticalIconPosition().
Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
- Returns the item's vertical icon position.
- getWindow().
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Returns the main panel window.
- getWindow().
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Returns the main property sheet window.
- getWindow().
Method in interface com.ibm.as400.ui.framework.java.WindowManager
- Returns the main window containing the UI components being managed by this
WindowManager
.
- getWindow().
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Returns the main wizard window.
- GroupBox().
Constructor for class com.ibm.as400.ui.framework.java.GroupBox
-
- GroupBox(String).
Constructor for class com.ibm.as400.ui.framework.java.GroupBox
-
- HandlerTask(int).
Constructor for class com.ibm.as400.ui.framework.java.HandlerTask
- Constructs a
HandlerTask
of the specified type.
- HELP_BUTTON.
Static variable in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Used to identify the Help button on the property sheet.
- HELP_BUTTON.
Static variable in class com.ibm.as400.ui.framework.java.WizardManager
- Used to identify the Help button on the wizard panel.
- HelpViewer(String).
Constructor for class com.ibm.as400.ui.framework.java.HelpViewer
- Constructs a help viewer.
- HelpViewer(URL).
Constructor for class com.ibm.as400.ui.framework.java.HelpViewer
- Constructs a help viewer.
- HIDE.
Static variable in class com.ibm.as400.ui.framework.java.HandlerTask
- Indicates that this object should hide UI components.
- IllegalUserDataException().
Constructor for class com.ibm.as400.ui.framework.java.IllegalUserDataException
- Constructs an
IllegalUserDataException
without a
detail message.
- IllegalUserDataException(String).
Constructor for class com.ibm.as400.ui.framework.java.IllegalUserDataException
- Constructs an
IllegalUserDataException
with a detail message.
- InternetAddressFormatter().
Constructor for class com.ibm.as400.ui.framework.java.InternetAddressFormatter
-
- IntFormatter(int, int).
Constructor for class com.ibm.as400.ui.framework.java.IntFormatter
- Constructs a
FloatFormatter
.
- isCapable(String).
Method in class com.ibm.as400.ui.framework.java.Capabilities
- Determines whether the
DataBean
associated with this object
supports a particular attribute.
- isCellEditable(int, int).
Method in class com.ibm.as400.ui.framework.java.PanelTableModel
- Returns true if the cell at
row
and column
is editable.
- isEnabled().
Method in class com.ibm.as400.ui.framework.java.GroupBox
-
- isLeaf().
Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
- Determines whether this node is a leaf.
- isSystemLookAndFeelEnabled().
Static method in class com.ibm.as400.ui.framework.java.UIFramework
- Determines whether the UI framework will set the
system look and feel for the current operating system.
- isTraceEnabled().
Static method in class com.ibm.as400.ui.framework.java.MessageLog
- Determines whether low level trace messages will be written to the console.
- isVisible().
Method in class com.ibm.as400.ui.framework.java.ContextMenuManager
- Determines whether this context menu is visible.
- isVisible().
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Determines whether this panel is visible.
- isVisible().
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Determines whether this property sheet is visible.
- isVisible().
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Determines whether this wizard is visible.
- ItemDescriptor().
Constructor for class com.ibm.as400.ui.framework.java.ItemDescriptor
- Constructs an
ItemDescriptor
.
- ItemDescriptor(String, String).
Constructor for class com.ibm.as400.ui.framework.java.ItemDescriptor
- Constructs an
ItemDescriptor
with the specified
name and title.
- ItemDescriptor(String, String, HandlerTask[]).
Constructor for class com.ibm.as400.ui.framework.java.ItemDescriptor
- Constructs an
ItemDescriptor
with the specified
name, title, and HandlerTask
list.
- ItemDescriptor(String, String, String).
Constructor for class com.ibm.as400.ui.framework.java.ItemDescriptor
- Constructs an
ItemDescriptor
with the specified
name, title and image file.
- ItemDescriptor(String, String, String, int, int).
Constructor for class com.ibm.as400.ui.framework.java.ItemDescriptor
- Constructs an
ItemDescriptor
with the specified
name, title, image file, and icon alignment.
- itemDoubleClicked(DoubleClickEvent).
Method in interface com.ibm.as400.ui.framework.java.DoubleClickListener
- Tells listeners that an item was double-clicked.
- ListItemCellRenderer().
Constructor for class com.ibm.as400.ui.framework.java.ListItemCellRenderer
- Constructs a
ListItemCellRenderer
object.
- load().
Method in interface com.ibm.as400.ui.framework.java.DataBean
- Initializes this object.
- loadData().
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
- Called during initialization to load data into the pane.
- loadData().
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Called during initialization to load data into the panel.
- loadData().
Method in interface com.ibm.as400.ui.framework.java.PaneManager
- Called during initialization to load data into the panel.
- loadData().
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Called during initialization to load data into the panel.
- loadData().
Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
- Called during initialization to load data into the pane.
- loadData().
Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Called during initialization to load data into the pane.
- loadData().
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Called during initialization to load data into the panel.
- logError(Object).
Static method in class com.ibm.as400.ui.framework.java.MessageLog
- Logs an error string to the current logging destination.
- logError(Object, Throwable).
Static method in class com.ibm.as400.ui.framework.java.MessageLog
- Logs an error string and a stack trace to the current logging destination.
- LongFormatter(long, long).
Constructor for class com.ibm.as400.ui.framework.java.LongFormatter
- Constructs a
LongFormatter
.
- m_iOrientation.
Variable in class com.ibm.as400.ui.framework.java.DividerPanel
-
- main(String[]).
Static method in class com.ibm.as400.ui.framework.java.ContextMenuManager
- Provides a command line interface to
ContextMenuManager
.
- main(String[]).
Static method in class com.ibm.as400.ui.framework.java.DeckPaneManager
- Provides a command line interface to
DeckPaneManager
.
- main(String[]).
Static method in class com.ibm.as400.ui.framework.java.DynamicPanelManager
- Provides a command line interface to
DynamicPanelManager
.
- main(String[]).
Static method in class com.ibm.as400.ui.framework.java.HelpViewer
- Provides a command line interface to
HelpViewer
.
- main(String[]).
Static method in class com.ibm.as400.ui.framework.java.MenuManager
- Provides a command line interface to
MenuManager
.
- main(String[]).
Static method in class com.ibm.as400.ui.framework.java.PanelManager
- Provides a command line interface to
PanelManager
.
- main(String[]).
Static method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Provides a command line interface to
PropertySheetManager
.
- main(String[]).
Static method in class com.ibm.as400.ui.framework.java.SplitPaneManager
- Provides a command line interface to
SplitPaneManager
.
- main(String[]).
Static method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Provides a command line interface to
TabbedPaneManager
.
- main(String[]).
Static method in class com.ibm.as400.ui.framework.java.WizardManager
- Provides a command line interface to
WizardManager
.
- menuManager.
Variable in class com.ibm.as400.ui.framework.java.ActionHandler
- The
MenuManager
instance which is managing the currently active menu.
- MenuManager(String, Locale, String).
Constructor for class com.ibm.as400.ui.framework.java.MenuManager
- Constructs a
MenuManager
object for the specified menu,
and then serializes the menu definition.
- MenuManager(String, Locale, String, PaneManager).
Constructor for class com.ibm.as400.ui.framework.java.MenuManager
- Constructs a
MenuManager
for the specified menu.
- MenuManager(String, String, PaneManager).
Constructor for class com.ibm.as400.ui.framework.java.MenuManager
- Constructs a
MenuManager
for the specified menu.
- moveDataFromComponent(String).
Method in interface com.ibm.as400.ui.framework.java.ComponentManager
- Extracts the data from the component and writes it to the
DataBean
responsible for managing the component's data.
- moveDataToComponent(String).
Method in interface com.ibm.as400.ui.framework.java.ComponentManager
- Retrieves the data for the component from the
DataBean
reponsible for managing the component's data and inserts it into the component.
- NEXT_BUTTON.
Static variable in class com.ibm.as400.ui.framework.java.WizardManager
- Used to identify the Next button on the wizard panel.
- NodeDescriptor().
Constructor for class com.ibm.as400.ui.framework.java.NodeDescriptor
- Constructs a
NodeDescriptor
.
- NodeDescriptor(String, String, String).
Constructor for class com.ibm.as400.ui.framework.java.NodeDescriptor
- Constructs a
NodeDescriptor
with the specified
name and title, and image file.
- NodeDescriptor(String, String, String, boolean).
Constructor for class com.ibm.as400.ui.framework.java.NodeDescriptor
- Constructs a
NodeDescriptor
with the specified
name and title, and image file.
- NodeDescriptor(String, String, String, HandlerTask[]).
Constructor for class com.ibm.as400.ui.framework.java.NodeDescriptor
- Constructs a
NodeDescriptor
with the specified
name, title, image file and HandlerTask
list.
- NodeDescriptor(String, String, String, String).
Constructor for class com.ibm.as400.ui.framework.java.NodeDescriptor
- Constructs a
NodeDescriptor
with the specified
name and title, image file, and selected image file.
- NodeDescriptor(String, String, String, String, boolean).
Constructor for class com.ibm.as400.ui.framework.java.NodeDescriptor
- Constructs a
NodeDescriptor
with the specified
name and title, and image file.
- NodeDescriptor(String, String, String, String, HandlerTask[]).
Constructor for class com.ibm.as400.ui.framework.java.NodeDescriptor
- Constructs a
NodeDescriptor
with the specified
name, title, image file, selected image file, and HandlerTask
list.
- NORTH.
Static variable in class com.ibm.as400.ui.framework.java.DividerPanel
-
- OFFSET_FROM_OWNER.
Static variable in interface com.ibm.as400.ui.framework.java.WindowManager
- Number of pixels by which a modal dialog should be offset from
its owner.
- OK_BUTTON.
Static variable in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Used to identify the OK button on the property sheet.
- ONLY_PARSE_XML.
Static variable in class com.ibm.as400.ui.framework.java.UIFramework
- Indicates that the UI framework should not check for a serialized panel definition.
- ONLY_USE_SERIALIZED.
Static variable in class com.ibm.as400.ui.framework.java.UIFramework
- Indicates that the UI framework should only use serialized panel definitions.
- paint(Graphics).
Method in class com.ibm.as400.ui.framework.java.DividerPanel
-
- paint(Graphics).
Method in class com.ibm.as400.ui.framework.java.GroupBox
-
- PanelListModel().
Constructor for class com.ibm.as400.ui.framework.java.PanelListModel
-
- panelManager.
Variable in class com.ibm.as400.ui.framework.java.EventHandler
- The
PanelManager
instance which is managing the currently active panel.
- PanelManager(String, Locale, String).
Constructor for class com.ibm.as400.ui.framework.java.PanelManager
- Constructs a
PanelManager
for the specified panel,
and then serializes the panel definition.
- PanelManager(String, Locale, String, DataBean[]).
Constructor for class com.ibm.as400.ui.framework.java.PanelManager
- Constructs a
PanelManager
for the specified panel.
- PanelManager(String, Locale, String, DataBean[], Container).
Constructor for class com.ibm.as400.ui.framework.java.PanelManager
- Constructs a
PanelManager
for the specified panel,
using the specified container.
- PanelManager(String, Locale, String, DataBean[], Frame).
Constructor for class com.ibm.as400.ui.framework.java.PanelManager
- Constructs a
PanelManager
for the specified panel.
- PanelManager(String, String, DataBean[]).
Constructor for class com.ibm.as400.ui.framework.java.PanelManager
- Constructs a
PanelManager
for the specified panel.
- PanelManager(String, String, DataBean[], Container).
Constructor for class com.ibm.as400.ui.framework.java.PanelManager
- Constructs a
PanelManager
for the specified panel,
using the specified container.
- PanelManager(String, String, DataBean[], Frame).
Constructor for class com.ibm.as400.ui.framework.java.PanelManager
- Constructs a
PanelManager
for the specified panel.
- PanelTableModel(Vector).
Constructor for class com.ibm.as400.ui.framework.java.PanelTableModel
- Constructs a
PanelTableModel
.
- parse(String).
Method in class com.ibm.as400.ui.framework.java.DataFormatter
- Parses a string to produce an object.
- parse(String).
Method in class com.ibm.as400.ui.framework.java.DateFormatter
- Parses a string to produce a
Date
object.
- parse(String).
Method in class com.ibm.as400.ui.framework.java.FloatFormatter
- Parses a string to produce a
Double
object.
- parse(String).
Method in class com.ibm.as400.ui.framework.java.InternetAddressFormatter
- Parses a string to produce a valid Internet Address.
- parse(String).
Method in class com.ibm.as400.ui.framework.java.IntFormatter
- Parses a string to produce an
Integer
object.
- parse(String).
Method in class com.ibm.as400.ui.framework.java.LongFormatter
- Parses a string to produce a
Long
object.
- parse(String).
Method in class com.ibm.as400.ui.framework.java.PercentFormatter
- Parses a string to produce an object.
- parse(String).
Method in class com.ibm.as400.ui.framework.java.ShortFormatter
- Parses a string to produce a
Short
object.
- parse(String).
Method in class com.ibm.as400.ui.framework.java.StringFormatter
- Parses a string to produce a
String
object.
- parse(String).
Method in class com.ibm.as400.ui.framework.java.TimeFormatter
- Parses a string to produce a
Date
object.
- PercentFormatter().
Constructor for class com.ibm.as400.ui.framework.java.PercentFormatter
- Constructs a
PercentFormatter
.
- PercentFormatter(int, int).
Constructor for class com.ibm.as400.ui.framework.java.PercentFormatter
- Constructs a
PercentFormatter
.
- prepareToCommit(Vector).
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
- Request the
DataBean
s which manage data for the
panel to verify that their data is in a consistent state.
- prepareToCommit(Vector).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Request the
DataBean
s which manage data for the
panel to verify that their data is in a consistent state.
- prepareToCommit(Vector).
Method in interface com.ibm.as400.ui.framework.java.PaneManager
- Request the
DataBean
s which manage data for the
pane to verify that their data is in a consistent state.
- prepareToCommit(Vector).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Request the
DataBean
s which manage data for the
panel to verify that their data is in a consistent state.
- prepareToCommit(Vector).
Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
- Request the
DataBean
s which manage data for the
panel to verify that their data is in a consistent state.
- prepareToCommit(Vector).
Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Request the
DataBean
s which manage data for the
panel to verify that their data is in a consistent state.
- prepareToCommit(Vector).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Request the
DataBean
s which manage data for the
panel to verify that their data is in a consistent state.
- printStackTrace(Throwable).
Static method in class com.ibm.as400.ui.framework.java.MessageLog
- Logs a stack trace to the current logging destination.
- PropertySheetManager(String, Locale, String).
Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
- Constructs a
PropertySheetManager
object for the specified property sheet,
and then serializes the property sheet definition.
- PropertySheetManager(String, Locale, String, DataBean[]).
Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
- Constructs a
PropertySheetManager
object for the specified property sheet.
- PropertySheetManager(String, Locale, String, DataBean[], boolean).
Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
- Constructs a
PropertySheetManager
object for the specified property sheet.
- PropertySheetManager(String, Locale, String, DataBean[], Container).
Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
- Constructs a
PropertySheetManager
for the specified property sheet,
using the specified container.
- PropertySheetManager(String, Locale, String, DataBean[], Container, boolean).
Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
- Constructs a
PropertySheetManager
for the specified property sheet,
using the specified container.
- PropertySheetManager(String, Locale, String, DataBean[], Frame).
Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
- Constructs a
PropertySheetManager
object for the specified property sheet.
- PropertySheetManager(String, Locale, String, DataBean[], Frame, boolean).
Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
- Constructs a
PropertySheetManager
object for the specified property sheet.
- PropertySheetManager(String, String, DataBean[]).
Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
- Constructs a
PropertySheetManager
object for the specified property sheet.
- PropertySheetManager(String, String, DataBean[], boolean).
Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
- Constructs a
PropertySheetManager
object for the specified property sheet.
- PropertySheetManager(String, String, DataBean[], Container).
Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
- Constructs a
PropertySheetManager
for the specified property sheet,
using the specified container.
- PropertySheetManager(String, String, DataBean[], Container, boolean).
Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
- Constructs a
PropertySheetManager
for the specified property sheet,
using the specified container.
- PropertySheetManager(String, String, DataBean[], Frame).
Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
- Constructs a
PropertySheetManager
object for the specified property sheet.
- PropertySheetManager(String, String, DataBean[], Frame, boolean).
Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
- Constructs a
PropertySheetManager
object for the specified property sheet.
- REFRESH.
Static variable in class com.ibm.as400.ui.framework.java.HandlerTask
- Indicates that this object should refresh UI components.
- refreshComponent(String).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Reloads a UI component with updated data from the component's
DataBean
.
- removeButtons(int).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Removes the OK, Cancel or Help buttons from the property sheet.
- removeButtons(int).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Removes the Back, Next, Finish, Cancel or Help buttons from the wizard panel.
- removeHandlerTask(HandlerTask).
Method in class com.ibm.as400.ui.framework.java.ChoiceDescriptor
- Removes a
HandlerTask
from the choice.
- removeHandlerTask(HandlerTask).
Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
- Removes a
HandlerTask
from the item.
- removeHandlerTask(HandlerTask).
Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
- Removes a
HandlerTask
from the node.
- removePage(int).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Removes a panel from the property sheet managed by the receiver.
- removePage(String).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Removes a panel from the property sheet managed by the receiver.
- removePanel(int).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Removes a panel from the wizard managed by the receiver.
- removeRow(int).
Method in class com.ibm.as400.ui.framework.java.PanelTableModel
- Removes the row at
rowToRemove
from the model.
- removeRows(int[]).
Method in class com.ibm.as400.ui.framework.java.PanelTableModel
- Removes the rows identified in
rowsToRemove
from the model.
- save().
Method in interface com.ibm.as400.ui.framework.java.DataBean
- Saves all changes that have been applied to this object via
its accessor methods.
- serialize().
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
- Serializes the deck pane definition.
- serialize().
Method in class com.ibm.as400.ui.framework.java.MenuManager
- Serializes the menu definition.
- serialize().
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Serializes the panel definition.
- serialize().
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Serializes the property sheet definition.
- serialize().
Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
- Serializes the split pane definition.
- serialize().
Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Serializes the tabbed pane definition.
- serialize().
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Serializes the wizard definition.
- setAggregateManager(PaneManager).
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
- Sets the owning
PaneManager
for the receiver.
- setAggregateManager(PaneManager).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Sets the owning
PaneManager
for the receiver.
- setAggregateManager(PaneManager).
Method in interface com.ibm.as400.ui.framework.java.PaneManager
- Sets the owning
PaneManager
for the receiver.
- setAggregateManager(PaneManager).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Sets the owning
PaneManager
for the receiver.
- setAggregateManager(PaneManager).
Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
- Sets the owning
PaneManager
for the receiver.
- setAggregateManager(PaneManager).
Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Sets the owning
PaneManager
for the receiver.
- setAggregateManager(PaneManager).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Sets the owning
PaneManager
for the receiver.
- setAppTitle(String).
Static method in class com.ibm.as400.ui.framework.java.DisplayManagerException
- Sets the title used for message box windows.
- setButtonStates(int).
Method in interface com.ibm.as400.ui.framework.java.WizardStateMachine
- Sets the state of the buttons on the wizard panel.
- setCapable(String).
Method in class com.ibm.as400.ui.framework.java.Capabilities
- Sets an indication that a particular attribute is supported by
the
DataBean
associated with this object.
- setCellEditable(boolean, int, int).
Method in class com.ibm.as400.ui.framework.java.PanelTableModel
- Indicates whether the cell at
row
and column
is editable.
- setColumn(int, Object[]).
Method in class com.ibm.as400.ui.framework.java.PanelTableModel
- Sets the list of values for the column at
column
.
- setComponent(Component).
Method in class com.ibm.as400.ui.framework.java.IllegalUserDataException
- Sets the UI component containing the user data which caused
the exception to be thrown.
- setComponents(String[]).
Method in class com.ibm.as400.ui.framework.java.HandlerTask
- Sets the list of UI components affected by this object.
- setEnabled(boolean).
Method in class com.ibm.as400.ui.framework.java.GroupBox
-
- setExitOnClose(boolean).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Controls whether the application exits when the panel is closed, based on the value of parameter
exit
.
- setExitOnClose(boolean).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Controls whether the application exits when the property sheet is closed, based on the value of parameter
exit
.
- setExitOnClose(boolean).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Controls whether the application exits when the wizard is closed, based on the value of parameter
exit
.
- setExpandedImageFile(String).
Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
- Sets the expanded node image file name.
- setFormatter(String, DataFormatter, boolean).
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
- Sets the data formatter associated with the specified user interface component.
- setFormatter(String, DataFormatter, boolean).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Sets a pre-created formatter to be used for a component.
- setFormatter(String, DataFormatter, boolean).
Method in interface com.ibm.as400.ui.framework.java.PaneManager
- Sets the data formatter associated with the specified user interface component.
- setFormatter(String, DataFormatter, boolean).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Sets the data formatter associated with the specified user interface component.
- setFormatter(String, DataFormatter, boolean).
Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
- Sets the data formatter associated with the specified user interface component.
- setFormatter(String, DataFormatter, boolean).
Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Sets the data formatter associated with the specified user interface component.
- setFormatter(String, DataFormatter, boolean).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Sets the data formatter associated with the specified user interface component.
- setHelpPath(String).
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
-
- setHelpPath(String).
Method in class com.ibm.as400.ui.framework.java.PanelManager
-
- setHelpPath(String).
Method in interface com.ibm.as400.ui.framework.java.PaneManager
- Base location for help files.
- setHelpPath(String).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
-
- setHelpPath(String).
Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
-
- setHelpPath(String).
Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
-
- setHelpPath(String).
Method in class com.ibm.as400.ui.framework.java.WizardManager
-
- setHome(String).
Method in class com.ibm.as400.ui.framework.java.HelpViewer
-
Sets the current "home" setting, which is where the Help Topics button
goes when pressed.
- setHome(URL).
Method in class com.ibm.as400.ui.framework.java.HelpViewer
-
Sets the current "home" setting, which is where the Help Topics button
goes when pressed.
- setHorizontalIconPosition(int).
Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
- Sets the item's horizontal icon position.
- setImageFile(String).
Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
- Sets the item's image file name.
- setImageFile(String).
Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
- Sets the node image file name.
- setLeaf(boolean).
Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
- Indicates whether this node is a leaf, depending on the value of parameter
isLeaf
.
- setList(Object[]).
Method in class com.ibm.as400.ui.framework.java.PanelListModel
- Sets the list of values.
- setLocation(Point).
Method in class com.ibm.as400.ui.framework.java.ContextMenuManager
- Sets the location of this context menu.
- setLogFileName(String).
Static method in class com.ibm.as400.ui.framework.java.MessageLog
- Sets the log file name.
- setLogStream(OutputStream).
Static method in class com.ibm.as400.ui.framework.java.MessageLog
- Sets the log stream.
- setMaximumFractionDigits(int).
Method in class com.ibm.as400.ui.framework.java.PercentFormatter
- Sets the maximum number of digits that appear in the fraction.
- setMinimumFractionDigits(int).
Method in class com.ibm.as400.ui.framework.java.PercentFormatter
- Sets the minimum number of digits that appear in the fraction.
- setModalRelativeTo(WindowManager).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Sets the location of the panel being managed relative
to a panel managed by the specified
WindowManager
.
- setModalRelativeTo(WindowManager).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Sets the location of the panel being managed relative
to a panel managed by the specified
WindowManager
.
- setModalRelativeTo(WindowManager).
Method in interface com.ibm.as400.ui.framework.java.WindowManager
- Sets the location of the window being managed relative
to a window managed by the specified
WindowManager
.
- setModalRelativeTo(WindowManager).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Sets the location of the panel being managed relative
to a panel managed by the specified
WindowManager
.
- setName(String).
Method in class com.ibm.as400.ui.framework.java.ChoiceDescriptor
- Sets the choice name.
- setName(String).
Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
- Sets the item name.
- setName(String).
Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
- Sets the node name.
- setNotCapable(String, HandlerTask[]).
Method in class com.ibm.as400.ui.framework.java.Capabilities
- Sets an indication that a particular attribute is not supported by
the
DataBean
associated with this object.
- setResourceMode(int).
Static method in class com.ibm.as400.ui.framework.java.UIFramework
- Controls whether the UI framework should use cached resource bundles.
- setRows(Vector[]).
Method in class com.ibm.as400.ui.framework.java.PanelTableModel
- Reassigns all values in the table.
- setSearchMode(int).
Static method in class com.ibm.as400.ui.framework.java.UIFramework
- Controls where the UI framework should obtain panel definitions for
panels associated with the current application.
- setStyle(int).
Method in class com.ibm.as400.ui.framework.java.DateFormatter
- Sets the style to be used for formatting.
- setStyle(int).
Method in class com.ibm.as400.ui.framework.java.TimeFormatter
- Sets the style to be used for formatting.
- setSystemLookAndFeelEnabled(boolean).
Static method in class com.ibm.as400.ui.framework.java.UIFramework
- Controls whether the UI framework should attempt to set the look
and feel for the current operating system platform.
- setTitle(String).
Method in class com.ibm.as400.ui.framework.java.ChoiceDescriptor
- Sets the choice title.
- setTitle(String).
Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
- Sets the item title.
- setTitle(String).
Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
- Sets the node title.
- setTitle(String).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Overrides the panel title defined in the panel definition.
- setTitle(String).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Overrides the property sheet title defined in the property sheet definition.
- setTraceEnabled(boolean).
Static method in class com.ibm.as400.ui.framework.java.MessageLog
- Controls whether low level trace messages will be written to the console.
- setValueAt(Object, int, int).
Method in class com.ibm.as400.ui.framework.java.PanelTableModel
- Sets an attribute value for the record in the cell at
row
and column
.
- setVerticalIconPosition(int).
Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
- Sets the item's vertical icon position.
- setVisible(boolean).
Method in class com.ibm.as400.ui.framework.java.ContextMenuManager
- Shows or hides this context menu based on the value of parameter
visible
.
- setVisible(boolean).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Shows or hides the panel, depending on the value of parameter
show
.
- setVisible(boolean).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Shows or hides the property sheet, depending on the value of parameter
show
.
- setVisible(boolean).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Shows or hides the wizard, depending on the value of parameter
show
.
- setWaitCursor(boolean).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Sets or clears the wait cursor for the entire panel, based on the value
of parameter
wait
.
- setWaitPending(boolean).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Enables or disables the entire panel, based on the value of parameter
wait
.
- ShortFormatter(short, short).
Constructor for class com.ibm.as400.ui.framework.java.ShortFormatter
- Constructs a
ShortFormatter
.
- SHOW.
Static variable in class com.ibm.as400.ui.framework.java.HandlerTask
- Indicates that this object should display UI components.
- show(Component, int, int).
Method in class com.ibm.as400.ui.framework.java.ContextMenuManager
- Displays this context menu at the position x,y in the coordinate space of the specified invoker.
- showHome().
Method in class com.ibm.as400.ui.framework.java.HelpViewer
- Causes the HTML display window to retrieve and show the home URL.
- showMessageDialog(Component, Object[], String, int, boolean, Object[], Object).
Static method in class com.ibm.as400.ui.framework.java.MessageBoxDialog
- Displays a message dialog with user-defined options.
- showMessageDialog(Component, String, String, int).
Static method in class com.ibm.as400.ui.framework.java.MessageBoxDialog
- Displays a message dialog with an OK button.
- showMessageDialog(Component, String, String, int, boolean).
Static method in class com.ibm.as400.ui.framework.java.MessageBoxDialog
- Displays a message dialog with an OK button.
- showMessageDialog(Component, String, String, int, boolean, Object[], Object).
Static method in class com.ibm.as400.ui.framework.java.MessageBoxDialog
- Displays a message dialog with user-defined options.
- showMessageDialog(Component, String, String, int, Object[], Object).
Static method in class com.ibm.as400.ui.framework.java.MessageBoxDialog
- Displays a message dialog with user-defined options.
- showPage(int).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Shows the Panel for the specified property page.
- showPage(String).
Method in class com.ibm.as400.ui.framework.java.HelpViewer
- Causes the HTML display window to retrieve and display a page.
- showPage(URL).
Method in class com.ibm.as400.ui.framework.java.HelpViewer
- Causes the HTML display window to retrieve and show the passed-in URL.
- showPane(String).
Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
- Displays the specified pane at the top of the deck.
- showPane(String).
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Displays the specified pane.
- showPane(String).
Method in interface com.ibm.as400.ui.framework.java.PaneManager
- Displays the specified pane.
- showPane(String).
Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
- Displays the specified pane.
- showPane(String).
Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
- Displays the specified pane.
- showPane(String).
Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Displays the specified tab.
- showPane(String).
Method in class com.ibm.as400.ui.framework.java.WizardManager
- Displays the specified pane.
- SOUTH.
Static variable in class com.ibm.as400.ui.framework.java.DividerPanel
-
- SplitPaneManager(String, Locale, String).
Constructor for class com.ibm.as400.ui.framework.java.SplitPaneManager
- Constructs a
SplitPaneManager
object for the specified split pane,
and then serializes the split pane definition.
- SplitPaneManager(String, Locale, String, DataBean[], Container).
Constructor for class com.ibm.as400.ui.framework.java.SplitPaneManager
- Constructs a
SplitPaneManager
for the specified split pane,
using the specified container.
- SplitPaneManager(String, String, DataBean[], Container).
Constructor for class com.ibm.as400.ui.framework.java.SplitPaneManager
- Constructs a
SplitPaneManager
for the specified split pane,
using the specified container.
- splitString(String, int).
Static method in class com.ibm.as400.ui.framework.java.MessageBoxDialog
- Splits a string of text into a vector of strings.
- splitString(String, int, FontMetrics).
Static method in class com.ibm.as400.ui.framework.java.MessageBoxDialog
- Splits a string of text into a vector of strings.
- StringFormatter(int, int).
Constructor for class com.ibm.as400.ui.framework.java.StringFormatter
- Constructs a
StringFormatter
.
- TabbedPaneManager(String, Locale, String).
Constructor for class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Constructs a
TabbedPaneManager
object for the specified tabbed pane,
and then serializes the tabbed pane definition.
- TabbedPaneManager(String, Locale, String, DataBean[], Container).
Constructor for class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Constructs a
TabbedPaneManager
for the specified tabbed pane,
using the specified container.
- TabbedPaneManager(String, String, DataBean[], Container).
Constructor for class com.ibm.as400.ui.framework.java.TabbedPaneManager
- Constructs a
TabbedPaneManager
for the specified tabbed pane,
using the specified container.
- TableItemCellRenderer().
Constructor for class com.ibm.as400.ui.framework.java.TableItemCellRenderer
- Constructs a
TableItemCellRenderer
object.
- TimeFormatter().
Constructor for class com.ibm.as400.ui.framework.java.TimeFormatter
- Constructs a
TimeFormatter
.
- TimeFormatter(int).
Constructor for class com.ibm.as400.ui.framework.java.TimeFormatter
- Constructs a
TimeFormatter
.
- toString().
Method in class com.ibm.as400.ui.framework.java.ActionHandler
- Returns a string representation of this object.
- toString().
Method in class com.ibm.as400.ui.framework.java.ChoiceDescriptor
- Returns a string representation of the choice.
- toString().
Method in class com.ibm.as400.ui.framework.java.EventHandler
- Returns a string representation of this object.
- toString().
Method in class com.ibm.as400.ui.framework.java.HandlerTask
- Returns a string representation of this object.
- toString().
Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
- Returns a string representation of the item.
- toString().
Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
- Returns a string representation of the node.
- toString().
Method in class com.ibm.as400.ui.framework.java.PanelListModel
- Returns a string representation of the model.
- toString().
Method in class com.ibm.as400.ui.framework.java.PanelManager
- Returns a string representation of this object.
- toString().
Method in class com.ibm.as400.ui.framework.java.PanelTableModel
- Returns a string representation of the model.
- traceErr(Object).
Static method in class com.ibm.as400.ui.framework.java.MessageLog
- Writes data to
System.err
if low level tracing is enabled.
- traceOut(Object).
Static method in class com.ibm.as400.ui.framework.java.MessageLog
- Writes data to
System.out
if low level tracing is enabled.
- USE_CACHED_RESOURCES.
Static variable in class com.ibm.as400.ui.framework.java.UIFramework
- Indicates that the UI framework should use cached resource bundles.
- validate(String).
Static method in class com.ibm.as400.ui.framework.java.InternetAddressFormatter
-
- verifyChanges().
Method in interface com.ibm.as400.ui.framework.java.DataBean
- Validates any changes that have been applied to this object via
its accessor methods.
- WEST.
Static variable in class com.ibm.as400.ui.framework.java.DividerPanel
-
- WizardManager(String, Locale, String).
Constructor for class com.ibm.as400.ui.framework.java.WizardManager
- Constructs a
WizardManager
object for the specified wizard,
and then serializes the wizard definition.
- WizardManager(String, Locale, String, DataBean[], Container, WizardStateMachine).
Constructor for class com.ibm.as400.ui.framework.java.WizardManager
- Constructs a
WizardManager
for the specified wizard,
using the specified container.
- WizardManager(String, Locale, String, DataBean[], Container, WizardStateMachine, boolean).
Constructor for class com.ibm.as400.ui.framework.java.WizardManager
- Constructs a
WizardManager
for the specified wizard,
using the specified container.
- WizardManager(String, Locale, String, DataBean[], Frame, WizardStateMachine).
Constructor for class com.ibm.as400.ui.framework.java.WizardManager
- Constructs a
WizardManager
object for the specified wizard.
- WizardManager(String, Locale, String, DataBean[], Frame, WizardStateMachine, boolean).
Constructor for class com.ibm.as400.ui.framework.java.WizardManager
- Constructs a
WizardManager
object for the specified wizard.
- WizardManager(String, Locale, String, DataBean[], WizardStateMachine).
Constructor for class com.ibm.as400.ui.framework.java.WizardManager
- Constructs a
WizardManager
object for the specified wizard.
- WizardManager(String, Locale, String, DataBean[], WizardStateMachine, boolean).
Constructor for class com.ibm.as400.ui.framework.java.WizardManager
- Constructs a
WizardManager
object for the specified wizard.
- WizardManager(String, String, DataBean[], Container, WizardStateMachine).
Constructor for class com.ibm.as400.ui.framework.java.WizardManager
- Constructs a
WizardManager
for the specified wizard,
using the specified container.
- WizardManager(String, String, DataBean[], Container, WizardStateMachine, boolean).
Constructor for class com.ibm.as400.ui.framework.java.WizardManager
- Constructs a
WizardManager
for the specified wizard,
using the specified container.
- WizardManager(String, String, DataBean[], Frame, WizardStateMachine).
Constructor for class com.ibm.as400.ui.framework.java.WizardManager
- Constructs a
WizardManager
object for the specified wizard.
- WizardManager(String, String, DataBean[], Frame, WizardStateMachine, boolean).
Constructor for class com.ibm.as400.ui.framework.java.WizardManager
- Constructs a
WizardManager
object for the specified wizard.
- WizardManager(String, String, DataBean[], WizardStateMachine).
Constructor for class com.ibm.as400.ui.framework.java.WizardManager
- Constructs a
WizardManager
object for the specified wizard.
- WizardManager(String, String, DataBean[], WizardStateMachine, boolean).
Constructor for class com.ibm.as400.ui.framework.java.WizardManager
- Constructs a
WizardManager
object for the specified wizard.