|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TabPaneAttributeListener
Tab pane attribute listener interface.
Method Summary | |
---|---|
void |
closeableChanged(TabPane tabPane,
Component component)
Called when a tab's closeable attribute has changed. |
void |
iconChanged(TabPane tabPane,
Component component,
Image previousIcon)
Called when a tab's icon attribute has changed. |
void |
labelChanged(TabPane tabPane,
Component component,
String previousLabel)
Called when a tab's name attribute has changed. |
Method Detail |
---|
void labelChanged(TabPane tabPane, Component component, String previousLabel)
tabPane
- component
- previousLabel
- void iconChanged(TabPane tabPane, Component component, Image previousIcon)
tabPane
- component
- previousIcon
- void closeableChanged(TabPane tabPane, Component component)
tabPane
- component
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |