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

Deprecated List (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

Deprecated API


Contents
Deprecated Classes
org.netbeans.api.visual.widget.general.ListItemWidget
            
org.netbeans.api.visual.widget.general.ListWidget
            
 

Deprecated Methods
org.netbeans.api.visual.border.BorderFactory.createFancyDashedBorder(Color, int, int)
          use createDashedBorder (color, width, height, true) method instead 
org.netbeans.api.visual.layout.LayoutFactory.createFillLayout()
          use createOverlayLayout method instead 
org.netbeans.api.visual.layout.LayoutFactory.createHorizontalLayout()
          use createHorizontalFlowLayout method instead 
org.netbeans.api.visual.layout.LayoutFactory.createHorizontalLayout(LayoutFactory.SerialAlignment, int)
          use createHorizontalFlowLayout (alignment, gap) method instead 
org.netbeans.api.visual.layout.LayoutFactory.createVerticalLayout()
          use createVerticalFlowLayout method instead 
org.netbeans.api.visual.layout.LayoutFactory.createVerticalLayout(LayoutFactory.SerialAlignment, int)
          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.