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 interfaceITabHistoryContext -
Uses of ILabel in editor.tabpane
Classes in editor.tabpane that implement ILabel Modifier and Type Class Description classSimpleLabelMethods in editor.tabpane that return ILabel Modifier and Type Method Description ILabelITab. getLabel()ILabelStandardTab. getLabel()Methods in editor.tabpane with parameters of type ILabel Modifier and Type Method Description voidTabPane. addTab(ILabel tabLabel, JComponent contentPane)voidTabPane. addTabWithoutSelecting(ILabel tabLabel, JComponent contentPane)protected JLabelStandardTab. createInnerLabel(ILabel labelAttr)ITabTabPane. 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 interfaceIEditableLabelConstructor parameters in editor.util with type arguments of type ILabel Constructor Description LabelListPopup(String strTitle, List<? extends ILabel> labels, String emptyText)
-