Package editor.tabpane
Class SimpleLabel
java.lang.Object
editor.tabpane.SimpleLabel
- All Implemented Interfaces:
IEditableLabel,ILabel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprivate voidA human readable name, typically displayed as a caption.getIcon(int iTypeFlags) Supplies an icon for this labelprivate voidinnerSetDisplayName(String strText) voidvoidsetDisplayName(String strName) void
-
Field Details
-
_strText
-
_icon
-
_changeListeners
-
-
Constructor Details
-
SimpleLabel
-
-
Method Details
-
getDisplayName
Description copied from interface:ILabelA human readable name, typically displayed as a caption.- Specified by:
getDisplayNamein interfaceILabel
-
setDisplayName
- Specified by:
setDisplayNamein interfaceIEditableLabel
-
innerSetDisplayName
-
getIcon
Description copied from interface:ILabelSupplies an icon for this label -
setIcon
- Specified by:
setIconin interfaceIEditableLabel
-
addChangeListener
- Specified by:
addChangeListenerin interfaceIEditableLabel
-
removeChangeListener
- Specified by:
removeChangeListenerin interfaceIEditableLabel
-
fireChanged
private void fireChanged()
-