public interface TabbedWindowTab
TabbedWindow
.
Modifier and Type | Method and Description |
---|---|
ActionDelegate |
getActionDelegate()
Provides the optional action delegate responsible for shared buttons and menu items.
|
java.awt.Component |
getComponent()
Provides the component to be displayed by the tabbed docking window.
|
javax.swing.Icon |
getIcon()
Provides the graphical icon of the tab used for display.
|
StatusBarMessage |
getMessage()
Provides the status bar message for the tab from the creator.
|
TabbedWindow |
getTabbedWindow()
Provides the tabbed docking window specified when
tabAdded() was called. |
java.lang.String |
getTitle()
Provides the title of the tab used for display.
|
java.lang.String |
getToolTip()
Provides the tooltip of the tab used for display.
|
boolean |
isCloseAllowed()
Provides the info whether the tab may be closed by the user or not.
|
void |
refresh()
Updates the contents of the tab.
|
void |
tabAdded(TabbedWindow parent,
java.lang.String id)
Informs the tab that it was added to the tabbed window.
|
void |
tabBecomesHidden()
Informs the tab that it will vanish from the screen (deselected).
|
void |
tabBecomesShown()
Informs the tab that it becomes visible on the screen (selected).
|
void |
tabIsHiding()
Informs the tab that it was made invisible by the manager (deselected).
|
void |
tabIsShowing()
Informs the tab that it was made visible by the manager (selected).
|
void |
tabRemoved(TabbedWindow parent,
java.lang.String id)
Informs the tab that it was removed from the tabbed window.
|
java.lang.String getTitle()
java.lang.String getToolTip()
javax.swing.Icon getIcon()
java.awt.Component getComponent()
StatusBarMessage getMessage()
boolean isCloseAllowed()
void tabAdded(TabbedWindow parent, java.lang.String id)
parent
- The tabbed docking windowid
- The unique IDvoid tabRemoved(TabbedWindow parent, java.lang.String id)
parent
- The tabbed docking windowid
- The unique IDvoid tabBecomesShown()
void tabBecomesHidden()
void tabIsShowing()
void tabIsHiding()
TabbedWindow getTabbedWindow()
tabAdded()
was called.
null
if not availablevoid refresh()
ActionDelegate getActionDelegate()
null
if not availableCopyright © 2005-2013 Leisenfels UG (haftungsbeschränkt). All rights reserved.