当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
SwitcherTableItem.Activatable (Tab Control) - NetBeans API Javadoc (Current Development Version)
org.netbeans.swing.popupswitcher
Interface SwitcherTableItem.Activatable
- Enclosing class:
- SwitcherTableItem
public static interface SwitcherTableItem.Activatable
This interface has to be implemented and passed to the
SwitcherTableItem constructor.
|
Method Summary |
void |
activate()
Here should be code witch activate this item. |
activate
void activate()
- Here should be code witch activate this item. The method
SwitcherTableItem.activate() conveniently call this
method. So you never need to call this method directly.
- See Also:
SwitcherTableItem.activate()