public interface ILabel
| Modifier and Type | Field and Description |
|---|---|
static int |
OPEN |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
A human readable name, typically displayed as a caption.
|
Icon |
getIcon(int iTypeFlags)
Supplies an icon for this label
|
static final int OPEN
String getDisplayName()
Icon getIcon(int iTypeFlags)
iTypeFlags - one flag specifying the requested icon's typeBeanInfo.ICON_COLOR_16x16,
BeanInfo.ICON_MONO_16x16,
BeanInfo.ICON_COLOR_32x32,
BeanInfo.ICON_MONO_32x32,
OPENCopyright © 2022. All rights reserved.