jimm.datavision.gui.cmd
Class NewSectionCommand

java.lang.Object
  extended by jimm.datavision.gui.cmd.CommandAdapter
      extended by jimm.datavision.gui.cmd.NewSectionCommand
All Implemented Interfaces:
Command, Nameable

public class NewSectionCommand
extends CommandAdapter


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

designer

protected Designer designer

report

protected Report report

sectionAbove

protected Section sectionAbove

section

protected Section section

swAbove

protected SectionWidget swAbove
Constructor Detail

NewSectionCommand

public NewSectionCommand(Designer designer,
                         Report report,
                         Section putBelow)
Method Detail

perform

public void perform()
Description copied from class: CommandAdapter
Performs the command. The default implementation does nothing.

Specified by:
perform in interface Command
Overrides:
perform in class CommandAdapter

undo

public void undo()
Description copied from class: CommandAdapter
Undoes the command. The default implementation does nothing.

Specified by:
undo in interface Command
Overrides:
undo in class CommandAdapter