|
|||||||||||
| 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
|
+--javax.swing.JComponent
|
+--javax.swing.JPanel
|
+--org.moyoman.client.reference.admin.AbstractAdminPanel
|
+--org.moyoman.client.reference.admin.AbstractListPanel
|
+--org.moyoman.client.reference.admin.ModuleNamePanel
Provides a module name edit panel.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
| 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 Mode |
_mode
Mode. |
private ModuleConfigTool |
_moduleConfigTool
Module config tool. |
private ModuleType |
_moduleType
Module type. |
| Fields inherited from class org.moyoman.client.reference.admin.AbstractListPanel |
|
| Fields inherited from class org.moyoman.client.reference.admin.AbstractAdminPanel |
|
| Fields inherited from class javax.swing.JPanel |
|
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_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 java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
ModuleNamePanel(JDialog dialog,
Mode mode)
Construct this dialog. |
|
| Method Summary | |
protected void |
orderData(List list)
Order the module types. |
void |
propertyChange(PropertyChangeEvent event)
Respond to a property change event. |
void |
setModuleConfigTool(ModuleConfigTool moduleConfigTool)
Set the module config tool. |
protected void |
updateData()
Update the list of module types. |
protected boolean |
usesDeleteAction()
Return true if this panel uses the delete action. |
protected boolean |
usesNewAction()
Return true if this panel uses the new action. |
| Methods inherited from class org.moyoman.client.reference.admin.AbstractListPanel |
addListSelectionListener, checkComponents, createMainPanel, getButtonActions, getListData, getListUI, getMoveDownAction, getMoveUpAction, move, moveDownActionPerformed, moveUpActionPerformed, removeListSelectionListener, usesMoveDownAction, usesMoveUpAction, usesScrollPane |
| Methods inherited from class org.moyoman.client.reference.admin.AbstractAdminPanel |
createButtonPanel, getActionManager, getDeleteAction, getNewAction, getParentDialog |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private Mode _mode
private ModuleConfigTool _moduleConfigTool
private ModuleType _moduleType
| Constructor Detail |
public ModuleNamePanel(JDialog dialog,
Mode mode)
dialog - Parent dialog.mode - Mode.| Method Detail |
public void setModuleConfigTool(ModuleConfigTool moduleConfigTool)
public void propertyChange(PropertyChangeEvent event)
propertyChange in interface PropertyChangeListenerprotected void orderData(List list)
orderData in class AbstractListPanelprotected void updateData()
updateData in class AbstractListPanelprotected boolean usesDeleteAction()
usesDeleteAction in class AbstractAdminPanelprotected boolean usesNewAction()
usesNewAction in class AbstractAdminPanel
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||