Package editor.util
Interface ILabel
-
- All Known Subinterfaces:
IEditableLabel
,ITabHistoryContext
- All Known Implementing Classes:
SimpleLabel
public interface ILabel
-
-
Field Summary
Fields Modifier and Type Field Description static int
OPEN
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayName()
A human readable name, typically displayed as a caption.Icon
getIcon(int iTypeFlags)
Supplies an icon for this label
-
-
-
Field Detail
-
OPEN
static final int OPEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDisplayName
String getDisplayName()
A human readable name, typically displayed as a caption.
-
getIcon
Icon getIcon(int iTypeFlags)
Supplies an icon for this label- Parameters:
iTypeFlags
- one flag specifying the requested icon's type- Returns:
- an icon for this label
- See Also:
BeanInfo.ICON_COLOR_16x16
,BeanInfo.ICON_MONO_16x16
,BeanInfo.ICON_COLOR_32x32
,BeanInfo.ICON_MONO_32x32
,OPEN
-
-