|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.awt.Component
|
+--java.awt.Container
|
+--java.awt.Window
|
+--java.awt.Dialog
|
+--javax.swing.JDialog
|
+--org.moyoman.client.reference.util.BaseDialog
|
+--org.moyoman.client.reference.admin.NewHelperTypeDialog
Provides a new helper type dialog.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JDialog |
JDialog.AccessibleJDialog |
| Nested classes inherited from class java.awt.Dialog |
Dialog.AccessibleAWTDialog |
| Nested classes inherited from class java.awt.Window |
Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
private HelperConfigTool |
_helperConfigTool
Helper config tool. |
private JTextField |
_longNameUI
Symbolic name widget. |
private ModuleConfigTool |
_moduleConfigTool
Module config tool. |
private String |
_noneOption
Constant indicating the none option. |
private JComboBox |
_parentHelperUI
Parent helper type chooser widget. |
private JComboBox |
_parentModuleUI
Parent module type chooser widget. |
private JTextField |
_shortNameUI
Display name widget. |
private static int |
WIDTH
Width of text fields. |
| Fields inherited from class org.moyoman.client.reference.util.BaseDialog |
|
| Fields inherited from class javax.swing.JDialog |
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Dialog |
|
| Fields inherited from class java.awt.Window |
|
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface org.moyoman.client.reference.util.IGUIConstants |
DEBUG, DIRTY_PROPERTY, GAP, MARGIN, TRANSPARENT_COLOR |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS |
| Constructor Summary | |
NewHelperTypeDialog(Frame frame,
HelperConfigTool helperConfigTool,
ModuleConfigTool moduleConfigTool)
Construct this dialog with the given parameters. |
|
NewHelperTypeDialog(JDialog dialog,
HelperConfigTool helperConfigTool,
ModuleConfigTool moduleConfigTool)
Construct this dialog with the given parameters. |
|
| Method Summary | |
protected JPanel |
createNamePanel()
Create the name panel. |
protected JPanel |
createParentChooser()
Create the parent chooser widget. |
private void |
init(HelperConfigTool helperConfigTool,
ModuleConfigTool moduleConfigTool)
Initialize. |
static void |
main(String[] args)
Test method. |
protected void |
okActionPerformed(ActionEvent event)
Callback for the OK button. |
| Methods inherited from class org.moyoman.client.reference.util.BaseDialog |
addOKButtonPanel, addOKCancelApplyButtonsPanel, addOKCancelButtonsPanel, applyActionPerformed, cancelActionPerformed, checkComponents, createLabel, getActionManager, getApplyButton, getCancelButton, getOKButton, init, isActionApproved, isDirty, setCursorBusy, setDirty, setTitle, show |
| Methods inherited from class java.awt.Dialog |
addNotify, dispose, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setUndecorated |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private static final int WIDTH
private HelperConfigTool _helperConfigTool
private JComboBox _parentHelperUI
private JComboBox _parentModuleUI
private JTextField _longNameUI
private JTextField _shortNameUI
private ModuleConfigTool _moduleConfigTool
private String _noneOption
| Constructor Detail |
public NewHelperTypeDialog(JDialog dialog,
HelperConfigTool helperConfigTool,
ModuleConfigTool moduleConfigTool)
dialog - The parent dialog.helperConfigTool - Helper config tool instance.moduleConfigTool - Module config tool instance.
public NewHelperTypeDialog(Frame frame,
HelperConfigTool helperConfigTool,
ModuleConfigTool moduleConfigTool)
frame - The parent frame.helperConfigTool - Helper config tool instance.moduleConfigTool - Module config tool instance.| Method Detail |
public static void main(String[] args)
protected JPanel createNamePanel()
protected JPanel createParentChooser()
protected void okActionPerformed(ActionEvent event)
okActionPerformed in class BaseDialog
private void init(HelperConfigTool helperConfigTool,
ModuleConfigTool moduleConfigTool)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||