|
org.netbeans.api.visual 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectSceneEvent | |
---|---|
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 ObjectSceneEvent in org.netbeans.api.visual.model |
---|
Methods in org.netbeans.api.visual.model with parameters of type ObjectSceneEvent | |
---|---|
void |
ObjectSceneListener.focusChanged(ObjectSceneEvent event,
Object previousFocusedObject,
Object newFocusedObject)
Called to notify that the object-focus is changed. |
void |
ObjectSceneListener.highlightingChanged(ObjectSceneEvent event,
Set<Object> previousHighlighting,
Set<Object> newHighlighting)
Called to notify that the object-highlighting is changed. |
void |
ObjectSceneListener.hoverChanged(ObjectSceneEvent event,
Object previousHoveredObject,
Object newHoveredObject)
Called to notify that the object-hovering is changed. |
void |
ObjectSceneListener.objectAdded(ObjectSceneEvent event,
Object addedObject)
Called to notify that an object was added to an object scene. |
void |
ObjectSceneListener.objectRemoved(ObjectSceneEvent event,
Object removedObject)
Called to notify that an object was removed from an object scene. |
void |
ObjectSceneListener.objectStateChanged(ObjectSceneEvent event,
Object changedObject,
ObjectState previousState,
ObjectState newState)
Called to notify that the object state of an object is changed. |
void |
ObjectSceneListener.selectionChanged(ObjectSceneEvent event,
Set<Object> previousSelection,
Set<Object> newSelection)
Called to notify that the object-selection is changed. |
|
org.netbeans.api.visual 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |