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

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

org.netbeans.api.visual 2.2

Uses of Class
org.netbeans.api.visual.model.ObjectScene

Packages that use ObjectScene
org.netbeans.api.visual.action This package contains ActionFactory class which is factory of all built-in widget-actions provided by the library. 
org.netbeans.api.visual.graph This package contains built-in graph-oriented models. 
org.netbeans.api.visual.graph.layout This package contains built-in graph-oriented layout algorithms. 
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. 
org.netbeans.api.visual.vmd This package contains a VMD visualization style. 
 

Uses of ObjectScene in org.netbeans.api.visual.action
 

Methods in org.netbeans.api.visual.action with parameters of type ObjectScene
static RectangularSelectProvider ActionFactory.createObjectSceneRectangularSelectProvider(ObjectScene scene)
          Creates a rectangular select provider which controls a selection of an object scene.
static WidgetAction ActionFactory.createRectangularSelectAction(ObjectScene scene, LayerWidget interractionLayer)
          Creates a rectangular select action for a specified object scene with a default decorator.
 

Uses of ObjectScene in org.netbeans.api.visual.graph
 

Subclasses of ObjectScene in org.netbeans.api.visual.graph
 class GraphPinScene<N,E,P>
          This class holds and manages graph-oriented model.
static class GraphPinScene.StringGraph
          This class is a particular GraphPinScene where nodes, edges and pins are represented with String class.
 class GraphScene<N,E>
          This class holds and manages graph-oriented model.
static class GraphScene.StringGraph
          This class is a particular GraphScene where nodes and edges are represented with String class.
 

Uses of ObjectScene in org.netbeans.api.visual.graph.layout
 

Methods in org.netbeans.api.visual.graph.layout that return ObjectScene
abstract  ObjectScene UniversalGraph.getScene()
          Returns a related scene as a ObjectScene.
 

Uses of ObjectScene in org.netbeans.api.visual.model
 

Methods in org.netbeans.api.visual.model that return ObjectScene
 ObjectScene ObjectSceneEvent.getObjectScene()
          Returns an instance of related object scene.
 

Uses of ObjectScene in org.netbeans.api.visual.vmd
 

Subclasses of ObjectScene in org.netbeans.api.visual.vmd
 class VMDGraphScene
          This class represents a GraphPinScene for the VMD visualization style.
 


org.netbeans.api.visual 2.2

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