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.
Also it holds information about selected, hightlighted, focused and hovered objects. Everything is object-oriented (not widget-oriented).
|
Java Source File Name | Type | Comment |
ObjectScene.java | Class | This class manages mapping between model-objects and widgets on a scene. |
ObjectSceneEvent.java | Class | A wrapper object for the ObjectScene when it is passed to ObjectSceneListener. |
ObjectSceneEventType.java | enum | This enum is used for specifying events in which an object scene listener is interested. |
ObjectSceneListener.java | Interface | This interface represents a listener that is notified about changes in a object scene
which is passed as the first parameter of every listener methods. |
ObjectState.java | Class | This class holds a state of a object or a widget. |
StateModel.java | Class | This class represents a model with a single state which can be boolean or non-negative integer value. |