org.argouml.application.api
Interface AboutTabPanel
- public interface AboutTabPanel
An interface which must be implemented as the UI for
tabs used on the about panel.
- Since:
- 0.13.2
Method Summary |
java.lang.String |
getTabKey()
Returns the unlocalized settings tab name. |
javax.swing.JPanel |
getTabPanel()
Returns the JPanel which implements the tab. |
java.lang.String |
getTabResourceBundleKey()
Returns the name of the resource bundle to use. |
getTabKey
public java.lang.String getTabKey()
- Returns the unlocalized settings tab name.
getTabResourceBundleKey
public java.lang.String getTabResourceBundleKey()
- Returns the name of the resource bundle to use.
getTabPanel
public javax.swing.JPanel getTabPanel()
- Returns the JPanel which implements the tab.