org.netbeans.api.visual 2.21.1

Uses of Class
org.netbeans.api.visual.model.ObjectSceneEventType

Packages that use ObjectSceneEventType
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. 
 

Uses of ObjectSceneEventType in org.netbeans.api.visual.model
 

Methods in org.netbeans.api.visual.model that return ObjectSceneEventType
static ObjectSceneEventType ObjectSceneEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ObjectSceneEventType[] ObjectSceneEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.netbeans.api.visual.model with parameters of type ObjectSceneEventType
 void ObjectScene.addObjectSceneListener(ObjectSceneListener listener, ObjectSceneEventType... types)
          Adds object scene listener for specified object scene event types.
 void ObjectScene.removeObjectSceneListener(ObjectSceneListener listener, ObjectSceneEventType... types)
          Removes object scene listener for specified object scene event types.
 


org.netbeans.api.visual 2.21.1

Built on December 29 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.