|
||||||||||
| 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.NewSectionCommand
public class NewSectionCommand
| Field Summary | |
|---|---|
protected Designer |
designer
|
protected Report |
report
|
protected Section |
section
|
protected Section |
sectionAbove
|
protected SectionWidget |
swAbove
|
| Fields inherited from class jimm.datavision.gui.cmd.CommandAdapter |
|---|
name |
| Constructor Summary | |
|---|---|
NewSectionCommand(Designer designer,
Report report,
Section putBelow)
|
|
| Method Summary | |
|---|---|
void |
perform()
Performs the command. |
void |
undo()
Undoes the command. |
| Methods inherited from class jimm.datavision.gui.cmd.CommandAdapter |
|---|
getName, redo, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Designer designer
protected Report report
protected Section sectionAbove
protected Section section
protected SectionWidget swAbove
| Constructor Detail |
|---|
public NewSectionCommand(Designer designer,
Report report,
Section putBelow)
| Method Detail |
|---|
public void perform()
CommandAdapter
perform in interface Commandperform in class CommandAdapterpublic void undo()
CommandAdapter
undo in interface Commandundo in class CommandAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||