@Deprecated public class JoSeparatorMenuItem extends java.lang.Object implements IMenuItem
| Constructor and Description |
|---|
JoSeparatorMenuItem()
Deprecated.
|
JoSeparatorMenuItem(ISeparatorMenuItemDescriptor descriptor)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDisposeListener(IDisposeListener listener)
Deprecated.
Adds a dispose listener
|
static ISeparatorMenuItemBluePrint |
bluePrint()
Deprecated.
|
void |
dispose()
Deprecated.
Disposes the widgets.
|
IImageConstant |
getIcon()
Deprecated.
Gets the icon of the item
|
IMenuItemModel |
getModel()
Deprecated.
Gets the menu items models
|
IMenu |
getParent()
Deprecated.
Gets the parent of the widget
|
IWidget |
getRoot()
Deprecated.
Gets the root widget of the widget
If the widget is a composed widget, the root widget
of the composed widget will be returned.
|
java.lang.String |
getText()
Deprecated.
Gets the text of the item
|
java.lang.String |
getToolTipText()
Deprecated.
Gets the tooltip text of the item
|
java.lang.Object |
getUiReference()
Deprecated.
Gets the reference to the ui implementation of this widget.
|
boolean |
isDisposed()
Deprecated.
Checks if a widget is disposed
|
boolean |
isEnabled()
Deprecated.
Gets the enabled state
|
boolean |
isInitialized()
Deprecated.
|
void |
removeDisposeListener(IDisposeListener listener)
Deprecated.
Removes a dispose listener
|
void |
setEnabled(boolean enabled)
Deprecated.
Sets the widget enabled
|
void |
setIcon(IImageConstant icon)
Deprecated.
Sets a icon for the item
|
void |
setMnemonic(char mnemonic)
Deprecated.
Sets the keyboard mnemonic
The mnemonic is the key that will activate the item when combined
with (usually) ALT key.
|
void |
setModel(IMenuItemModel model)
Deprecated.
Sets the model of the menu
|
void |
setText(java.lang.String text)
Deprecated.
Sets the items text
|
void |
setToolTipText(java.lang.String text)
Deprecated.
Sets the items tooltip text
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIcon, getText, getToolTipTextdispose, getRoot, isDisposedaddDisposeListener, removeDisposeListenersetMnemonicsetIcon, setText, setToolTipTextgetUiReference, isEnabled, setEnabledpublic JoSeparatorMenuItem()
public JoSeparatorMenuItem(ISeparatorMenuItemDescriptor descriptor)
public static ISeparatorMenuItemBluePrint bluePrint()
public void setMnemonic(char mnemonic)
IMenuItemCommonsetMnemonic in interface IMenuItemCommonmnemonic - The mnemonic to setpublic IMenu getParent()
IWidgetpublic IMenuItemModel getModel()
IMenuItempublic void setModel(IMenuItemModel model)
IMenuItempublic void setText(java.lang.String text)
IItemCommonsetText in interface IItemCommontext - The text to set, may be nullpublic void setToolTipText(java.lang.String text)
IItemCommonsetToolTipText in interface IItemCommontext - The text to setpublic void setIcon(IImageConstant icon)
IItemCommonsetIcon in interface IItemCommonicon - The icon to setpublic java.lang.String getText()
IItempublic java.lang.String getToolTipText()
IItemgetToolTipText in interface IItempublic IImageConstant getIcon()
IItempublic final boolean isInitialized()
public IWidget getRoot()
IWidgetpublic void addDisposeListener(IDisposeListener listener)
IDisposeObservableaddDisposeListener in interface IDisposeObservablelistener - The listener to addpublic void removeDisposeListener(IDisposeListener listener)
IDisposeObservableremoveDisposeListener in interface IDisposeObservablelistener - The listener to removepublic void dispose()
IWidgetpublic boolean isDisposed()
IWidgetisDisposed in interface IWidgetpublic void setEnabled(boolean enabled)
IWidgetCommonsetEnabled in interface IWidgetCommonenabled - The enabled state to setpublic boolean isEnabled()
IWidgetCommonisEnabled in interface IWidgetCommonpublic final java.lang.Object getUiReference()
IWidgetCommongetUiReference in interface IWidgetCommonSiehe auch Jowidgets Nutzerhandbuch