net.infonode.tabbedpanel
public interface TabListener
TabListener interface for receiving events from a TabbedPanel or a Tab.
Adding a TabListener to a tabbed panel or a tab makes it possible to receive events when a tab component is added, removed, moved, highlighted, dehighlighted, selected, deselected, dragged, dropped or drag aborted.
Version: $Revision: 1.10 $
See Also: TabbedPanel Tab
Method Summary | |
---|---|
void | tabAdded(TabEvent event)
Called when a tab is added or inserted to a TabbedPanel
|
void | tabDehighlighted(TabStateChangedEvent event) Called when a tab is dehighlighted. Note: The event contains information about the previously highlighted tab and the current selected tab. |
void | tabDeselected(TabStateChangedEvent event) Called when a tab is deselected. Note: The event contains information about the previously selected tab and the current selected tab. |
void | tabDragAborted(TabEvent event)
Called when an ongoing tab drag is aborted.
|
void | tabDragged(TabDragEvent event)
Called when a tab is dragged.
|
void | tabDropped(TabDragEvent event)
Called when a tab is dropped.
|
void | tabHighlighted(TabStateChangedEvent event)
Called when a tab is highlighted
|
void | tabMoved(TabEvent event)
Called when a tab is moved, i.e. dragged to another position in
the tab area
|
void | tabRemoved(TabRemovedEvent event)
Called when a tab is removed from a TabbedPanel
|
void | tabSelected(TabStateChangedEvent event)
Called when a tab is selected
|
Parameters: event the event
Called when a tab is dehighlighted.
Note: The event contains information about the previously highlighted tab and the current selected tab.
Parameters: event the event
Called when a tab is deselected.
Note: The event contains information about the previously selected tab and the current selected tab.
Parameters: event the event
Parameters: event the event
Parameters: event the event
Parameters: event the event
Parameters: event the event
Parameters: event the event
Parameters: event the event
Parameters: event the event