swarm.gui
Interface ArchivedGeometryWidgetC

All Known Subinterfaces:
RasterC, ZoomRasterC
All Known Implementing Classes:
RasterCImpl

public interface ArchivedGeometryWidgetC
extends WidgetS, WidgetC

Base class for widgets that archive geometry.. Subclasses of this class inherit the ability to archive their window geometry. This class also provides an interface to destroy notification.


Method Summary
 Object loadWindowGeometryRecord()
           
 Object registerAndLoad()
           
 Object setWindowGeometryRecordName(String recordName)
          Called to set a name for archiving.
 
Methods inherited from interface swarm.gui.WidgetC
createEnd, makeWidgetNameFor, setParent, setWidgetNameFromParent, setWidgetNameFromParentName
 

Method Detail

setWindowGeometryRecordName

public Object setWindowGeometryRecordName(String recordName)
Called to set a name for archiving.

loadWindowGeometryRecord

public Object loadWindowGeometryRecord()

registerAndLoad

public Object registerAndLoad()