Uses of Class
com.sibvisions.rad.ui.swing.ext.event.TabEvent

Packages that use TabEvent
com.sibvisions.rad.ui.swing.ext Contains all swing extensions which can be used without the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.ext.event Contains all event definitions which will be needed for the swing extensions. 
com.sibvisions.rad.ui.swing.impl.container Contains Swing container implementations based on the platform and technology independent interface definitions. 
 

Uses of TabEvent in com.sibvisions.rad.ui.swing.ext
 

Methods in com.sibvisions.rad.ui.swing.ext with parameters of type TabEvent
 void JVxDesktopPane.closeTab(TabEvent pEvent)
          Invoked when a tab will be closed (before it will be closed).
 void JVxDesktopPane.deselectTab(TabEvent pEvent)
          Invoked when a tab will be deselected.
 void JVxDesktopPane.moveTab(TabEvent pEvent)
          Invoked when a tab was moved from one index to another index.
 void JVxDesktopPane.selectTab(TabEvent pEvent)
          Invoked when a tab is the curent selected tab.
 

Uses of TabEvent in com.sibvisions.rad.ui.swing.ext.event
 

Methods in com.sibvisions.rad.ui.swing.ext.event with parameters of type TabEvent
 void ITabListener.closeTab(TabEvent pEvent)
          Invoked when a tab will be closed (before it will be closed).
 void ITabListener.deselectTab(TabEvent pEvent)
          Invoked when a tab will be deselected.
 void ITabListener.moveTab(TabEvent pEvent)
          Invoked when a tab was moved from one index to another index.
 void ITabListener.selectTab(TabEvent pEvent)
          Invoked when a tab is the curent selected tab.
 

Uses of TabEvent in com.sibvisions.rad.ui.swing.impl.container
 

Methods in com.sibvisions.rad.ui.swing.impl.container with parameters of type TabEvent
 void SwingTabsetPanel.closeTab(TabEvent pEvent)
          Invoked when a tab will be closed (before it will be closed).
 void SwingTabsetPanel.deselectTab(TabEvent pEvent)
          Invoked when a tab will be deselected.
 void SwingTabsetPanel.moveTab(TabEvent pEvent)
          Invoked when a tab was moved from one index to another index.
 void SwingTabsetPanel.selectTab(TabEvent pEvent)
          Invoked when a tab is the curent selected tab.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.