|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICustomFeature | |
---|---|
org.eclipse.graphiti.features | |
org.eclipse.graphiti.features.custom | |
org.eclipse.graphiti.features.impl | |
org.eclipse.graphiti.tb | |
org.eclipse.graphiti.ui.features |
Uses of ICustomFeature in org.eclipse.graphiti.features |
---|
Methods in org.eclipse.graphiti.features that return ICustomFeature | |
---|---|
private ICustomFeature[] |
ConfigurableFeatureProviderWrapper.filterAllowedCustomFeatures(ICustomFeature[] features,
IContext context)
|
ICustomFeature[] |
ConfigurableFeatureProviderWrapper.getCustomFeatures(ICustomContext context)
|
ICustomFeature[] |
DefaultFeatureProviderWrapper.getCustomFeatures(ICustomContext context)
|
ICustomFeature[] |
IFeatureProvider.getCustomFeatures(ICustomContext context)
Custom features can do anything. |
Methods in org.eclipse.graphiti.features with parameters of type ICustomFeature | |
---|---|
private ICustomFeature[] |
ConfigurableFeatureProviderWrapper.filterAllowedCustomFeatures(ICustomFeature[] features,
IContext context)
|
Uses of ICustomFeature in org.eclipse.graphiti.features.custom |
---|
Classes in org.eclipse.graphiti.features.custom that implement ICustomFeature | |
---|---|
class |
AbstractAsynchronousCustomFeature
This class should be used if for some reason a CustomFeature can be long to execute. |
class |
AbstractCustomFeature
The Class AbstractCustomFeature. |
Uses of ICustomFeature in org.eclipse.graphiti.features.impl |
---|
Fields in org.eclipse.graphiti.features.impl declared as ICustomFeature | |
---|---|
private static ICustomFeature[] |
AbstractFeatureProvider.ZERO_CUSTOM_FEATURES
|
Methods in org.eclipse.graphiti.features.impl that return ICustomFeature | |
---|---|
ICustomFeature[] |
AbstractFeatureProvider.getCustomFeatures(ICustomContext context)
|
Uses of ICustomFeature in org.eclipse.graphiti.tb |
---|
Methods in org.eclipse.graphiti.tb that return ICustomFeature | |
---|---|
ICustomFeature |
DefaultToolBehaviorProvider.getCommandFeature(CustomContext context,
String hint)
|
ICustomFeature |
IToolBehaviorProvider.getCommandFeature(CustomContext context,
String hint)
Command features can do anything, but they are tied to an external command. |
ICustomFeature |
DefaultToolBehaviorProvider.getDoubleClickFeature(IDoubleClickContext context)
|
ICustomFeature |
IToolBehaviorProvider.getDoubleClickFeature(IDoubleClickContext context)
Returns a feature which will be executed at at double click. |
ICustomFeature |
DefaultToolBehaviorProvider.getSingleClickFeature(ISingleClickContext context)
|
ICustomFeature |
IToolBehaviorProvider.getSingleClickFeature(ISingleClickContext context)
Returns a feature which will be executed at at a single click on an already selected shape. |
Uses of ICustomFeature in org.eclipse.graphiti.ui.features |
---|
Classes in org.eclipse.graphiti.ui.features that implement ICustomFeature | |
---|---|
class |
AbstractDrillDownFeature
The Class AbstractDrillDownFeature. |
Methods in org.eclipse.graphiti.ui.features that return ICustomFeature | |
---|---|
ICustomFeature[] |
DefaultFeatureProvider.getCustomFeatures(ICustomContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |