|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | Provides classes for dealing with different types of events fired by UI components. |
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 |
---|
Methods in javax.rad.ui.event with parameters of type UITabsetEvent | |
---|---|
void |
ITabsetListener.tabActivated(UITabsetEvent pTabsetEvent)
Invoked when a tab was activated. |
void |
ITabsetListener.tabClosed(UITabsetEvent pTabsetEvent)
Invoked when a tab was closed. |
void |
ITabsetListener.tabDeactivated(UITabsetEvent pTabsetEvent)
Invoked when a tab was deactivated. |
void |
ITabsetListener.tabMoved(UITabsetEvent pTabsetEvent)
Invoked when a tab was moved. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |