|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pivot.wtk.TabPaneAttributeListener.Adapter
public static class TabPaneAttributeListener.Adapter
Tab pane attribute listener adapter.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.TabPaneAttributeListener |
---|
TabPaneAttributeListener.Adapter |
Constructor Summary | |
---|---|
TabPaneAttributeListener.Adapter()
|
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 label attribute has changed. |
void |
tooltipTextChanged(TabPane tabPane,
Component component,
String previousTooltipText)
Called when a tab's tooltipText attribute has changed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TabPaneAttributeListener.Adapter()
Method Detail |
---|
public void labelChanged(TabPane tabPane, Component component, String previousLabel)
TabPaneAttributeListener
labelChanged
in interface TabPaneAttributeListener
public void iconChanged(TabPane tabPane, Component component, Image previousIcon)
TabPaneAttributeListener
iconChanged
in interface TabPaneAttributeListener
public void closeableChanged(TabPane tabPane, Component component)
TabPaneAttributeListener
closeableChanged
in interface TabPaneAttributeListener
public void tooltipTextChanged(TabPane tabPane, Component component, String previousTooltipText)
TabPaneAttributeListener
tooltipTextChanged
in interface TabPaneAttributeListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |