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

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

org.netbeans.api.visual 2.2

Package org.netbeans.api.visual.layout

This package contains Layout interface which defines a widget-layout.

See:
          Description

Interface Summary
Layout This class is responsible for layout and justification of children widgets of a widget where the layout is assigned.
 

Class Summary
LayoutFactory This class is a factory of all built-in layouts.
SceneLayout This is used for a one-time operations that had to be invoked after the scene is initialized and/or validated.
 

Enum Summary
LayoutFactory.ConnectionWidgetLayoutAlignment Alignment of children widgets within a calculated connection widgets used by default layout used in a connection widget.
LayoutFactory.SerialAlignment Alignment of children widgets within a calculated widget used by FlowLayout (vertical and horizontal flow layout).
 

Package org.netbeans.api.visual.layout Description

This package contains Layout interface which defines a widget-layout. Widget-layout is similar to Swing-layout. It defines how children widgets should layed out. This layout is not related with graph-oriented layout in org.netbeans.api.visual.graph.layout package.


org.netbeans.api.visual 2.2

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