站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual.model (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

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.

See:
          Description

Interface Summary
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 Summary
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 Summary
ObjectSceneEventType This enum is used for specifying events in which an object scene listener is interested.
 

Package org.netbeans.api.visual.model Description

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


org.netbeans.api.visual 2.2

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.