Uses of Interface
editor.util.ILabel
Packages that use ILabel
-
Uses of ILabel in editor
-
Uses of ILabel in editor.tabpane
Classes in editor.tabpane that implement ILabelMethods in editor.tabpane that return ILabelMethods in editor.tabpane with parameters of type ILabelModifier and TypeMethodDescriptionvoidTabPane.addTab(ILabel tabLabel, JComponent contentPane) voidTabPane.addTabWithoutSelecting(ILabel tabLabel, JComponent contentPane) protected JLabelStandardTab.createInnerLabel(ILabel labelAttr) TabPane.insertTab(ILabel tabLabel, JComponent contentPane, int iIndex) Constructors in editor.tabpane with parameters of type ILabelModifierConstructorDescriptionStandardTab(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.utilConstructor parameters in editor.util with type arguments of type ILabelModifierConstructorDescriptionLabelListPopup(String strTitle, List<? extends ILabel> labels, String emptyText)