public interface IItemSetupBuilder<INSTANCE_TYPE extends IItemSetupBuilder<?>> extends ISetupBuilder<INSTANCE_TYPE>
Modifier and Type | Method and Description |
---|---|
INSTANCE_TYPE |
setIcon(IImageConstant icon)
Sets the icon
|
INSTANCE_TYPE |
setText(java.lang.String text)
Sets the label text of the item
|
INSTANCE_TYPE |
setToolTipText(java.lang.String toolTipText)
Sets the tooltip text of the item
|
setSetup
INSTANCE_TYPE setText(java.lang.String text)
text
- The label text to setINSTANCE_TYPE setToolTipText(java.lang.String toolTipText)
toolTipText
- The tooltip text to setINSTANCE_TYPE setIcon(IImageConstant icon)
icon
- The icon to setSiehe auch Jowidgets Nutzerhandbuch