|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjimm.datavision.gui.cmd.CommandAdapter
jimm.datavision.gui.cmd.FPDeleteCommand
jimm.datavision.gui.cmd.FPCutCommand
public class FPCutCommand
Cuts (copies to the clipboard then deletes) something from a field picker tree.
| Field Summary |
|---|
| Fields inherited from class jimm.datavision.gui.cmd.FPDeleteCommand |
|---|
designer, info, leafNode, parentNode, report, tree |
| Fields inherited from class jimm.datavision.gui.cmd.CommandAdapter |
|---|
name |
| Constructor Summary | |
|---|---|
FPCutCommand(Report report,
Designer designer,
FieldPickerTree tree,
javax.swing.tree.DefaultMutableTreeNode node)
|
|
| Method Summary | |
|---|---|
void |
perform()
Performs the command. |
void |
redo()
Calls super.perform because we don't want to copy
anything to the clipboard a second time. |
| Methods inherited from class jimm.datavision.gui.cmd.FPDeleteCommand |
|---|
undo |
| Methods inherited from class jimm.datavision.gui.cmd.CommandAdapter |
|---|
getName, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FPCutCommand(Report report,
Designer designer,
FieldPickerTree tree,
javax.swing.tree.DefaultMutableTreeNode node)
| Method Detail |
|---|
public void perform()
CommandAdapter
perform in interface Commandperform in class FPDeleteCommandpublic void redo()
super.perform because we don't want to copy
anything to the clipboard a second time.
redo in interface Commandredo in class CommandAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||