jimm.datavision.gui.cmd
Class PasteCommand.PasteInfo

java.lang.Object
  extended by jimm.datavision.gui.cmd.PasteCommand.PasteInfo
Enclosing class:
PasteCommand

static class PasteCommand.PasteInfo
extends java.lang.Object


Field Summary
(package private)  java.util.HashSet fieldWidgets
           
(package private)  SectionResizeCommand sectionResizeCommand
           
 
Constructor Summary
PasteCommand.PasteInfo(SectionWidget sw)
           
 
Method Summary
(package private)  void add(FieldWidget fw)
           
(package private)  java.util.Iterator fieldWidgets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldWidgets

java.util.HashSet fieldWidgets

sectionResizeCommand

SectionResizeCommand sectionResizeCommand
Constructor Detail

PasteCommand.PasteInfo

PasteCommand.PasteInfo(SectionWidget sw)
Method Detail

add

void add(FieldWidget fw)

fieldWidgets

java.util.Iterator fieldWidgets()