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

Uses of Interface org.netbeans.swing.popupswitcher.SwitcherTableItem.Activatable (Tab Control) - NetBeans API Javadoc (Current Development Version)

org.netbeans.swing.tabcontrol 1.8

Uses of Interface
org.netbeans.swing.popupswitcher.SwitcherTableItem.Activatable

Packages that use SwitcherTableItem.Activatable
org.netbeans.swing.popupswitcher   
 

Uses of SwitcherTableItem.Activatable in org.netbeans.swing.popupswitcher
 

Methods in org.netbeans.swing.popupswitcher that return SwitcherTableItem.Activatable
 SwitcherTableItem.Activatable SwitcherTableItem.getActivatable()
          Returns item's activatable object
 

Constructors in org.netbeans.swing.popupswitcher with parameters of type SwitcherTableItem.Activatable
SwitcherTableItem(SwitcherTableItem.Activatable activatable, String name)
          Creates a new instance of SwitcherTableItem
SwitcherTableItem(SwitcherTableItem.Activatable activatable, String name, Icon icon)
          Creates a new instance of SwitcherTableItem
SwitcherTableItem(SwitcherTableItem.Activatable activatable, String name, String htmlName, Icon icon, boolean active)
          Creates a new instance of SwitcherTableItem
SwitcherTableItem(SwitcherTableItem.Activatable activatable, String name, String htmlName, Icon icon, boolean active, String description)
          Creates a new instance of SwitcherTableItem
 


org.netbeans.swing.tabcontrol 1.8

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