com.magelang.tabsplitter
Interface TabNamedComponent

All Known Implementing Classes:
TabNamePanel

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.

Use this code at your own risk! MageLang Institute is not responsible for any damage caused directly or indirectly through use of this code.

SOFTWARE RIGHTS

TabSplitter, version 2.0, Scott Stanchfield, MageLang Institute

We reserve no legal rights to this code--it is fully in the public domain. An individual or company may do whatever they wish with source code distributed with it, including including the incorporation of it into commerical software.

However, this code cannot be sold as a standalone product.

We encourage users to develop software with this code. However, we do ask that credit is given to us for developing it By "credit", we mean that if you use these components or incorporate any source code into one of your programs (commercial product, research project, or otherwise) that you acknowledge this fact somewhere in the documentation, research report, etc... If you like these components and have developed a nice tool with the output, please mention that you developed it using these components. In addition, we ask that the headers remain intact in our source code. As long as these guidelines are kept, we expect to continue enhancing this system and expect to make other tools available as they are completed.

The MageLang Support Classes Gang:


Method Summary
 java.lang.String getTabName()
          This method is called to determine the text that will appear on a tab
 

Method Detail

getTabName

public java.lang.String getTabName()
This method is called to determine the text that will appear on a tab