Package | Description |
---|---|
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. |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.