stella.jview
Class JTypeHelper.SetupAction
java.lang.Object
javax.swing.AbstractAction
stella.jview.TargetAction
stella.jview.JTypeHelper.SetupAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- JTypeHelper
public class JTypeHelper.SetupAction
- extends TargetAction
The action that allows adjustment of a setup.
- See Also:
- Serialized Form
| Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
JTypeHelper.SetupAction
public JTypeHelper.SetupAction(String name,
String tip)
- Constructs a new constraints action. The different constraint are
identified with their id.
actionPerformed
public void actionPerformed(ActionEvent ae)
- The action command defines the id of the constraint to update. Note
that this actions are constructed and destroyed as the user enters
mor info, thus we know that the telescope and the type has been
specified if we end up here.