public class G9TabPaneManager extends Object
| Constructor and Description |
|---|
G9TabPaneManager(JTabbedPane tabPane)
Constructs a new tab pane manager for the specified tab pane.
|
| Modifier and Type | Method and Description |
|---|---|
void |
hideTab(Component tabComponent)
Hide the specified tab component.
|
void |
setVisible(Component tabComponent,
boolean visible)
Shows or hides the specified tab component.
|
void |
showTab(Component tabComponent)
Show the tab with the specified title.
|
String |
toString() |
public G9TabPaneManager(JTabbedPane tabPane)
tabPane - the tab pane that should be managedpublic void setVisible(Component tabComponent, boolean visible)
tabComponent - the tab component to show or hide.visible - if true the tab is shown, otherwise hidden.public void hideTab(Component tabComponent)
tabComponent - the tab component to hide.public void showTab(Component tabComponent)
tabComponent - the tab page to show.Copyright © 2006–2020 Esito AS. All rights reserved.