|
|||||||||
| Home >> All >> com >> flexstor >> common >> awt >> [ dialogs overview ] | PREV NEXT | ||||||||
A
- ACTION_APPLY - Static variable in class com.flexstor.common.awt.dialogs.OptionDlg
- Result code for Apply button
- ACTION_CANCEL - Static variable in class com.flexstor.common.awt.dialogs.OptionDlg
- Result code for Cancel button
- ACTION_CUSTOM - Static variable in class com.flexstor.common.awt.dialogs.OptionDlg
- Starting value for custom action ids
- ACTION_DISCARD - Static variable in class com.flexstor.common.awt.dialogs.OptionDlg
- Result code for Discard button
- ACTION_HELP - Static variable in class com.flexstor.common.awt.dialogs.OptionDlg
- Result code for Help button
- ACTION_NO - Static variable in class com.flexstor.common.awt.dialogs.OptionDlg
- Result code for No button
- ACTION_OK - Static variable in class com.flexstor.common.awt.dialogs.OptionDlg
- Result code for OK button
- ACTION_SAVE - Static variable in class com.flexstor.common.awt.dialogs.OptionDlg
- Result code for Save button
- ACTION_YES - Static variable in class com.flexstor.common.awt.dialogs.OptionDlg
- Result code for Yes button
- APPLY_DISCARD_CANCEL - Static variable in class com.flexstor.common.awt.dialogs.OptionDlg
- Constant for options Apply, discard, and Cancel
- actionPerformed(ActionEvent) - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- Performs the default dialog behavior:
ACTION_HELP: pops up the help file, uses getWindowId() of subclasses
All other : set status and dispose of dialog - addNotify() - Method in class com.flexstor.common.awt.dialogs.InputDialog
- addNotify() - Method in class com.flexstor.common.awt.dialogs.MessageBox
- Shows the message box centered on the screen.
- addNotify() - Method in class com.flexstor.common.awt.dialogs.ModalDlg
- Centers the dialog on the screen only if the location is (0,0).
- addNotify() - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- Creates the buton panel.
B
- bEnforceMinimumSize - Variable in class com.flexstor.common.awt.dialogs.ModalDlg
- bPadChoice - Variable in class com.flexstor.common.awt.dialogs.InputDialog
C
- cSource - Variable in class com.flexstor.common.awt.dialogs.OptionDlg
- calcSize() - Method in class com.flexstor.common.awt.dialogs.InputDialog
- Gets/sets the preferred sizes of the components AFTER the peer is created, so the size of the dialog can be set before it's displayed.
- canPerformDefaultAction() - Method in class com.flexstor.common.awt.dialogs.InputDialog
- Listen for actions.
- canPerformDefaultAction() - Method in class com.flexstor.common.awt.dialogs.MessageBox
- Determines if the default action (usually the enter key pressed) can be executed.
- canPerformDefaultAction() - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- This abstract method returns a boolean indicating if the default action can be executed, i.e.
- centerOn(Window) - Method in class com.flexstor.common.awt.dialogs.ModalDlg
- Centers the dialog on the screen or in relation to another window.
- com.flexstor.common.awt.dialogs - package com.flexstor.common.awt.dialogs
- createButtonPanel() - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- If subclasses need a different layout for the buttons, they should overwrite this method.
- createButtons(int) - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- Creates the predefined buttons and returns them in the vector vButtons which is a protected member.
D
- DEFAULT_WIDTH - Static variable in class com.flexstor.common.awt.dialogs.MessageBox
E
- enableInput(boolean) - Method in class com.flexstor.common.awt.dialogs.ModalDlg
- Enables or disables input for the whole dialog and sets the cursor correspondingly.
- entryField - Variable in class com.flexstor.common.awt.dialogs.InputDialog
F
- fDummy - Static variable in class com.flexstor.common.awt.dialogs.MessageBox
- fParent - Variable in class com.flexstor.common.awt.dialogs.ModalDlg
- focusComponent - Variable in class com.flexstor.common.awt.dialogs.ModalDlg
G
- getCancelAction() - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- Returns the cancel action id.
- getComponentForId(int) - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- Retrieves the component for a given action id.
- getDefaultAction() - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- Returns the default action id.
- getFieldId() - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- Subclasses need to overwrite this method to define the field id for the help call, default indicate no call to the help system.
- getMessageResource(int, String, String, String, String, String) - Method in class com.flexstor.common.awt.dialogs.MessageBox
- Returns the message string to be displayed in the dialog.
- getParentFrame() - Static method in class com.flexstor.common.awt.dialogs.MessageBox
- getStatus() - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- Returns the user's choice as an action id
- getText() - Method in class com.flexstor.common.awt.dialogs.InputDialog
- Gets the text from the combo/entry field,
- getWindowId() - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- Subclasses need to overwrite this method to define their window id for the help call, default indicate no call to the help system.
H
- helpHandler - Static variable in class com.flexstor.common.awt.dialogs.OptionDlg
I
- IDENTIFIER - Static variable in class com.flexstor.common.awt.dialogs.OptionDlg
- InputDialog - class com.flexstor.common.awt.dialogs.InputDialog.
- InputDialog A input modal dialog which contains a label, a combo field, and OK/Cancel buttons.
- InputDialog(Frame) - Constructor for class com.flexstor.common.awt.dialogs.InputDialog
- InputDialog(Frame, String, String[], boolean) - Constructor for class com.flexstor.common.awt.dialogs.InputDialog
- Creates an input dialog with a choice list.
- InputDialog(Frame, String, int) - Constructor for class com.flexstor.common.awt.dialogs.InputDialog
- Creates an input dialog with a text field.
- initialize(int) - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- Performs initializations for all constructors.
K
- keyPressed(KeyEvent) - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- Empty method, implementing KeyListener
- keyReleased(KeyEvent) - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- All key event handling occurs on the key release.
Escape fires an action event with the cancel action id.
Enter fires an action event with the default action id.
F1 fires an action event with the help action id. - keyTyped(KeyEvent) - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- Empty method, implementing KeyListener
- keyWatcher - Variable in class com.flexstor.common.awt.dialogs.OptionDlg
L
- lblMessage - Variable in class com.flexstor.common.awt.dialogs.InputDialog
M
- MAXIMUM_WIDTH - Static variable in class com.flexstor.common.awt.dialogs.InputDialog
- MINIMUM_WIDTH - Static variable in class com.flexstor.common.awt.dialogs.InputDialog
- MessageBox - class com.flexstor.common.awt.dialogs.MessageBox.
- MessageBox(Frame, int, int) - Constructor for class com.flexstor.common.awt.dialogs.MessageBox
- MessageBox(Frame, int, int, String, String, String, String, String) - Constructor for class com.flexstor.common.awt.dialogs.MessageBox
- ModalDlg - class com.flexstor.common.awt.dialogs.ModalDlg.
- Super class for modal dialogs, contains common GUI functionality.
- ModalDlg(Frame, String) - Constructor for class com.flexstor.common.awt.dialogs.ModalDlg
- Creates a modal dialog with the specified title.
- makeMessage(int, String, String, String, String, String) - Method in class com.flexstor.common.awt.dialogs.MessageBox
- makeMessage - Creates a Message in a wrapping Label for Display in the Dialog Box
- message - Variable in class com.flexstor.common.awt.dialogs.MessageBox
N
- nCancelActionId - Variable in class com.flexstor.common.awt.dialogs.OptionDlg
- nDefaultActionId - Variable in class com.flexstor.common.awt.dialogs.OptionDlg
- nInputLength - Variable in class com.flexstor.common.awt.dialogs.InputDialog
- nMode - Variable in class com.flexstor.common.awt.dialogs.InputDialog
- nStatus - Variable in class com.flexstor.common.awt.dialogs.OptionDlg
O
- OK - Static variable in class com.flexstor.common.awt.dialogs.OptionDlg
- Constant for options Ok
- OK_CANCEL - Static variable in class com.flexstor.common.awt.dialogs.OptionDlg
- Constant for options Ok and Cancel
- OK_CANCEL_HELP - Static variable in class com.flexstor.common.awt.dialogs.OptionDlg
- Constant for options Ok, Cancel, and Help
- OptionDlg - class com.flexstor.common.awt.dialogs.OptionDlg.
- This class adds default buttons to a modal dialog as well as default action and cancel behavior for enter key and escape.
- OptionDlg(Frame, int) - Constructor for class com.flexstor.common.awt.dialogs.OptionDlg
- Creates a dialog with a parent and predefined options.
- OptionDlg(Frame, String, int) - Constructor for class com.flexstor.common.awt.dialogs.OptionDlg
- Creates a dialog with a parent, a dialog title, and predefined options.
P
- pnlButtons - Variable in class com.flexstor.common.awt.dialogs.OptionDlg
R
- registerHelpHandler(HelpHandlerI) - Static method in class com.flexstor.common.awt.dialogs.OptionDlg
- Registers the global help handler for dialogs.
S
- sLabel - Variable in class com.flexstor.common.awt.dialogs.InputDialog
- saListItems - Variable in class com.flexstor.common.awt.dialogs.InputDialog
- setCancelAction(int) - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- Defines the cancel action if the user hits the escape key or closes the dialog with the close box or system menu.
- setChildCursor(Cursor, Container, boolean) - Static method in class com.flexstor.common.awt.dialogs.ModalDlg
- setContent(Component) - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- Sets the center component of the predefined border layout.
- setDefaultAction(int) - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- Defines the default action if the user hits the enter key.
- setFocusComponent(Component) - Method in class com.flexstor.common.awt.dialogs.ModalDlg
- Sets the component which will get initially the focus.
- setMinimumSizeEnforcement(boolean) - Method in class com.flexstor.common.awt.dialogs.ModalDlg
- Determines if minimum size is enforced.
- setStatus(int) - Method in class com.flexstor.common.awt.dialogs.OptionDlg
- Sets the new status
- setText(String) - Method in class com.flexstor.common.awt.dialogs.InputDialog
- Sets the text in the combo/entry field,
- setVisible(boolean) - Method in class com.flexstor.common.awt.dialogs.ModalDlg
- Shows or hides the dialog.
- setup() - Method in class com.flexstor.common.awt.dialogs.InputDialog
- Create the components
- showMessageDialog(Frame, int) - Static method in class com.flexstor.common.awt.dialogs.MessageBox
- showMessageDialog(Frame, int, String) - Static method in class com.flexstor.common.awt.dialogs.MessageBox
- showMessageDialog(Frame, int, String, String) - Static method in class com.flexstor.common.awt.dialogs.MessageBox
- showMessageDialog(Frame, int, int) - Static method in class com.flexstor.common.awt.dialogs.MessageBox
- showMessageDialog(Frame, int, int, String) - Static method in class com.flexstor.common.awt.dialogs.MessageBox
- showMessageDialog(Frame, int, int, String, String) - Static method in class com.flexstor.common.awt.dialogs.MessageBox
- showMessageDialog(Frame, int, int, String, String, String) - Static method in class com.flexstor.common.awt.dialogs.MessageBox
- showMessageDialog(Frame, int, int, String, String, String, String) - Static method in class com.flexstor.common.awt.dialogs.MessageBox
- showMessageDialog(Frame, int, int, String, String, String, String, String) - Static method in class com.flexstor.common.awt.dialogs.MessageBox
- showMessageDialog(Frame, int, int, int, int, String, String, String, String, String) - Static method in class com.flexstor.common.awt.dialogs.MessageBox
T
- textValueChangeBegin(FlexTextEvent) - Method in class com.flexstor.common.awt.dialogs.InputDialog
- Listen for changes in entry field.
- textValueChangeEnd(FlexTextEvent) - Method in class com.flexstor.common.awt.dialogs.InputDialog
- toString() - Method in class com.flexstor.common.awt.dialogs.InputDialog
V
- vButtons - Variable in class com.flexstor.common.awt.dialogs.OptionDlg
- validate() - Method in class com.flexstor.common.awt.dialogs.ModalDlg
- Enforces a minimum size.
X
- X_PADDING - Static variable in class com.flexstor.common.awt.dialogs.InputDialog
Y
- YES_NO - Static variable in class com.flexstor.common.awt.dialogs.OptionDlg
- Constant for options Yes and No
- YES_NO_CANCEL - Static variable in class com.flexstor.common.awt.dialogs.OptionDlg
- Constant for options Yes, No, and Cancel
A B C D E F G H I K L M N O P R S T V X Y
|
|||||||||
| Home >> All >> com >> flexstor >> common >> awt >> [ dialogs overview ] | PREV NEXT | ||||||||