|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.washington.cs.supple.customization.command.ActionRemoveDynamicElement
Removing a dynamic window allows to shortcut dialogs. E.g., pressing the print button on the toolbar may automatically invoke the print function instead of displaying the printer dialog.
| Field Summary | |
protected Reference |
actionReference
|
protected UiObject |
creator
|
protected java.util.Collection |
dependencies
|
| Constructor Summary | |
ActionRemoveDynamicElement(Reference actionReference,
java.util.Collection dependencies,
UiObject creator)
Creates a remove dynamic element action. |
|
| Method Summary | |
boolean |
equals(Action c)
|
void |
execute(State state,
UiObject location,
Command executer)
Executes an action. |
void |
executeRedo(State s,
HistoryRecord record,
Command executer)
Executes a redo action. |
void |
executeReversal(State s,
HistoryRecord record,
Command executer)
Executes a reverse action. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected Reference actionReference
protected java.util.Collection dependencies
protected UiObject creator
| Constructor Detail |
public ActionRemoveDynamicElement(Reference actionReference,
java.util.Collection dependencies,
UiObject creator)
actionReference - dependencies - creator - | Method Detail |
public void execute(State state,
UiObject location,
Command executer)
Action
execute in interface Actionstate - location - executer -
public void executeReversal(State s,
HistoryRecord record,
Command executer)
Action
executeReversal in interface Actions - record - executer -
public void executeRedo(State s,
HistoryRecord record,
Command executer)
Action
executeRedo in interface Actions - record - executer - public java.lang.String toString()
public boolean equals(Action c)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||