public class ContextButtonEntry extends AbstractContextEntry implements IContextButtonEntry
| Constructor and Description |
|---|
ContextButtonEntry(IFeature feature,
IContext context)
Creates a context button entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addContextButtonMenuEntry(IContextButtonEntry contextButtonEntry)
Add a menu feature.
|
void |
addDragAndDropFeature(IFeature dragAndDropFeature)
add a drag and drop feature.
|
java.util.List<IContextButtonEntry> |
getContextButtonMenuEntries()
Gets the context button menu entries.
|
java.util.List<IFeature> |
getDragAndDropFeatures()
Gets the drag and drop features.
|
canExecute, execute, getContext, getDescription, getFeature, getIconId, getText, setDescription, setIconId, setTextequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanExecute, execute, getContext, getDescription, getFeature, getIconId, getText, setDescription, setIconId, setTextpublic void addContextButtonMenuEntry(IContextButtonEntry contextButtonEntry)
contextButtonEntry - the context button entrypublic java.util.List<IContextButtonEntry> getContextButtonMenuEntries()
public void addDragAndDropFeature(IFeature dragAndDropFeature)
dragAndDropFeature - the drag and drop featurepublic java.util.List<IFeature> getDragAndDropFeatures()