triptracker.client.ui
Class ChangeFormAction
java.lang.Object
javax.swing.AbstractAction
triptracker.client.ui.ChangeFormAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class ChangeFormAction
- extends AbstractAction
This action class provides a simple way to do an unconditional change to
another form. This is easily done as part of a button action listener or any
other action listener.
- See Also:
- Serialized Form
Constructor Summary |
ChangeFormAction(FormManager manager,
Form form)
Creates a change form action with manager as form manager
and form as the form to be shown when the action event is triggered. |
ChangeFormAction
public ChangeFormAction(FormManager manager,
Form form)
- Creates a change form action with
manager
as form manager
and form as the form to be shown when the action event is triggered.
- Parameters:
manager
- form managerform
- form to be shown on action event
actionPerformed
public void actionPerformed(ActionEvent e)
-
Copyright © 2006 Team Trip Tracker. All Rights Reserved.