Package com.magelang.tabsplitter

Interface Summary
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.
TabSelectionListener This interface describes the communcation between a TabPanel and a class that wants to listen in on tabs that are selected.
 

Class Summary
TabColorEditor Use this code at your own risk!
TabNamePanel  
TabPanel TabPanel -- allows a user to select from several interface components by clicking a tab at the top of the panel.
TabPanelBeanInfo The bean information class for com.magelang.tabsplitter.TabPanel.
TabSelectionEvent  
TabSplitter TabSplitter -- allows a user to select from several interface components by clicking a tab at the top of the panel.
TabSplitterBeanInfo