public class SeparatorItemModel extends java.lang.Object implements ISeparatorItemModel
Constructor and Description |
---|
SeparatorItemModel()
Creates a new separator item model
|
SeparatorItemModel(ISeparatorItemModelBuilder builder)
Creates a new separator item model with help of a builder
|
SeparatorItemModel(java.lang.String id)
Creates a new separator item model
|
Modifier and Type | Method and Description |
---|---|
void |
addItemModelListener(IItemModelListener listener)
Adds a item model listener
|
static ISeparatorItemModelBuilder |
builder()
Creates a builder
|
static ISeparatorItemModelBuilder |
builder(java.lang.String id)
Creates a builder
|
ISeparatorItemModel |
createCopy()
Creates a deep copy of the item and its children.
|
boolean |
equals(java.lang.Object obj) |
Accelerator |
getAccelerator()
Gets the key accelerator that should be used for the item
|
IImageConstant |
getIcon()
Gets the items icon
|
java.lang.String |
getId()
Gets the id of the item
|
protected ISeparatorItemModel |
getItemModel() |
java.lang.Character |
getMnemonic()
Gets the mnemonic character
|
java.lang.String |
getText()
Gets the items label text
|
java.lang.String |
getToolTipText()
Gets the tooltip text of the item
|
int |
hashCode() |
boolean |
isEnabled()
Gets the enabled state of the item
Remark: Not all bound items may support to become disabled
|
boolean |
isVisible()
Gets the visible state of the item
|
void |
removeItemModelListener(IItemModelListener listener)
removes a item model listener
|
void |
setAccelerator(Accelerator accelerator)
Sets the key accelerator that should be used for the item
|
void |
setAccelerator(VirtualKey key,
Modifier... modifier)
Sets the key accelerator that should be used for the item
|
void |
setEnabled(boolean enabled)
Sets the enabled state of the item.
|
void |
setIcon(IImageConstant icon)
Sets the items icon
|
void |
setMnemonic(char mnemonic)
Sets the mnemonic character
|
void |
setMnemonic(java.lang.Character mnemonic)
Sets the mnemonic character
|
void |
setText(java.lang.String text)
Sets the items label text
|
void |
setToolTipText(java.lang.String toolTipText)
Sets the tooltip text for the item
|
void |
setVisible(boolean visible)
Sets the visible state of an item
Items that was set invisible will be hidden in their container
|
IItemModel |
unwrap() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAccelerator, getIcon, getId, getMnemonic, getText, getToolTipText, isEnabled, isVisible, setAccelerator, setAccelerator, setEnabled, setIcon, setMnemonic, setMnemonic, setText, setToolTipText, setVisible
addItemModelListener, removeItemModelListener
public SeparatorItemModel()
public SeparatorItemModel(java.lang.String id)
id
- The id of the modelpublic SeparatorItemModel(ISeparatorItemModelBuilder builder)
builder
- The builder to useprotected ISeparatorItemModel getItemModel()
public ISeparatorItemModel createCopy()
IItemModel
createCopy
in interface IItemModel
createCopy
in interface IMenuItemModel
createCopy
in interface ISeparatorItemModel
public static ISeparatorItemModelBuilder builder()
public static ISeparatorItemModelBuilder builder(java.lang.String id)
id
- The id to set on the builderpublic final java.lang.String getId()
IItemModel
getId
in interface IItemModel
public final java.lang.String getText()
IItemModel
getText
in interface IItemModel
public final java.lang.String getToolTipText()
IItemModel
getToolTipText
in interface IItemModel
public final IImageConstant getIcon()
IItemModel
getIcon
in interface IItemModel
public final Accelerator getAccelerator()
IItemModel
getAccelerator
in interface IItemModel
public final java.lang.Character getMnemonic()
IItemModel
getMnemonic
in interface IItemModel
public final boolean isEnabled()
IItemModel
isEnabled
in interface IItemModel
public final void setText(java.lang.String text)
IItemModel
setText
in interface IItemModel
text
- The label text of the item, may be nullpublic final void setToolTipText(java.lang.String toolTipText)
IItemModel
setToolTipText
in interface IItemModel
toolTipText
- The tooltip text to set, may be nullpublic final void setIcon(IImageConstant icon)
IItemModel
setIcon
in interface IItemModel
icon
- The icon to set, may be nullpublic final void setAccelerator(Accelerator accelerator)
IItemModel
setAccelerator
in interface IItemModel
accelerator
- The accelerator to set, may be nullpublic final void setAccelerator(VirtualKey key, Modifier... modifier)
IItemModel
setAccelerator
in interface IItemModel
key
- The character to usemodifier
- The modifier to usepublic final void setMnemonic(java.lang.Character mnemonic)
IItemModel
setMnemonic
in interface IItemModel
mnemonic
- The mnemonic character to set, may be nullpublic final void setMnemonic(char mnemonic)
IItemModel
setMnemonic
in interface IItemModel
mnemonic
- The mnemonic character to setpublic final void setEnabled(boolean enabled)
IItemModel
setEnabled
in interface IItemModel
enabled
- The enabled state to setpublic void setVisible(boolean visible)
IItemModel
setVisible
in interface IItemModel
visible
- The visible state to setpublic boolean isVisible()
IItemModel
isVisible
in interface IItemModel
public final void addItemModelListener(IItemModelListener listener)
IItemModelObservable
addItemModelListener
in interface IItemModelObservable
listener
- The listener to addpublic final void removeItemModelListener(IItemModelListener listener)
IItemModelObservable
removeItemModelListener
in interface IItemModelObservable
listener
- The listener to removepublic IItemModel unwrap()
unwrap
in interface IWrapper<IItemModel>
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Siehe auch Jowidgets Nutzerhandbuch