Welcome to the NetCologne GmbH open source mirroring service!

This machine mirrors various open-source projects. 20 Gbit/s uplink.

If there are any issues or you want another project mirrored, please contact mirror-service -=AT=- netcologne DOT de !

Swarm 2.2 Reference Guide: Interface WindowGeometryRecordNameC

swarm.simtoolsgui
Interface WindowGeometryRecordNameC

All Known Subinterfaces:
ActionCacheC, CommonProbeDisplayC, CompleteProbeDisplayC, CompositeWindowGeometryRecordNameC, EZBinC, EZDistributionC, EZGraphC, GUICompositeC, GUISwarmC, MultiVarProbeDisplayC, ProbeDisplayC, SimpleProbeDisplayC, SingleProbeDisplayC
All Known Implementing Classes:
GUISwarmCImpl

public interface WindowGeometryRecordNameC

Protocol for archiving window geometry.. Classes that allow for window geometry archiving must conform this protocol.


Method Summary
 java.lang.Object setSaveSizeFlag(boolean saveSizeFlag)
           
 java.lang.Object setWindowGeometryRecordName(java.lang.String windowGeometryRecordName)
          This method is used to give an instance ProbeDisplay a name, which will used by the Archiver when recording its geometry information.
 

Method Detail

setWindowGeometryRecordName

public java.lang.Object setWindowGeometryRecordName(java.lang.String windowGeometryRecordName)
This method is used to give an instance ProbeDisplay a name, which will used by the Archiver when recording its geometry information.

setSaveSizeFlag

public java.lang.Object setSaveSizeFlag(boolean saveSizeFlag)