|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ICustomContext in org.eclipse.graphiti.features |
---|
Methods in org.eclipse.graphiti.features with parameters of type ICustomContext | |
---|---|
boolean |
FeatureCheckerAdapter.allowCustomFeatures(ICustomContext context)
|
boolean |
IFeatureChecker.allowCustomFeatures(ICustomContext context)
|
ICustomFeature[] |
ConfigurableFeatureProviderWrapper.getCustomFeatures(ICustomContext context)
|
ICustomFeature[] |
DefaultFeatureProviderWrapper.getCustomFeatures(ICustomContext context)
|
ICustomFeature[] |
IFeatureProvider.getCustomFeatures(ICustomContext context)
Custom features can do anything. |
Uses of ICustomContext in org.eclipse.graphiti.features.context |
---|
Subinterfaces of ICustomContext in org.eclipse.graphiti.features.context | |
---|---|
interface |
IDoubleClickContext
The Interface IDoubleClickContext. |
Uses of ICustomContext in org.eclipse.graphiti.features.context.impl |
---|
Classes in org.eclipse.graphiti.features.context.impl that implement ICustomContext | |
---|---|
class |
CustomContext
The Class CustomContext. |
Uses of ICustomContext in org.eclipse.graphiti.features.custom |
---|
Methods in org.eclipse.graphiti.features.custom with parameters of type ICustomContext | |
---|---|
boolean |
AbstractCustomFeature.canExecute(ICustomContext context)
|
boolean |
ICustomFeature.canExecute(ICustomContext context)
Can execute. |
void |
ICustomFeature.execute(ICustomContext context)
Execute. |
Uses of ICustomContext in org.eclipse.graphiti.features.impl |
---|
Methods in org.eclipse.graphiti.features.impl with parameters of type ICustomContext | |
---|---|
ICustomFeature[] |
AbstractFeatureProvider.getCustomFeatures(ICustomContext context)
|
Uses of ICustomContext in org.eclipse.graphiti.tb |
---|
Methods in org.eclipse.graphiti.tb with parameters of type ICustomContext | |
---|---|
IContextMenuEntry[] |
DefaultToolBehaviorProvider.getContextMenu(ICustomContext context)
|
IContextMenuEntry[] |
IToolBehaviorProvider.getContextMenu(ICustomContext context)
Returns the context menu for the current mouse location. |
Uses of ICustomContext in org.eclipse.graphiti.ui.editor |
---|
Methods in org.eclipse.graphiti.ui.editor with parameters of type ICustomContext | |
---|---|
private void |
DiagramEditorContextMenuProvider.addEntries(IMenuManager manager,
IContextMenuEntry[] contextMenuEntries,
ICustomContext context,
java.lang.String groupID,
java.lang.String textParentEntry)
|
Uses of ICustomContext in org.eclipse.graphiti.ui.features |
---|
Methods in org.eclipse.graphiti.ui.features with parameters of type ICustomContext | |
---|---|
boolean |
AbstractDrillDownFeature.canExecute(ICustomContext context)
|
void |
AbstractDrillDownFeature.execute(ICustomContext context)
|
ICustomFeature[] |
DefaultFeatureProvider.getCustomFeatures(ICustomContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |