Package ca.spatial.util
Class Actions
java.lang.Object
ca.spatial.util.Actions
This class provides a global holder of all actions that can be performed
in the model. Each active component should contribute actions to this
container.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add an action to the list.static void
addConsoleActions(JMenu menu)
Retrieve an action from the list.static Action
static Action
getMap()
Get the Map object that holds all of the actionsstatic Action
static Action
static Action
void
Perform a defined action.toString()
List the defined actions and short descriptions
-
Constructor Details
-
Actions
public Actions()
-
-
Method Details
-
add
Add an action to the list. -
get
Retrieve an action from the list. -
getMap
Get the Map object that holds all of the actions -
perform
Perform a defined action. -
addConsoleActions
-
getQuitAction
-
getTileAction
-
getCascadeAction
-
getCloseAllWindowsAction
-
getRaiseAction
-
toString
List the defined actions and short descriptions
-