nl.tudelft.goal.ut2004.visualizer.gui.action
Class ShowServerDependentDialogueAction
java.lang.Object
javax.swing.AbstractAction
nl.tudelft.goal.ut2004.visualizer.gui.action.ShowDialogueAction
nl.tudelft.goal.ut2004.visualizer.gui.action.ShowServerDependentDialogueAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class ShowServerDependentDialogueAction
- extends ShowDialogueAction
Action that is active or inactive depending on the state of the connection to
the server. When the action is active it will launch a dialoque. This
dialoque will be hidden when the connection to the server is lost.
- Author:
- mpkorstanje
- 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 |
ShowServerDependentDialogueAction
public ShowServerDependentDialogueAction(JDialog dialog,
String name,
String description)
- Constructs the action.
- Parameters:
dialog
- to show when the action is used.name
- this action.description
- to show when a user hovers on this action.
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.