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

Uses of Class org.netbeans.spi.palette.PaletteActions (NetBeans Palette API) - NetBeans API Javadoc 5.5.0

org.netbeans.spi.palette/1 1.6.1

Uses of Class
org.netbeans.spi.palette.PaletteActions

Uses of PaletteActions in org.netbeans.spi.palette
 

Methods in org.netbeans.spi.palette with parameters of type PaletteActions
static PaletteController PaletteFactory.createPalette(Node paletteRoot, PaletteActions customActions)
          Create a new palette from the given root Node.
static PaletteController PaletteFactory.createPalette(Node paletteRoot, PaletteActions customActions, PaletteFilter filter, DragAndDropHandler dndHandler)
          Create a new palette from the given root Node.
static PaletteController PaletteFactory.createPalette(String rootFolderName, PaletteActions customActions)
          Create a new palette from the given folder.
static PaletteController PaletteFactory.createPalette(String rootFolderName, PaletteActions customActions, PaletteFilter filter, DragAndDropHandler dndHandler)
          Create a new palette from the given folder.
 


org.netbeans.spi.palette/1 1.6.1

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