org.jtheque.core.managers.view.able.components
Interface TabComponent


public interface TabComponent

A tab component.

Author:
Baptiste Wicht

Method Summary
 javax.swing.JComponent getComponent()
          Return the component of the tab.
 java.lang.Integer getPosition()
          Return the position of the tabcomponent.
 java.lang.String getTitlekey()
          Return the title key of the tab component.
 

Method Detail

getComponent

javax.swing.JComponent getComponent()
Return the component of the tab.

Returns:
The component.

getPosition

java.lang.Integer getPosition()
Return the position of the tabcomponent.

Returns:
An Integer representing the position of the tab component.

getTitlekey

java.lang.String getTitlekey()
Return the title key of the tab component.

Returns:
The internationalization key.


Copyright © 2009 JTheque. All Rights Reserved.