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

Uses of Class org.netbeans.api.visual.layout.LayoutFactory.SerialAlignment (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

Uses of Class
org.netbeans.api.visual.layout.LayoutFactory.SerialAlignment

Packages that use LayoutFactory.SerialAlignment
org.netbeans.api.visual.layout This package contains Layout interface which defines a widget-layout. 
 

Uses of LayoutFactory.SerialAlignment in org.netbeans.api.visual.layout
 

Methods in org.netbeans.api.visual.layout that return LayoutFactory.SerialAlignment
static LayoutFactory.SerialAlignment LayoutFactory.SerialAlignment.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LayoutFactory.SerialAlignment[] LayoutFactory.SerialAlignment.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.netbeans.api.visual.layout with parameters of type LayoutFactory.SerialAlignment
static Layout LayoutFactory.createHorizontalFlowLayout(LayoutFactory.SerialAlignment alignment, int gap)
          Creates a horizontal flow layout with a specific style where widgets are placed horizontally one to the right from another.
static Layout LayoutFactory.createHorizontalLayout(LayoutFactory.SerialAlignment alignment, int gap)
          Deprecated. use createHorizontalFlowLayout (alignment, gap) method instead
static Layout LayoutFactory.createVerticalFlowLayout(LayoutFactory.SerialAlignment alignment, int gap)
          Creates a vertical flow layout with a specific style where widgets are placed vertically one to the bottom from another.
static Layout LayoutFactory.createVerticalLayout(LayoutFactory.SerialAlignment alignment, int gap)
          Deprecated. use createVerticalFlowLayout (alignment, gap) method instead
 


org.netbeans.api.visual 2.2

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