Class Player.PromptLaunchAction
java.lang.Object
javax.swing.AbstractAction
VASSAL.launch.AbstractLaunchAction
VASSAL.launch.Player.LaunchAction
VASSAL.launch.Player.PromptLaunchAction
- All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
Player
- Since:
- 3.1.0
- Author:
- Joel Uckelman
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractLaunchAction
AbstractLaunchAction.LaunchTask -
Field Summary
Fields inherited from class AbstractLaunchAction
DEFAULT_MAXIMUM_HEAP, entryPoint, FAILSAFE_MAXIMUM_HEAP, lr, PHYS_MEMORY, windowModifier and TypeFieldDescriptionstatic final intprotected final Stringprotected static final intprotected final LaunchRequestprotected static final intprotected final WindowFields inherited from class AbstractAction
changeSupport, enabledFields inherited from interface 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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Player.LaunchAction
getLaunchTaskMethods inherited from class AbstractLaunchAction
addFileFilters, anyInUse, checkRemovedAndDeprecated, decrementUsed, getUseTracker, incrementUsed, isEditing, isInUse, markEditing, promptForFile, unmarkEditingModifier and TypeMethodDescriptionprotected voidstatic booleananyInUse()protected booleanprotected static voiddecrementUsed(File file) static UseTrackerprotected static voidincrementUsed(File file) static booleanstatic booleanprotected static voidmarkEditing(File file) protected Fileprotected static voidunmarkEditing(File file) Methods inherited from class AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
PromptLaunchAction
-
-
Method Details
-
actionPerformed
Description copied from class:AbstractLaunchAction- Specified by:
actionPerformedin interfaceActionListener- Overrides:
actionPerformedin classPlayer.LaunchAction
-