Package ucar.unidata.ui
Class CommandManager
java.lang.Object
ucar.unidata.ui.CommandManager
Class CommandManager
- Version:
- %I%, %G%
- Author:
- Unidata development team
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CommandManager
public CommandManager()_more_ -
CommandManager
public CommandManager(int historySize) _more_- Parameters:
historySize
- _more_
-
-
Method Details
-
getContents
_more_- Returns:
- _more_
-
getContents
-
getBackButton
_more_- Returns:
- _more_
-
getForwardButton
_more_- Returns:
- _more_
-
undo
public void undo()_more_ -
redo
public void redo()_more_ -
move
public void move(int delta) _more_- Parameters:
delta
-
-
getApplyingCommand
public boolean getApplyingCommand()_more_- Returns:
- _more_
-
checkGui
public void checkGui()_more_ -
add
_more_- Parameters:
command
-
-
add
_more_- Parameters:
command
-andCallDoCommand
- _more_
-
size
public int size()_more_- Returns:
- _more_
-
toString
_more_ -
canGoForward
public boolean canGoForward()_more_- Returns:
- _more_
-
canGoBack
public boolean canGoBack()_more_- Returns:
- _more_
-