| java.lang.Object org.jdesktop.j3dfly.namecontrol.NameUpdateEvent
NameUpdateEvent | public class NameUpdateEvent extends Object (Code) | | author: paulby version: $I$ $G$ |
NAME_CHANGED | final public static int NAME_CHANGED(Code) | | EventType when a name is changed
|
NAME_REMOVED | final public static int NAME_REMOVED(Code) | | EventType when a name is removed
|
OBJECT_ADDED | final public static int OBJECT_ADDED(Code) | | EventType when a new name is added to the scene
|
SCENE_ADDED | final public static int SCENE_ADDED(Code) | | EventType when a new scene is added, OBJECT_ADDED events are
NOT generated for each object in the scene
|
NameUpdateEvent | public NameUpdateEvent(int eventType, String sceneName, String nodeName)(Code) | | Creates new NameUpdateEvent
|
getNodeName | public String getNodeName()(Code) | | Get the node name associated with this event, NodeName may be
null.
|
getSceneName | public String getSceneName()(Code) | | Get the scene name associated with this event
|
getType | public int getType()(Code) | | Return the type of the event
|
|
|