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
- AboutAction().
Constructor for class com.ibm.webrunner.bab.AboutAction
- Default constructor
- AboutActionBeanInfo().
Constructor for class com.ibm.webrunner.bab.AboutActionBeanInfo
-
- AbstractSelection().
Constructor for class com.ibm.webrunner.bab.AbstractSelection
- Default constructor
- AbstractSelection(Object, String).
Constructor for class com.ibm.webrunner.bab.AbstractSelection
- Construct a selection.
- AbstractSelection(Selection).
Constructor for class com.ibm.webrunner.bab.AbstractSelection
- Copy constructor.
- ActionEnabler().
Constructor for class com.ibm.webrunner.bab.ActionEnabler
- Empty constructor
- ActionEnablerBeanInfo().
Constructor for class com.ibm.webrunner.bab.ActionEnablerBeanInfo
-
- actionPerformed(ActionEvent).
Method in class com.ibm.webrunner.bab.AboutAction
-
- actionPerformed(ActionEvent).
Method in class com.ibm.webrunner.bab.BAction
-
- actionPerformed(ActionEvent).
Method in class com.ibm.webrunner.bab.ExitAction
-
- actionPerformed(ActionEvent).
Method in class com.ibm.webrunner.bab.MetalAction
-
- actionPerformed(ActionEvent).
Method in class com.ibm.webrunner.bab.MotifAction
-
- actionPerformed(ActionEvent).
Method in class com.ibm.webrunner.bab.NewAction
-
- actionPerformed(ActionEvent).
Method in class com.ibm.webrunner.bab.OpenAction
-
- actionPerformed(ActionEvent).
Method in class com.ibm.webrunner.bab.RedoAction
-
- actionPerformed(ActionEvent).
Method in class com.ibm.webrunner.bab.SaveAction
-
- actionPerformed(ActionEvent).
Method in class com.ibm.webrunner.bab.SaveAsAction
-
- actionPerformed(ActionEvent).
Method in class com.ibm.webrunner.bab.ToggleStatusBarAction
-
- actionPerformed(ActionEvent).
Method in class com.ibm.webrunner.bab.ToggleToolBarAction
-
- actionPerformed(ActionEvent).
Method in class com.ibm.webrunner.bab.UndoAction
-
- actionPerformed(ActionEvent).
Method in class com.ibm.webrunner.bab.WindowsAction
-
- addActionListener(ActionListener).
Method in class com.ibm.webrunner.bab.BAction
- adds an ActionListener to the button
- addAndDo(BCommand, BABContext).
Method in class com.ibm.webrunner.bab.BABApp
- Sets the presentation name and invokes doCommand() on the command, and pushes the command on the Undo satck
- addFrame(JFrame).
Method in class com.ibm.webrunner.bab.BABApp
- Register an additional frame with the BAB App.
- addNewModelListener(NewModelListener).
Method in class com.ibm.webrunner.bab.BABApp
- Add a listener to subscribe for NewModelEvent.
- addSelectionChangeListener(SelectionChangeListener).
Method in class com.ibm.webrunner.bab.AbstractSelection
- Add a listener to subscribe for SelectionChange Events.
- addSelectionChangeListener(SelectionChangeListener).
Method in interface com.ibm.webrunner.bab.Selection
- Add a listener to subscribe for SelectionChange Events.
- BABApp().
Constructor for class com.ibm.webrunner.bab.BABApp
- Empty constructor
- BABAppBeanInfo().
Constructor for class com.ibm.webrunner.bab.BABAppBeanInfo
-
- BABContext().
Constructor for class com.ibm.webrunner.bab.BABContext
- No arg constructor
- BABContext(BABApp, BAction, Object).
Constructor for class com.ibm.webrunner.bab.BABContext
-
- BAction().
Constructor for class com.ibm.webrunner.bab.BAction
- No arg constructor
- BActionBeanInfo().
Constructor for class com.ibm.webrunner.bab.BActionBeanInfo
-
- BButton().
Constructor for class com.ibm.webrunner.bab.BButton
-
- BButtonBeanInfo().
Constructor for class com.ibm.webrunner.bab.BButtonBeanInfo
-
- BCheckBoxMenuItem().
Constructor for class com.ibm.webrunner.bab.BCheckBoxMenuItem
-
- BCheckBoxMenuItemBeanInfo().
Constructor for class com.ibm.webrunner.bab.BCheckBoxMenuItemBeanInfo
-
- BCommand().
Constructor for class com.ibm.webrunner.bab.BCommand
- No arg constructor
- BImageIcon().
Constructor for class com.ibm.webrunner.bab.BImageIcon
- Empty constructor
- BImageIconBeanInfo().
Constructor for class com.ibm.webrunner.bab.BImageIconBeanInfo
-
- BInfoBus().
Constructor for class com.ibm.webrunner.bab.BInfoBus
-
- BMenuItem().
Constructor for class com.ibm.webrunner.bab.BMenuItem
-
- BMenuItemBeanInfo().
Constructor for class com.ibm.webrunner.bab.BMenuItemBeanInfo
-
- BOTTOM.
Static variable in interface com.ibm.webrunner.bab.FrameLayoutConstants
- Position the frame bottom.
- BOTTOMLEFT.
Static variable in interface com.ibm.webrunner.bab.FrameLayoutConstants
- Position the frame bottom left.
- BOTTOMRIGHT.
Static variable in interface com.ibm.webrunner.bab.FrameLayoutConstants
- Position the frame bottom right.
- BRadioButtonMenuItem().
Constructor for class com.ibm.webrunner.bab.BRadioButtonMenuItem
-
- BRadioButtonMenuItemBeanInfo().
Constructor for class com.ibm.webrunner.bab.BRadioButtonMenuItemBeanInfo
-
- canDelete().
Method in class com.ibm.webrunner.bab.AbstractSelection
- Can the selection be deleted?
- canDelete().
Method in interface com.ibm.webrunner.bab.Selection
- Can the selection be deleted?
- canDo().
Method in class com.ibm.webrunner.bab.BCommand
- Can this command be executed now ? Default implementation returns true.
- canPasteFrom(Transferable).
Method in class com.ibm.webrunner.bab.AbstractSelection
- Can objects be pasted into the selection?
- canPasteFrom(Transferable).
Method in interface com.ibm.webrunner.bab.Selection
- Can objects be pasted into the selection?
- CENTER.
Static variable in interface com.ibm.webrunner.bab.FrameLayoutConstants
- Position the frame center.
- clearSelection().
Method in class com.ibm.webrunner.bab.AbstractSelection
- Clear selection, convenience function to deselect all data.
- clearStatusMessages().
Method in class com.ibm.webrunner.bab.StatusBar
- Clear all the status messages
- clone().
Method in class com.ibm.webrunner.bab.AbstractSelection
- Clone the selection.
- clone().
Method in class com.ibm.webrunner.bab.ModelSelection
- Clone the selection.
- clone().
Method in interface com.ibm.webrunner.bab.Selection
- Clone the current selection.
- delete().
Method in class com.ibm.webrunner.bab.AbstractSelection
- Delete selection data.
- delete().
Method in interface com.ibm.webrunner.bab.Selection
- Delete the selection.
- deselectAll().
Method in class com.ibm.webrunner.bab.AbstractSelection
- Deselect all data.
- deselectAll().
Method in interface com.ibm.webrunner.bab.Selection
- Deselect all data.
- DESKTOP_DEFAULT.
Static variable in interface com.ibm.webrunner.bab.FrameLayoutConstants
- Position the frame desktop default
- doCommand().
Method in class com.ibm.webrunner.bab.BCommand
- Do the command.
- EMPTY.
Static variable in interface com.ibm.webrunner.bab.Selection
- selection is defined but empty.
- ExitAction().
Constructor for class com.ibm.webrunner.bab.ExitAction
- Default constructor
- ExitActionBeanInfo().
Constructor for class com.ibm.webrunner.bab.ExitActionBeanInfo
-
- fireNewModelEvent(Object).
Method in class com.ibm.webrunner.bab.BABApp
- Send a NewModelEvent to the registered listeners to notify them
of any state change.
- fireSelectionChangeEvent(Object).
Method in class com.ibm.webrunner.bab.AbstractSelection
- Send a SelectionChangeEvent to the registered listeners to notify them
of any state change.
- getActionName().
Method in class com.ibm.webrunner.bab.BAction
- Returns Action name
- getActions().
Method in class com.ibm.webrunner.bab.BABApp
- Returns all the BABApp aware actions
- getActionSource().
Method in class com.ibm.webrunner.bab.BABContext
- Returns Action Source
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.AboutActionBeanInfo
-
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.BButtonBeanInfo
-
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.BCheckBoxMenuItemBeanInfo
-
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.BMenuItemBeanInfo
-
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.BRadioButtonMenuItemBeanInfo
-
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.ExitActionBeanInfo
-
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.MetalActionBeanInfo
-
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.ModelSelectionBeanInfo
-
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.MotifActionBeanInfo
-
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.NewActionBeanInfo
-
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.OpenActionBeanInfo
-
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.RedoActionBeanInfo
-
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.SaveActionBeanInfo
-
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.SaveAsActionBeanInfo
-
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.StatusBarBeanInfo
-
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.ToggleStatusBarActionBeanInfo
-
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.ToggleToolBarActionBeanInfo
-
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.UndoActionBeanInfo
-
- getAdditionalBeanInfo().
Method in class com.ibm.webrunner.bab.WindowsActionBeanInfo
-
- getAppDescription().
Method in class com.ibm.webrunner.bab.BABApp
- Returns the app description
- getAppIcon().
Method in class com.ibm.webrunner.bab.BABApp
- Returns the app Icon
- getAppletInstance().
Method in class com.ibm.webrunner.bab.BABApp
- Returns the applet instance
- getAppMainFrame().
Method in class com.ibm.webrunner.bab.BABApp
- Returns the Main frame
- getAppName().
Method in class com.ibm.webrunner.bab.BABApp
- Returns the app name
- getAppResourceFile().
Method in class com.ibm.webrunner.bab.BABApp
- Return the Resouce File name with package name (without the extension) for your app.
- getAppResources().
Method in class com.ibm.webrunner.bab.BABApp
- Returns the Resource bundle for your app.
- getAppVersion().
Method in class com.ibm.webrunner.bab.BABApp
- Returns the app version
- getBABApp().
Method in class com.ibm.webrunner.bab.BABContext
- Returns the BABApp
- getBABApp().
Method in class com.ibm.webrunner.bab.BAction
- Returns the BAB App
- getBABContext().
Method in class com.ibm.webrunner.bab.BAction
- Returns current BABContext.
- getButton().
Method in class com.ibm.webrunner.bab.ActionEnabler
- Returns the button associated with this ActionEnabler
- getCopyright().
Method in class com.ibm.webrunner.bab.BABApp
- Returns the copyright string
- getCurrentLookAndFeel().
Method in class com.ibm.webrunner.bab.BABApp
- Return current Look and Feel
- getData().
Method in class com.ibm.webrunner.bab.AbstractSelection
- Returns selection data
- getData().
Method in class com.ibm.webrunner.bab.ModelSelection
- Returns the piece of data that represents selection in the model
- getData().
Method in interface com.ibm.webrunner.bab.Selection
- Return the data.
- getDescription().
Method in class com.ibm.webrunner.bab.BImageIcon
- Return the image description
- getEventData().
Method in class com.ibm.webrunner.bab.NewModelEvent
- Return the new Model associated with this event.
- getEventData().
Method in class com.ibm.webrunner.bab.SelectionChangeEvent
- Return the selection data associated with this event.
- getEventSource().
Method in class com.ibm.webrunner.bab.BABContext
- Returns Event source
- getFileExtension().
Method in class com.ibm.webrunner.bab.BABApp
- Returns the file extension for the app
- getFrameLayout().
Method in class com.ibm.webrunner.bab.BABApp
- Returns the current frame layout
- getFrames().
Method in class com.ibm.webrunner.bab.BABApp
- Retruns all the application frames
- getIcon().
Method in class com.ibm.webrunner.bab.BAction
- Return the Action's Icon
- getIcon(int).
Method in class com.ibm.webrunner.bab.AboutActionBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.ActionEnablerBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.BABAppBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.BActionBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.BButtonBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.BCheckBoxMenuItemBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.BImageIconBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.BMenuItemBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.BRadioButtonMenuItemBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.ExitActionBeanInfo
- public PropertyDescriptor[] getPropertyDescriptors() {
try {
PropertyDescriptor[] pds = new PropertyDescriptor[] {
};
return pds;
}
catch (IntrospectionException ex) {
ex.printStackTrace();
return null;
}
}
- getIcon(int).
Method in class com.ibm.webrunner.bab.MetalActionBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.ModelSelectionBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.MotifActionBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.NewActionBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.OpenActionBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.RedoActionBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.SaveActionBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.SaveAsActionBeanInfo
- public PropertyDescriptor[] getPropertyDescriptors() {
try {
PropertyDescriptor[] pds = new PropertyDescriptor[] {
};
return pds;
}
catch (IntrospectionException ex) {
ex.printStackTrace();
return null;
}
}
- getIcon(int).
Method in class com.ibm.webrunner.bab.StatusBarBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.ToggleStatusBarActionBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.ToggleToolBarActionBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.UndoActionBeanInfo
-
- getIcon(int).
Method in class com.ibm.webrunner.bab.WindowsActionBeanInfo
-
- getImageFile().
Method in class com.ibm.webrunner.bab.BImageIcon
- Return the image file
- getImageObserver().
Method in class com.ibm.webrunner.bab.BImageIcon
- Return the image observer
- getImageURL().
Method in class com.ibm.webrunner.bab.BImageIcon
- Return the image URL string
- getInfoBus().
Method in class com.ibm.webrunner.bab.BABApp
- Returns this app's InfoBus
- getLongDescription().
Method in class com.ibm.webrunner.bab.BAction
- Return the Action's Long description
- getMessageLabel().
Method in class com.ibm.webrunner.bab.StatusBar
- Return the Message area where the status messages are displayed
- getModel().
Method in class com.ibm.webrunner.bab.BABApp
- Returns the application data model
- getModel().
Method in class com.ibm.webrunner.bab.ModelSelection
- Return the model.
- getNewActionHandler().
Method in class com.ibm.webrunner.bab.NewAction
- Returns NewActionHandler
- getOpenActionHandler().
Method in class com.ibm.webrunner.bab.OpenAction
- Returns OpenActionHandler
- getPresentationName().
Method in class com.ibm.webrunner.bab.AbstractSelection
- Return the selection's presentation name.
- getPresentationName().
Method in class com.ibm.webrunner.bab.BCommand
- Return the presentation name.
- getPresentationName().
Method in interface com.ibm.webrunner.bab.Selection
- Return the selection's presentation name
- getProperty(String).
Method in class com.ibm.webrunner.bab.BABApp
- Get value for a name.
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.AboutActionBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.ActionEnablerBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.BABAppBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.BActionBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.BButtonBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.BCheckBoxMenuItemBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.BImageIconBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.BMenuItemBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.BRadioButtonMenuItemBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.MetalActionBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.ModelSelectionBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.MotifActionBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.NewActionBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.OpenActionBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.RedoActionBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.SaveActionBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.StatusBarBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.ToggleStatusBarActionBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.ToggleToolBarActionBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.UndoActionBeanInfo
-
- getPropertyDescriptors().
Method in class com.ibm.webrunner.bab.WindowsActionBeanInfo
-
- getPropertyObject(String).
Method in class com.ibm.webrunner.bab.BABApp
- Returns a Property Object.
- getResString(ResourceBundle, String, boolean).
Static method in class com.ibm.webrunner.bab.Util
- Returns a string value from the resource given a key.
- getResStringArray(ResourceBundle, String, boolean).
Static method in class com.ibm.webrunner.bab.Util
- Returns String array from the resource given a key.
- getSaveActionHandler().
Method in class com.ibm.webrunner.bab.SaveAction
- Returns SaveActionHandler
- getShortDescription().
Method in class com.ibm.webrunner.bab.BAction
- Return the Action's short descriptor
- getStartupLookAndFeel().
Method in class com.ibm.webrunner.bab.BABApp
- Returns the startup look and feel
- getState().
Method in class com.ibm.webrunner.bab.AbstractSelection
- Return the selection's state: EMPTY, NOT_EMPTY
- getState().
Method in interface com.ibm.webrunner.bab.Selection
- Return the selection's state: EMPTY, NOT_EMPTY
- getStatusBar().
Method in class com.ibm.webrunner.bab.BABApp
- Returns the statusbar
- getStatusMessage().
Method in class com.ibm.webrunner.bab.StatusBar
- Return status message
- getTargetAction().
Method in class com.ibm.webrunner.bab.ActionEnabler
- Returns the Action associated with this ActionEnabler
- getTargetAction().
Method in class com.ibm.webrunner.bab.BButton
- Returns the Action associated with this Button
- getTargetAction().
Method in class com.ibm.webrunner.bab.BCheckBoxMenuItem
- Returns the Action associated with this Button
- getTargetAction().
Method in class com.ibm.webrunner.bab.BMenuItem
- Returns the Action associated with this Button
- getTargetAction().
Method in class com.ibm.webrunner.bab.BRadioButtonMenuItem
- Returns the Action associated with this Button
- getToolBar().
Method in class com.ibm.webrunner.bab.BABApp
- Returns the toolbar
- getTransferData(DataFlavor).
Method in class com.ibm.webrunner.bab.AbstractSelection
- Return an object which represents the data to be transferred.
- getTransferData(DataFlavor).
Method in interface com.ibm.webrunner.bab.Selection
- Return an object which represents the data to be transferred.
- getTransferDataFlavors().
Method in class com.ibm.webrunner.bab.AbstractSelection
- Return an array of DataFlavor objects indicating the flavors the
data can be provided in.
- getTransferDataFlavors().
Method in interface com.ibm.webrunner.bab.Selection
- Return an array of DataFlavor objects indicating the flavors the
data can be provided in.
- getUndoManager().
Method in class com.ibm.webrunner.bab.BABApp
- Returns the UndoManager for the app
- getViews().
Method in class com.ibm.webrunner.bab.BABApp
- Retruns all the BABApp aware views
- IllegalSelectionStateException().
Constructor for class com.ibm.webrunner.bab.IllegalSelectionStateException
-
- ImageNotFoundException(String).
Constructor for class com.ibm.webrunner.bab.ImageNotFoundException
-
- init().
Method in class com.ibm.webrunner.bab.BABApp
- Initlizes the BAB App.
- invokeAndWait(Runnable).
Static method in class com.ibm.webrunner.bab.Util
- This basically is a wrapper for SwingUtilities.invokeAndWait().
- isApplet().
Method in class com.ibm.webrunner.bab.BABApp
- Is this an Applet ?
- isAppletFrame().
Method in class com.ibm.webrunner.bab.BABApp
- Is this an AppletFrame ?
- isAppletSecurityDisabled().
Method in class com.ibm.webrunner.bab.BABApp
- Returns true if applet security is disabled
- isApplication().
Method in class com.ibm.webrunner.bab.BABApp
- Is this an Application ?
- isDataFlavorSupported(DataFlavor).
Method in class com.ibm.webrunner.bab.AbstractSelection
- Return whether or not the specified data flavor is supported for
this object.
- isDataFlavorSupported(DataFlavor).
Method in interface com.ibm.webrunner.bab.Selection
- Return whether or not the specified data flavor is supported for
this object.
- isEmpty().
Method in class com.ibm.webrunner.bab.AbstractSelection
- Is the model selection empty?
- isEmpty().
Method in interface com.ibm.webrunner.bab.Selection
- Is the model selection empty?
- isEnabledInApplet().
Method in class com.ibm.webrunner.bab.BAction
- Should this action be enabled when running as an Applet ?
- isIconVisible().
Method in class com.ibm.webrunner.bab.ActionEnabler
- Is button icon visible ?
- isIconVisible().
Method in class com.ibm.webrunner.bab.BButton
- Is Icon Visible ?
- isIconVisible().
Method in class com.ibm.webrunner.bab.BCheckBoxMenuItem
- Is Icon Visible ?
- isIconVisible().
Method in class com.ibm.webrunner.bab.BMenuItem
- Is Icon Visible ?
- isIconVisible().
Method in class com.ibm.webrunner.bab.BRadioButtonMenuItem
- Is Icon Visible ?
- isIgnoreAppletVisibilityFlag().
Method in class com.ibm.webrunner.bab.BABApp
- Returns true if ignore applet visibilty flag is set to true
- isNotEmpty().
Method in class com.ibm.webrunner.bab.AbstractSelection
- Is the model selection not empty?
- isSelected().
Method in class com.ibm.webrunner.bab.BAction
- Return if this is selected.
- isStringSelection().
Method in class com.ibm.webrunner.bab.AbstractSelection
- Temporary workaround for JDK 1.1 beta bug.
- isStringSelection().
Method in interface com.ibm.webrunner.bab.Selection
- Temporary workaround for JDK 1.1 beta bug.
- isTextVisible().
Method in class com.ibm.webrunner.bab.ActionEnabler
- is button text visible ?
- isTextVisible().
Method in class com.ibm.webrunner.bab.BButton
- is Text visible ?
- isTextVisible().
Method in class com.ibm.webrunner.bab.BCheckBoxMenuItem
- is Text visible ?
- isTextVisible().
Method in class com.ibm.webrunner.bab.BMenuItem
- is Text visible ?
- isTextVisible().
Method in class com.ibm.webrunner.bab.BRadioButtonMenuItem
- is Text visible ?
- layItOut(Window, int).
Static method in class com.ibm.webrunner.bab.BABApp
- Lay out the window.
- LEFT.
Static variable in interface com.ibm.webrunner.bab.FrameLayoutConstants
- Position the frame left.
- listenerList.
Variable in class com.ibm.webrunner.bab.AbstractSelection
-
- listenerList.
Variable in class com.ibm.webrunner.bab.BABApp
-
- listenerList.
Variable in class com.ibm.webrunner.bab.BAction
-
- loadResourceFile(String, Locale, boolean).
Static method in class com.ibm.webrunner.bab.Util
- Loads a resource file and returns the bundle.
- LOOK_N_FEEL_USAGE.
Static variable in class com.ibm.webrunner.bab.BABApp
-
- lostOwnership(Clipboard, Transferable).
Method in class com.ibm.webrunner.bab.AbstractSelection
- Invoked when this is no longer the owner of the clipboard contents.
- METAL.
Static variable in class com.ibm.webrunner.bab.BABApp
-
- MetalAction().
Constructor for class com.ibm.webrunner.bab.MetalAction
- Default constructor
- MetalActionBeanInfo().
Constructor for class com.ibm.webrunner.bab.MetalActionBeanInfo
-
- modelChanged().
Method in class com.ibm.webrunner.bab.BABApp
- Notify the BAB App that model data has changed
- ModelSelection().
Constructor for class com.ibm.webrunner.bab.ModelSelection
- Default constructor
- ModelSelection(Selection).
Constructor for class com.ibm.webrunner.bab.ModelSelection
- Copy constructor.
- ModelSelection(Serializable, String).
Constructor for class com.ibm.webrunner.bab.ModelSelection
- Construct a selection.
- ModelSelectionBeanInfo().
Constructor for class com.ibm.webrunner.bab.ModelSelectionBeanInfo
-
- ModelView().
Constructor for class com.ibm.webrunner.bab.ModelView
-
- MOTIF.
Static variable in class com.ibm.webrunner.bab.BABApp
-
- MotifAction().
Constructor for class com.ibm.webrunner.bab.MotifAction
- Default constructor
- MotifActionBeanInfo().
Constructor for class com.ibm.webrunner.bab.MotifActionBeanInfo
-
- NewAction().
Constructor for class com.ibm.webrunner.bab.NewAction
- Default constructor
- NewActionBeanInfo().
Constructor for class com.ibm.webrunner.bab.NewActionBeanInfo
-
- newModel(BABApp).
Method in interface com.ibm.webrunner.bab.NewActionHandler
- Perform New for your application
- newModelAvailable(NewModelEvent).
Method in interface com.ibm.webrunner.bab.NewModelListener
- Invoked when a new model is instantiated by BAB App
- NewModelEvent(Object, Object).
Constructor for class com.ibm.webrunner.bab.NewModelEvent
- Constructor
- NOT_EMPTY.
Static variable in interface com.ibm.webrunner.bab.Selection
- selection is defined and not empty.
- notify(Selection).
Method in class com.ibm.webrunner.bab.AbstractSelection
- Notify of new selection.
- notify(Selection).
Method in interface com.ibm.webrunner.bab.Selection
- Notify of new selection.
- OpenAction().
Constructor for class com.ibm.webrunner.bab.OpenAction
- Default constructor
- OpenActionBeanInfo().
Constructor for class com.ibm.webrunner.bab.OpenActionBeanInfo
-
- pasteFrom(Transferable).
Method in class com.ibm.webrunner.bab.AbstractSelection
- Paste objects into the selection.
- pasteFrom(Transferable).
Method in interface com.ibm.webrunner.bab.Selection
- Paste objects into the selection.
- propertyChange(PropertyChangeEvent).
Method in class com.ibm.webrunner.bab.ActionEnabler
- Syncs the Button state with Action
- propertyChange(PropertyChangeEvent).
Method in class com.ibm.webrunner.bab.BButton
- Listen to property change from Action and change button state accordingly
- propertyChange(PropertyChangeEvent).
Method in class com.ibm.webrunner.bab.BCheckBoxMenuItem
- Listen to property change from Action and change menu item state accordingly
- propertyChange(PropertyChangeEvent).
Method in class com.ibm.webrunner.bab.BMenuItem
- Listen to property change from Action and change menu item state accordingly
- propertyChange(PropertyChangeEvent).
Method in class com.ibm.webrunner.bab.BRadioButtonMenuItem
- Listen to property change from Action and change menu item state accordingly
- readModel(ObjectInputStream, BABApp).
Method in interface com.ibm.webrunner.bab.OpenActionHandler
- Reads the application model from the given object output stream.
- RedoAction().
Constructor for class com.ibm.webrunner.bab.RedoAction
- Default constructor
- RedoActionBeanInfo().
Constructor for class com.ibm.webrunner.bab.RedoActionBeanInfo
-
- removeActionListener(ActionListener).
Method in class com.ibm.webrunner.bab.BAction
- removes an ActionListener from the button
- removeFrame(JFrame).
Method in class com.ibm.webrunner.bab.BABApp
- Remove the frame that was previously registered with the BAB App.
- removeNewModelListener(NewModelListener).
Method in class com.ibm.webrunner.bab.BABApp
- Remove a listener to un-subscribe for NewModelEvent.
- removeSelectionChangeListener(SelectionChangeListener).
Method in class com.ibm.webrunner.bab.AbstractSelection
- Remove a listener to un-subscribe for SelectionChange Events.
- removeSelectionChangeListener(SelectionChangeListener).
Method in interface com.ibm.webrunner.bab.Selection
- Remove a listener to un-subscribe for SelectionChange Events.
- RIGHT.
Static variable in interface com.ibm.webrunner.bab.FrameLayoutConstants
- Position the frame right.
- runDialog(Component).
Static method in class com.ibm.webrunner.bab.Util
- Runs a dialog in event dispatcher thread.
- SaveAction().
Constructor for class com.ibm.webrunner.bab.SaveAction
- Default constructor
- SaveActionBeanInfo().
Constructor for class com.ibm.webrunner.bab.SaveActionBeanInfo
-
- SaveAsAction().
Constructor for class com.ibm.webrunner.bab.SaveAsAction
- Default constructor
- SaveAsActionBeanInfo().
Constructor for class com.ibm.webrunner.bab.SaveAsActionBeanInfo
-
- selectAll().
Method in class com.ibm.webrunner.bab.AbstractSelection
- Select all data.
- selectAll().
Method in interface com.ibm.webrunner.bab.Selection
- Select all data.
- selectionChanged(SelectionChangeEvent).
Method in interface com.ibm.webrunner.bab.SelectionChangeListener
- Invoked when the selection is changed
- SelectionChangeEvent(Object, Object).
Constructor for class com.ibm.webrunner.bab.SelectionChangeEvent
- Constructor
- setActionName(String).
Method in class com.ibm.webrunner.bab.BAction
- Set a name for the action
- setAppDescription(String).
Method in class com.ibm.webrunner.bab.BABApp
- Set app description
- setAppIcon(Icon).
Method in class com.ibm.webrunner.bab.BABApp
- Set the app Icon
- setAppletInstance(JApplet).
Method in class com.ibm.webrunner.bab.BABApp
- If this app is being run as an applet too, set the AppletInstance
- setAppletSecurityDisabled(boolean).
Method in class com.ibm.webrunner.bab.BABApp
- Is the applet security disabled when run as applet, that allows the applet
to access certain System resources such as disk, System registry, etc.
- setAppMainFrame(JFrame).
Method in class com.ibm.webrunner.bab.BABApp
- Set the Main Frame of your app
- setAppName(String).
Method in class com.ibm.webrunner.bab.BABApp
- Provide a name for your app
- setAppResourceFile(String).
Method in class com.ibm.webrunner.bab.BABApp
- Set the Resouce File name with package name (without the extension) for your app.
- setAppVersion(String).
Method in class com.ibm.webrunner.bab.BABApp
- Set app version
- setButton(AbstractButton).
Method in class com.ibm.webrunner.bab.ActionEnabler
- Set the Button on which the Action is enabled
- setCopyright(String).
Method in class com.ibm.webrunner.bab.BABApp
- Set copyright string for the app
- setCurrentLookAndFeel(int).
Method in class com.ibm.webrunner.bab.BABApp
- Switch to a new look and feel.
- setData(Object).
Method in class com.ibm.webrunner.bab.AbstractSelection
- This sets selection data.
- setData(Object).
Method in class com.ibm.webrunner.bab.ModelSelection
- Set an arbitrary piece of data that represents the selection in the model
- setDescription(String).
Method in class com.ibm.webrunner.bab.BImageIcon
- Set the image description
- setEmpty().
Method in class com.ibm.webrunner.bab.AbstractSelection
- Set the selection state to empty.This fires a selection change event
- setEnabledInApplet(boolean).
Method in class com.ibm.webrunner.bab.BAction
- Set enabledInApplet
- setFileExtension(String).
Method in class com.ibm.webrunner.bab.BABApp
- Set File Extension that must be used for saving application data to a file
- setFrameLayout(int).
Method in class com.ibm.webrunner.bab.BABApp
- Set where the frame be laid out
- setIcon(Icon).
Method in class com.ibm.webrunner.bab.BAction
- Set an Icon for the action
- setIconVisible(boolean).
Method in class com.ibm.webrunner.bab.ActionEnabler
- Set Icon visible
- setIconVisible(boolean).
Method in class com.ibm.webrunner.bab.BButton
- Set iconVisible
- setIconVisible(boolean).
Method in class com.ibm.webrunner.bab.BCheckBoxMenuItem
- Set iconVisible
- setIconVisible(boolean).
Method in class com.ibm.webrunner.bab.BMenuItem
- Set iconVisible
- setIconVisible(boolean).
Method in class com.ibm.webrunner.bab.BRadioButtonMenuItem
- Set iconVisible
- setIgnoreAppletVisibilityFlag(boolean).
Method in class com.ibm.webrunner.bab.BABApp
- Should BAB ignore applet enable flag set on all actions ? If so then the
the irrespective of applet enable flag, all the actions are enabled
when run as applet.
- setImageFile(String).
Method in class com.ibm.webrunner.bab.BImageIcon
- Set a new image file from which the icon will be drawn
- setImageObserver(ImageObserver).
Method in class com.ibm.webrunner.bab.BImageIcon
- Set the image observer.
- setImageURL(String).
Method in class com.ibm.webrunner.bab.BImageIcon
- Set a new image URL string
- setInfoBus(BInfoBus).
Method in class com.ibm.webrunner.bab.BABApp
- Set the InfoBus bean for this app if infobus support is required
- setLocale(Locale).
Method in class com.ibm.webrunner.bab.BABApp
- Sets a new Locale for your application.
- setLongDescription(String).
Method in class com.ibm.webrunner.bab.BAction
- Set long description for the Action
- setMessageLabel(JLabel).
Method in class com.ibm.webrunner.bab.StatusBar
- Set the Message area where the status messages are displayed
- setModel(Serializable).
Method in class com.ibm.webrunner.bab.BABApp
- Set the application data model
- setModel(Serializable).
Method in class com.ibm.webrunner.bab.ModelSelection
- Set the selection's data model.
- setNewActionHandler(NewActionHandler).
Method in class com.ibm.webrunner.bab.NewAction
- Set New Action Handler
- setNotEmpty().
Method in class com.ibm.webrunner.bab.AbstractSelection
- Set the model selection state to not empty.This fires a selection change event
- setOpenActionHandler(OpenActionHandler).
Method in class com.ibm.webrunner.bab.OpenAction
- Set Open Action Handler
- setPresentationName(String).
Method in class com.ibm.webrunner.bab.AbstractSelection
- Set Presentation Name
- setProperty(String, Object).
Method in class com.ibm.webrunner.bab.BABApp
- Set Name-Value in the App's properties table.
- setSaveActionHandler(SaveActionHandler).
Method in class com.ibm.webrunner.bab.SaveAction
- Set Save Action Handler
- setSelected(boolean).
Method in class com.ibm.webrunner.bab.BAction
- Set selected.
- setShortDescription(String).
Method in class com.ibm.webrunner.bab.BAction
- Set short description for the Action
- setStartupLookAndFeel(int).
Method in class com.ibm.webrunner.bab.BABApp
- Which look and feel the app should start with, metal, windows or motif ?
- setState(int).
Method in class com.ibm.webrunner.bab.AbstractSelection
-
Set the selection's state: EMPTY, NOT_EMPTY
- setStatusBar(StatusBar).
Method in class com.ibm.webrunner.bab.BABApp
- Set the statusbar for this app
- setStatusMessage(String).
Method in class com.ibm.webrunner.bab.StatusBar
- Set the status message.
- setTargetAction(BAction).
Method in class com.ibm.webrunner.bab.ActionEnabler
- Set the Target Action
- setTargetAction(BAction).
Method in class com.ibm.webrunner.bab.BButton
- Set the targetAction that this Button initializes with
- setTargetAction(BAction).
Method in class com.ibm.webrunner.bab.BCheckBoxMenuItem
- Set the Target Action that this Button initializes with
- setTargetAction(BAction).
Method in class com.ibm.webrunner.bab.BMenuItem
- Set the Action that this Button initializes with
- setTargetAction(BAction).
Method in class com.ibm.webrunner.bab.BRadioButtonMenuItem
- Set the Action that this Button initializes with
- setTextVisible(boolean).
Method in class com.ibm.webrunner.bab.ActionEnabler
- Set Text visible
- setTextVisible(boolean).
Method in class com.ibm.webrunner.bab.BButton
- Set textVisible
- setTextVisible(boolean).
Method in class com.ibm.webrunner.bab.BCheckBoxMenuItem
- Set textVisible
- setTextVisible(boolean).
Method in class com.ibm.webrunner.bab.BMenuItem
- Set textVisible
- setTextVisible(boolean).
Method in class com.ibm.webrunner.bab.BRadioButtonMenuItem
- Set textVisible
- setToolBar(JToolBar).
Method in class com.ibm.webrunner.bab.BABApp
- Set the toolbar for this app
- setUndoManager(UndoManager).
Method in class com.ibm.webrunner.bab.BABApp
- Set an undo Manager for the app, a default one is provided if not set
- StatusBar().
Constructor for class com.ibm.webrunner.bab.StatusBar
- Default constructor
- StatusBarBeanInfo().
Constructor for class com.ibm.webrunner.bab.StatusBarBeanInfo
-
- ToggleStatusBarAction().
Constructor for class com.ibm.webrunner.bab.ToggleStatusBarAction
- Default constructor
- ToggleStatusBarActionBeanInfo().
Constructor for class com.ibm.webrunner.bab.ToggleStatusBarActionBeanInfo
-
- ToggleToolBarAction().
Constructor for class com.ibm.webrunner.bab.ToggleToolBarAction
- Default constructor
- ToggleToolBarActionBeanInfo().
Constructor for class com.ibm.webrunner.bab.ToggleToolBarActionBeanInfo
-
- TOP.
Static variable in interface com.ibm.webrunner.bab.FrameLayoutConstants
- Position the frame top.
- TOPLEFT.
Static variable in interface com.ibm.webrunner.bab.FrameLayoutConstants
- Position the frame Top left.
- TOPRIGHT.
Static variable in interface com.ibm.webrunner.bab.FrameLayoutConstants
- Position the frame Top right.
- UndoAction().
Constructor for class com.ibm.webrunner.bab.UndoAction
- Default constructor
- UndoActionBeanInfo().
Constructor for class com.ibm.webrunner.bab.UndoActionBeanInfo
-
- undoDelete(Object).
Method in class com.ibm.webrunner.bab.AbstractSelection
- Undo the delete operation.
- undoDelete(Object).
Method in interface com.ibm.webrunner.bab.Selection
- Undo the delete operation.
- undoPaste(Object).
Method in class com.ibm.webrunner.bab.AbstractSelection
- Undo paste operation.
- undoPaste(Object).
Method in interface com.ibm.webrunner.bab.Selection
- Undo paste operation.
- unsetStatusMessage().
Method in class com.ibm.webrunner.bab.StatusBar
- Display the previously set status message.
- Util().
Constructor for class com.ibm.webrunner.bab.Util
-
- WINDOWS.
Static variable in class com.ibm.webrunner.bab.BABApp
-
- WindowsAction().
Constructor for class com.ibm.webrunner.bab.WindowsAction
- Default constructor
- WindowsActionBeanInfo().
Constructor for class com.ibm.webrunner.bab.WindowsActionBeanInfo
-
- writeModel(ObjectOutputStream, BABApp).
Method in interface com.ibm.webrunner.bab.SaveActionHandler
- Writes the application model into the given object output stream.