Uses of Interface
com.tensegrity.composite.CompositeState

Packages that use CompositeState
com.tensegrity.composite The Tensgrity Graph Framework supports complex visual representations of nodes and edges.  
 

Uses of CompositeState in com.tensegrity.composite
 

Subinterfaces of CompositeState in com.tensegrity.composite
 interface CompositeGroupState
          The CompositeGroupState interface defines a memento of the current state of a CompositeGroup.
 interface CompositeTableState
          The CompositeTableState interface defines a memento of the current state of a CompositeGroup.
 

Methods in com.tensegrity.composite that return CompositeState
 CompositeState CompositeTableState.getFoldStateButtonState()
           
 CompositeState CompositeTableState.getFoldedRepresentationState()
           
 CompositeState Composite.getState()
          Returns a CompositeState instance that can be used to reset the state of the Composite to the state that is stored into the CompositeState.
 CompositeState CompositeGroupState.getFoldStateButtonState()
           
 CompositeState CompositeGroupState.getFoldedRepresentationState()
           
 

Methods in com.tensegrity.composite with parameters of type CompositeState
 void Composite.applyState(CompositeState state)
          Applies the CompositeState given by state to the Composite.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.