swarm.gui
Interface ArchivedGeometryWidget

All Known Subinterfaces:
Canvas, Graph, Histogram, Raster, ZoomRaster
All Known Implementing Classes:
HistogramImpl, RasterImpl, GraphImpl, CanvasImpl

public interface ArchivedGeometryWidget
extends Widget, WidgetS

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 updateArchiver(Archiver 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.Drop
drop
 
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
 
Methods inherited from interface swarm.defobj.GetName
getName
 

Method Detail

updateArchiver

public void updateArchiver(Archiver archiver)