|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.AbstractAction
verinec.gui.configurator.ConfigAction
verinec.gui.configurator.Configurator.PCNodeAction
class Configurator.PCNodeAction
Action for the PCNodes, that is add interfaces. Instantiated with the type it is responsible for.
| Field Summary | |
|---|---|
private PCNode |
node
|
private int |
type
|
| Fields inherited from class verinec.gui.configurator.ConfigAction |
|---|
component |
| Fields inherited from class javax.swing.AbstractAction |
|---|
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
|---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
| Constructor Summary | |
|---|---|
Configurator.PCNodeAction(int type,
PCNode pc)
Instantiate the action for the specified network type. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
Add an interface of our type to the node. |
| Methods inherited from class javax.swing.AbstractAction |
|---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private PCNode node
private int type
| Constructor Detail |
|---|
public Configurator.PCNodeAction(int type,
PCNode pc)
type - The network type id.pc - The node the interfaces will be added to.| Method Detail |
|---|
public void actionPerformed(ActionEvent e)
e - The event.
|
Copyright © 2005 Verinec, DIUF | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||