|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.ui.CommandManager
public class CommandManager
Class CommandManager
| Constructor Summary | |
|---|---|
CommandManager()
_more_ |
|
CommandManager(int historySize)
_more_ |
|
| Method Summary | |
|---|---|
void |
add(Command command)
_more_ |
void |
add(Command command,
boolean andCallDoCommand)
_more_ |
boolean |
canGoBack()
_more_ |
boolean |
canGoForward()
_more_ |
void |
checkGui()
_more_ |
boolean |
getApplyingCommand()
_more_ |
JButton |
getBackButton()
_more_ |
JPanel |
getContents()
_more_ |
JButton |
getForwardButton()
_more_ |
void |
move(int delta)
_more_ |
void |
redo()
_more_ |
int |
size()
_more_ |
String |
toString()
_more_ |
void |
undo()
_more_ |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CommandManager()
public CommandManager(int historySize)
historySize - _more_| Method Detail |
|---|
public JPanel getContents()
public JButton getBackButton()
public JButton getForwardButton()
public void undo()
public void redo()
public void move(int delta)
delta - public boolean getApplyingCommand()
public void checkGui()
public void add(Command command)
command -
public void add(Command command,
boolean andCallDoCommand)
command - andCallDoCommand - _more_public int size()
public String toString()
toString in class Objectpublic boolean canGoForward()
public boolean canGoBack()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||