Uses of Interface
editor.util.ILabel
-
Packages that use ILabel Package Description editor editor.tabpane editor.util -
-
Uses of ILabel in editor
Subinterfaces of ILabel in editor Modifier and Type Interface Description interface
ITabHistoryContext
-
Uses of ILabel in editor.tabpane
Classes in editor.tabpane that implement ILabel Modifier and Type Class Description class
SimpleLabel
Methods in editor.tabpane that return ILabel Modifier and Type Method Description ILabel
ITab. getLabel()
ILabel
StandardTab. getLabel()
Methods in editor.tabpane with parameters of type ILabel Modifier and Type Method 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)
Constructors in editor.tabpane with parameters of type ILabel Constructor Description StandardTab(TabContainer tabContainer, ILabel labelAttr, JComponent contentPane)
StandardTab(TabContainer tabContainer, ILabel labelAttr, JComponent contentPane, boolean bCanClose)
-
Uses of ILabel in editor.util
Subinterfaces of ILabel in editor.util Modifier and Type Interface Description interface
IEditableLabel
Constructor parameters in editor.util with type arguments of type ILabel Constructor Description LabelListPopup(String strTitle, List<? extends ILabel> labels, String emptyText)
-