@Deprecated public abstract class ContextMenuViewModelService extends Object implements ViewModelService
Constructor and Description |
---|
ContextMenuViewModelService()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
getParentControl()
Deprecated.
Get the control to which the context menu should be added.
|
abstract boolean |
registerContextMenu()
Deprecated.
Implement to register the context menu to the parent control.
|
void |
setParentControl(org.eclipse.swt.widgets.Control parentControl)
Deprecated.
Set the control to which the context menu should be added.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dispose, getPriority, instantiate
public void setParentControl(org.eclipse.swt.widgets.Control parentControl)
parentControl
- - the controlpublic org.eclipse.swt.widgets.Control getParentControl()
public abstract boolean registerContextMenu()
Copyright © 2018. All rights reserved.