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 interfaceITabHistoryContextClasses in editor that implement ILabel Modifier and Type Class Description (package private) static classEditorTabHistoryHandler.EditorTabContext -
Uses of ILabel in editor.tabpane
Classes in editor.tabpane that implement ILabel Modifier and Type Class Description classSimpleLabelFields in editor.tabpane declared as ILabel Modifier and Type Field Description private ILabelStandardTab. _labelMethods 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, javax.swing.JComponent contentPane)voidTabPane. addTabWithoutSelecting(ILabel tabLabel, javax.swing.JComponent contentPane)protected javax.swing.JLabelStandardTab. createInnerLabel(ILabel labelAttr)ITabTabPane. insertTab(ILabel tabLabel, javax.swing.JComponent contentPane, int iIndex)Constructors in editor.tabpane with parameters of type ILabel Constructor Description StandardTab(TabContainer tabContainer, ILabel labelAttr, javax.swing.JComponent contentPane)StandardTab(TabContainer tabContainer, ILabel labelAttr, javax.swing.JComponent contentPane, boolean bCanClose) -
Uses of ILabel in editor.util
Subinterfaces of ILabel in editor.util Modifier and Type Interface Description interfaceIEditableLabelFields in editor.util declared as ILabel Modifier and Type Field Description private ILabelLabelListPopup. _emptyTextFields in editor.util with type parameters of type ILabel Modifier and Type Field Description private java.util.List<? extends ILabel>LabelListPopup. _labelList(package private) java.util.List<? extends ILabel>LabelListPopup.LabelListModel. _labelsprivate javax.swing.JList<ILabel>LabelListPopup. _listMethods in editor.util that return ILabel Modifier and Type Method Description ILabelLabelListPopup.LabelListModel. getElementAt(int i)Constructor parameters in editor.util with type arguments of type ILabel Constructor Description LabelListModel(java.util.List<? extends ILabel> labels)LabelListPopup(java.lang.String strTitle, java.util.List<? extends ILabel> labels, java.lang.String emptyText)
-