@Deprecated public class JoActionMenuItem extends java.lang.Object implements IActionMenuItem
Constructor and Description |
---|
JoActionMenuItem(IAction action)
Deprecated.
|
JoActionMenuItem(IActionMenuItemDescriptor descriptor)
Deprecated.
|
JoActionMenuItem(java.lang.String text)
Deprecated.
|
JoActionMenuItem(java.lang.String text,
IImageConstant icon)
Deprecated.
|
JoActionMenuItem(java.lang.String text,
java.lang.String tooltipText)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(IActionListener actionListener)
Deprecated.
Adds an action listener
|
void |
addDisposeListener(IDisposeListener listener)
Deprecated.
Adds a dispose listener
|
static IActionMenuItemBluePrint |
bluePrint()
Deprecated.
|
static IActionMenuItemBluePrint |
bluePrint(java.lang.String text)
Deprecated.
|
static IActionMenuItemBluePrint |
bluePrint(java.lang.String text,
IImageConstant icon)
Deprecated.
|
static IActionMenuItemBluePrint |
bluePrint(java.lang.String text,
java.lang.String tooltipText)
Deprecated.
|
void |
dispose()
Deprecated.
Disposes the widgets.
|
IImageConstant |
getIcon()
Deprecated.
Gets the icon of the item
|
IActionItemModel |
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 |
removeActionListener(IActionListener actionListener)
Deprecated.
Removes an action listener
|
void |
removeDisposeListener(IDisposeListener listener)
Deprecated.
Removes a dispose listener
|
void |
setAccelerator(Accelerator accelerator)
Deprecated.
Sets the key combination which should invoke the menu items actions listener.
|
void |
setAction(IAction action)
Deprecated.
Sets the action of the menu
|
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(IActionItemModel model)
Deprecated.
Sets the action with help of an action model
|
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, wait
getModel, setAction, setModel
getIcon, getText, getToolTipText
dispose, getRoot, isDisposed
addDisposeListener, removeDisposeListener
setAccelerator
setMnemonic
setIcon, setText, setToolTipText
getUiReference, isEnabled, setEnabled
addActionListener, removeActionListener
public JoActionMenuItem(java.lang.String text, IImageConstant icon)
public JoActionMenuItem(IAction action)
public JoActionMenuItem(java.lang.String text)
public JoActionMenuItem(java.lang.String text, java.lang.String tooltipText)
public JoActionMenuItem(IActionMenuItemDescriptor descriptor)
public static IActionMenuItemBluePrint bluePrint()
public static IActionMenuItemBluePrint bluePrint(java.lang.String text)
public static IActionMenuItemBluePrint bluePrint(java.lang.String text, java.lang.String tooltipText)
public static IActionMenuItemBluePrint bluePrint(java.lang.String text, IImageConstant icon)
public void addActionListener(IActionListener actionListener)
IActionObservable
addActionListener
in interface IActionObservable
actionListener
- The listener to addpublic void removeActionListener(IActionListener actionListener)
IActionObservable
removeActionListener
in interface IActionObservable
actionListener
- The listener to removepublic void setAccelerator(Accelerator accelerator)
IActionMenuItemCommon
setAccelerator
in interface IActionMenuItemCommon
accelerator
- The accelerator to set, may be nullpublic void setAction(IAction action)
IActionMenuItem
setAction
in interface IActionMenuItem
action
- The action to setpublic void setModel(IActionItemModel model)
IActionMenuItem
setModel
in interface IActionMenuItem
model
- The action model to set, never nullpublic IActionItemModel getModel()
IMenuItem
getModel
in interface IActionMenuItem
getModel
in interface IMenuItem
public void setMnemonic(char mnemonic)
IMenuItemCommon
setMnemonic
in interface IMenuItemCommon
mnemonic
- The mnemonic to setpublic IMenu getParent()
IWidget
public void setModel(IMenuItemModel model)
IMenuItem
public void setText(java.lang.String text)
IItemCommon
setText
in interface IItemCommon
text
- The text to set, may be nullpublic void setToolTipText(java.lang.String text)
IItemCommon
setToolTipText
in interface IItemCommon
text
- The text to setpublic void setIcon(IImageConstant icon)
IItemCommon
setIcon
in interface IItemCommon
icon
- The icon to setpublic java.lang.String getText()
IItem
public java.lang.String getToolTipText()
IItem
getToolTipText
in interface IItem
public IImageConstant getIcon()
IItem
public final boolean isInitialized()
public IWidget getRoot()
IWidget
public void addDisposeListener(IDisposeListener listener)
IDisposeObservable
addDisposeListener
in interface IDisposeObservable
listener
- The listener to addpublic void removeDisposeListener(IDisposeListener listener)
IDisposeObservable
removeDisposeListener
in interface IDisposeObservable
listener
- The listener to removepublic void dispose()
IWidget
public boolean isDisposed()
IWidget
isDisposed
in interface IWidget
public void setEnabled(boolean enabled)
IWidgetCommon
setEnabled
in interface IWidgetCommon
enabled
- The enabled state to setpublic boolean isEnabled()
IWidgetCommon
isEnabled
in interface IWidgetCommon
public final java.lang.Object getUiReference()
IWidgetCommon
getUiReference
in interface IWidgetCommon
Siehe auch Jowidgets Nutzerhandbuch