| Package | Description |
|---|---|
| editor | |
| editor.tabpane | |
| editor.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITabHistoryContext |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleLabel |
| Modifier and Type | Method and Description |
|---|---|
ILabel |
ITab.getLabel() |
ILabel |
StandardTab.getLabel() |
| Modifier and Type | Method and Description |
|---|---|
void |
TabPane.addTab(ILabel tabLabel,
JComponent contentPane) |
void |
TabPane.addTabWithoutSelecting(ILabel tabLabel,
JComponent contentPane) |
protected JLabel |
StandardTab.createInnerLabel(ILabel labelAttr) |
ITab |
TabPane.insertTab(ILabel tabLabel,
JComponent contentPane,
int iIndex) |
| Constructor and Description |
|---|
StandardTab(TabContainer tabContainer,
ILabel labelAttr,
JComponent contentPane) |
StandardTab(TabContainer tabContainer,
ILabel labelAttr,
JComponent contentPane,
boolean bCanClose) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IEditableLabel |
| Constructor and Description |
|---|
LabelListPopup(String strTitle,
List<? extends ILabel> labels,
String emptyText) |
Copyright © 2017. All rights reserved.