org.gamenet.swing.controls
Class ComponentArrayPanel.ComponentController
java.lang.Object
org.gamenet.swing.controls.ComponentArrayPanel.ComponentController
- Enclosing class:
- ComponentArrayPanel
- private class ComponentArrayPanel.ComponentController
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
idLabel
private JLabel idLabel
addButton
private JButton addButton
upButton
private JButton upButton
downButton
private JButton downButton
deleteButton
private JButton deleteButton
componentIndex
private int componentIndex
FIRST_EVENT_POSITION
private static final int FIRST_EVENT_POSITION
- See Also:
- Constant Field Values
OTHER_EVENT_POSITION
private static final int OTHER_EVENT_POSITION
- See Also:
- Constant Field Values
LAST_EVENT_POSITION
private static final int LAST_EVENT_POSITION
- See Also:
- Constant Field Values
FIRST_AND_LAST_EVENT_POSITION
private static final int FIRST_AND_LAST_EVENT_POSITION
- See Also:
- Constant Field Values
ComponentArrayPanel.ComponentController
public ComponentArrayPanel.ComponentController(int componentIndex)
getComponentIndex
public int getComponentIndex()
setComponentIndex
public void setComponentIndex(int componentIndex)
setControls
public void setControls(JLabel idLabel,
JButton addButton,
JButton upButton,
JButton downButton,
JButton deleteButton)
configureControls
public void configureControls()