org.netbeans.api.visual 2.10

Uses of Interface
org.netbeans.api.visual.model.StateModel.Listener

Packages that use StateModel.Listener
org.netbeans.api.visual.model This package contains ObjectScene class which is a scene with ability to register model-objects with widgets on the scene. 
org.netbeans.api.visual.vmd This package contains a VMD visualization style. 
 

Uses of StateModel.Listener in org.netbeans.api.visual.model
 

Methods in org.netbeans.api.visual.model with parameters of type StateModel.Listener
 void StateModel.addListener(StateModel.Listener listener)
          Adds a listener of a state value changed.
 void StateModel.removeListener(StateModel.Listener listener)
          Removes a listener of a state value changed.
 

Uses of StateModel.Listener in org.netbeans.api.visual.vmd
 

Classes in org.netbeans.api.visual.vmd that implement StateModel.Listener
 class VMDNodeWidget
          This class represents a node widget in the VMD visualization style.
 


org.netbeans.api.visual 2.10

Built on August 13 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.