Uses of Class
javax.rad.ui.event.UITabsetEvent

Packages that use UITabsetEvent
javax.rad.genui.container Contains a generic implementation of the platform and technology independent container interfaces to design graphical user interfaces. 
javax.rad.ui.event.type.tabset Contains event listener interfaces for tabset(tab) events. 
 

Uses of UITabsetEvent in javax.rad.genui.container
 

Methods in javax.rad.genui.container with parameters of type UITabsetEvent
 void UITabsetPanel.doTabClosed(UITabsetEvent pEvent)
          Notification that a tab was closed.
 void UITabsetPanel.doTabMoved(UITabsetEvent pEvent)
          Notfication that a tab was moved.
 

Uses of UITabsetEvent in javax.rad.ui.event.type.tabset
 

Methods in javax.rad.ui.event.type.tabset with parameters of type UITabsetEvent
 void ITabActivatedListener.tabActivated(UITabsetEvent pTabsetEvent)
          Invoked when a tab was activated.
 void ITabClosedListener.tabClosed(UITabsetEvent pTabsetEvent)
          Invoked when a tab was closed.
 void ITabDeactivatedListener.tabDeactivated(UITabsetEvent pTabsetEvent)
          Invoked when a tab was deactivated.
 void ITabMovedListener.tabMoved(UITabsetEvent pTabsetEvent)
          Invoked when a tab was moved.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.