ObjectScene class which is a scene with ability to register model-objects with widgets on the scene.See: Description
| Interface | Description |
|---|---|
| ObjectSceneListener |
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.
|
| StateModel.Listener |
The listener for listening on state changed event on a state model.
|
| Class | Description |
|---|---|
| ObjectScene |
This class manages mapping between model-objects and widgets on a scene.
|
| ObjectSceneEvent |
A wrapper object for the ObjectScene when it is passed to ObjectSceneListener.
|
| ObjectState |
This class holds a state of a object or a widget.
|
| StateModel |
This class represents a model with a single state which can be boolean or non-negative integer value.
|
| Enum | Description |
|---|---|
| ObjectSceneEventType |
This enum is used for specifying events in which an object scene listener is interested.
|
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).
Built on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.