Uses of Class
net.infonode.tabbedpanel.TabEvent

Packages that use TabEvent
net.infonode.docking Core classes for the docking windows framework. 
net.infonode.tabbedpanel Core classes for creating and using tabbed panels and tabs 
 

Uses of TabEvent in net.infonode.docking
 

Methods in net.infonode.docking with parameters of type TabEvent
 void TabWindowMover.tabDragAborted(TabEvent event)
           
 

Uses of TabEvent in net.infonode.tabbedpanel
 

Subclasses of TabEvent in net.infonode.tabbedpanel
 class TabDragEvent
          TabDragEvent is an mouseEvent that contains information about the tab that is beeing dragged from a tabbed panel and a point specifying the mouse coordinates.
 class TabRemovedEvent
          TabRemovedEvent is an event that contains information about the tab that was removed from a tabbed panel and the tabbed panel it was removed from.
 class TabStateChangedEvent
          TabStateChangedEvent is a state changed event.
 

Methods in net.infonode.tabbedpanel with parameters of type TabEvent
 void TabListener.tabAdded(TabEvent event)
          Called when a tab is added or inserted to a TabbedPanel
 void TabAdapter.tabAdded(TabEvent event)
           
 void TabListener.tabDragAborted(TabEvent event)
          Called when an ongoing tab drag is aborted.
 void TabAdapter.tabDragAborted(TabEvent event)
           
 void TabListener.tabMoved(TabEvent event)
          Called when a tab is moved, i.e. dragged to another position in the tab area
 void TabAdapter.tabMoved(TabEvent event)