|
||||||||||
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. |
interface |
ISingleClickContext
The Interface ISingleClickContext. |
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 |
AbstractAsynchronousCustomFeature.execute(ICustomContext context)
The implementation of this method will during the execution of the feature trigger the creation of a background job, configure it and execute it. Clients should implement their feature functionality in AbstractAsynchronousCustomFeature.execute(ICustomContext, IProgressMonitor) , potentially also in
the AbstractAsynchronousCustomFeature.beforeJobExecution() and AbstractAsynchronousCustomFeature.afterJobExecution() hooks. |
void |
ICustomFeature.execute(ICustomContext context)
Execute. |
protected abstract void |
AbstractAsynchronousCustomFeature.execute(ICustomContext context,
IProgressMonitor monitor)
Concrete code to execute. |
protected Job |
AbstractAsynchronousCustomFeature.initializeJob(ICustomContext context)
Initialize the Job. |
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,
String groupID,
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 |