swarm.gui
Interface ArchivedGeometryWidget

All Known Subinterfaces:
Raster, ZoomRaster
All Known Implementing Classes:
RasterImpl

public interface ArchivedGeometryWidget
extends WidgetS, Widget

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
 void drop()
           
 Object updateArchiver(Object archiver)
           
 
Methods inherited from interface swarm.gui.Widget
disableDestroyNotification, enableDestroyNotification$notificationMethod, getDestroyedFlag, getHeight, getParent, getTopLevel, getWidgetName, getWidth, getWindowGeometry, getX, getY, pack, packBeforeAndFillLeft$expand, packFill, packFillLeft, packForgetAndExpand, packToRight, setActiveFlag, setHeight, setWidth, setWidth$Height, setWindowGeometry, setWindowTitle, setX$Y
 
Methods inherited from interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 

Method Detail

updateArchiver

public Object updateArchiver(Object archiver)

drop

public void drop()
Specified by:
drop in interface Widget