jimm.datavision.gui.cmd
Class FieldClipping
java.lang.Object
jimm.datavision.gui.cmd.FieldClipping
- All Implemented Interfaces:
- Pasteable
public class FieldClipping
- extends java.lang.Object
- implements Pasteable
A field clipping gets copied to the clipboard when a field widget is
cut. It contains not only a field widget but also the widget's original
section area.
- Author:
- Jim Menard, jimm@io.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
origField
protected Field origField
newWidget
protected FieldWidget newWidget
origSectionWidget
protected SectionWidget origSectionWidget
sectionArea
protected SectionArea sectionArea
sectionResizeCommand
protected SectionResizeCommand sectionResizeCommand
FieldClipping
public FieldClipping(FieldWidget fw)
paste
public void paste(Designer designer)
- Specified by:
paste in interface Pasteable
sectionWidgetBySectionArea
protected SectionWidget sectionWidgetBySectionArea(Designer designer)
undo
public void undo(Designer designer)
- Specified by:
undo in interface Pasteable