uic.pjava.widgets.tabbedpane
Interface TabNamedComponent
- public interface TabNamedComponent
If you implement this interface and add an instance of your class to a
TabPanel, the text that appears on the tab for that component will
be determined by the getTabName() method.
Method Summary |
String |
getTabName()
This method is called to determine the text that will appear on a tab |
getTabName
public String getTabName()
- This method is called to determine the text that will appear on a tab
Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence