public static interface TabPane.TabQuery
| Modifier and Type | Method and Description |
|---|---|
void |
setTabBackground(Color background) |
void |
setTabDisabledIcon(Icon disabledIcon) |
void |
setTabDisplayedMnemonicIndex(int mnemonicIndex) |
void |
setTabEnabled(boolean enabled) |
void |
setTabForeground(Color foreground) |
void |
setTabIcon(Icon icon) |
void |
setTabMnemonic(int mnemonic) |
void |
setTabOwner(Component component) |
void |
setTabTitle(String title) |
void |
setTabToolTipText(String toolTipText) |
void setTabBackground(Color background)
void setTabOwner(Component component)
void setTabDisabledIcon(Icon disabledIcon)
void setTabDisplayedMnemonicIndex(int mnemonicIndex)
void setTabEnabled(boolean enabled)
void setTabForeground(Color foreground)
void setTabIcon(Icon icon)
void setTabMnemonic(int mnemonic)
void setTabTitle(String title)
void setTabToolTipText(String toolTipText)
Copyright © 2019. All rights reserved.