Uses of Interface
editor.util.ILabel
Packages that use ILabel
-
Uses of ILabel in editor
Modifier and TypeClassDescription(package private) static class
-
Uses of ILabel in editor.tabpane
Classes in editor.tabpane that implement ILabelFields in editor.tabpane declared as ILabelMethods in editor.tabpane that return ILabelMethods in editor.tabpane with parameters of type ILabelModifier and TypeMethodDescriptionvoid
TabPane.addTab
(ILabel tabLabel, JComponent contentPane) void
TabPane.addTabWithoutSelecting
(ILabel tabLabel, JComponent contentPane) protected JLabel
StandardTab.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.utilFields in editor.util declared as ILabelFields in editor.util with type parameters of type ILabelModifier and TypeFieldDescriptionLabelListPopup._labelList
LabelListPopup.LabelListModel._labels
LabelListPopup._list
Methods in editor.util that return ILabelConstructor parameters in editor.util with type arguments of type ILabelModifierConstructorDescription(package private)
LabelListModel
(List<? extends ILabel> labels) LabelListPopup
(String strTitle, List<? extends ILabel> labels, String emptyText)