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 and 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.
|