|
|||||||||||
| 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.HelperNamePanel
Provides a helper 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 HelperConfigTool |
_helperConfigTool
Helper config tool. |
private HelperType |
_helperType
Helper type. |
private Mode |
_mode
Mode. |
| 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 | |
HelperNamePanel(JDialog dialog,
Mode mode)
Construct this dialog. |
|
| Method Summary | |
protected void |
orderData(List list)
Order the helper types. |
void |
propertyChange(PropertyChangeEvent event)
Respond to a property change event. |
void |
setHelperConfigTool(HelperConfigTool helperConfigTool)
Set the helper config tool. |
protected void |
updateData()
Update the list of helper 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 HelperConfigTool _helperConfigTool
private HelperType _helperType
private Mode _mode
| Constructor Detail |
public HelperNamePanel(JDialog dialog,
Mode mode)
dialog - Parent dialog.mode - Mode.| Method Detail |
public void setHelperConfigTool(HelperConfigTool helperConfigTool)
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 | ||||||||||