Package editor.tabpane
Class SimpleLabel
java.lang.Object
editor.tabpane.SimpleLabel
- All Implemented Interfaces:
IEditableLabel,ILabel
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidA human readable name, typically displayed as a caption.getIcon(int iTypeFlags) Supplies an icon for this labelvoidvoidsetDisplayName(String strName) void
-
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
-
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
-