public interface TabPane
Modifier and Type | Method and Description |
---|---|
TableauFrame |
getParentFrame()
This method must return the TableauFrame this tab is associated with.
|
java.lang.String |
getTabName()
This method should return the name of the tab which is used to label the
tab in the TabbedPane
|
void |
initializeTab()
Initialization of the tab should be done at some point after the
constructor is called.
|
void |
setParentFrame(TableauFrame parent)
This method sets the TableauFrame this tab is associated with.
|
void initializeTab() throws java.lang.Exception
java.lang.Exception
java.lang.String getTabName()
TableauFrame getParentFrame()
void setParentFrame(TableauFrame parent)