Package org.netbeans.api.visual.model


package 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).

  • Class
    Description
    This class manages mapping between model-objects and widgets on a scene.
    A wrapper object for the ObjectScene when it is passed to ObjectSceneListener.
    This enum is used for specifying events in which an object scene listener is interested.
    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.
    This class holds a state of a object or a widget.
    This class represents a model with a single state which can be boolean or non-negative integer value.
    The listener for listening on state changed event on a state model.