List of all members.
Public Member Functions |
|
| ActionFrame (String title) |
|
| ActionFrame (String title, boolean resizable) |
|
| ActionFrame (String title, boolean resizable, boolean iconifiable) |
| boolean | isCloseAfterAction () |
| void | setCloseAfterAction (boolean closeAfterAction) |
| ActionListener | getOkAction () |
| void | setOkAction (ActionListener okAction) |
| JButton | getOkBtn () |
| JButton | getCancelBtn () |
|
void | actionPerformed (ActionEvent e) |
Static Protected Attributes |
|
static final String | OK_CMD = "ok" |
|
static final String | CANCEL_CMD = "cancel" |
Package Attributes |
|
final JButton | okBtn |
|
final JButton | cancelBtn |
Detailed Description
Member Function Documentation
| JButton icy.gui.frame.ActionFrame.getCancelBtn |
( |
| ) |
|
| ActionListener icy.gui.frame.ActionFrame.getOkAction |
( |
| ) |
|
| JButton icy.gui.frame.ActionFrame.getOkBtn |
( |
| ) |
|
| boolean icy.gui.frame.ActionFrame.isCloseAfterAction |
( |
| ) |
|
- Returns:
- the closeAfterAction
| void icy.gui.frame.ActionFrame.setCloseAfterAction |
( |
boolean |
closeAfterAction | ) |
|
- Parameters:
-
| closeAfterAction | the closeAfterAction to set |
| void icy.gui.frame.ActionFrame.setOkAction |
( |
ActionListener |
okAction | ) |
|
- Parameters:
-
| okAction | the okAction to set |
The documentation for this class was generated from the following file:
- C:/Documents and Settings/Administrator/quia2/ICY Kernel/icy/gui/frame/ActionFrame.java