Package editor.util
Interface ILabel
- All Known Subinterfaces:
IEditableLabel
,ITabHistoryContext
- All Known Implementing Classes:
EditorTabHistoryHandler.EditorTabContext
,SimpleLabel
public interface ILabel
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionA human readable name, typically displayed as a caption.getIcon
(int iTypeFlags) Supplies an icon for this label
-
Field Details
-
OPEN
static final int OPEN- See Also:
-
-
Method Details
-
getDisplayName
String getDisplayName()A human readable name, typically displayed as a caption. -
getIcon
Supplies an icon for this label- Parameters:
iTypeFlags
- one flag specifying the requested icon's type- Returns:
- an icon for this label
- See Also:
-