org.netbeans.swing.tabcontrol 1.36

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.
 

Method Detail

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()

org.netbeans.swing.tabcontrol 1.36

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.