|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IContext in org.eclipse.graphiti.features |
---|
Methods in org.eclipse.graphiti.features that return IContext | |
---|---|
IContext |
IContextHolder.getContext()
Gets the context. |
Methods in org.eclipse.graphiti.features with parameters of type IContext | |
---|---|
boolean |
FeatureCheckerAdapter.allow(IFeature feature,
IContext context)
|
boolean |
IFeatureChecker.allow(IFeature feature,
IContext context)
|
boolean |
FeatureCheckerAdapter.allowAdd(IContext context)
|
boolean |
IFeatureChecker.allowAdd(IContext context)
|
boolean |
FeatureCheckerAdapter.allowMove(IContext context)
|
boolean |
IFeatureChecker.allowMove(IContext context)
|
boolean |
FeatureCheckerAdapter.allowRemove(IContext context)
|
boolean |
IFeatureChecker.allowRemove(IContext context)
|
boolean |
IFeature.canExecute(IContext context)
Decides if the current feature can execute with the given context. |
boolean |
ICustomUndoableFeature.canRedo(IContext context)
Decides if the processed feature can be re-done. |
boolean |
ICustomUndoableFeature.canUndo(IContext context)
Decides if the changes done by a processed feature can be undone. |
boolean |
IFeature.canUndo(IContext context)
Decides if the current feature can be undone - this is the undo of the execute operation. |
void |
IFeature.execute(IContext context)
Executes the current feature with the given context. |
private ICustomFeature[] |
ConfigurableFeatureProviderWrapper.filterAllowedCustomFeatures(ICustomFeature[] features,
IContext context)
|
boolean |
IFeature.isAvailable(IContext context)
Decides if the current feature is available with the given context. |
void |
ICustomUndoableFeature.redo(IContext context)
This method will be called to actually do the work needed for redo. |
void |
ICustomUndoableFeature.undo(IContext context)
This method will be called to actually do the work needed for undo. |
Uses of IContext in org.eclipse.graphiti.features.context |
---|
Subinterfaces of IContext in org.eclipse.graphiti.features.context | |
---|---|
interface |
IAddBendpointContext
The Interface IAddBendpointContext. |
interface |
IAddConnectionContext
The Interface IAddConnectionContext. |
interface |
IAddContext
The Interface IAddContext. |
interface |
IAreaContext
The interface IAreaContext. |
interface |
IConnectionContext
The Interface IConnectionContext. |
interface |
ICopyContext
The Interface ICopyContext. |
interface |
ICreateConnectionContext
The Interface ICreateConnectionContext. |
interface |
ICreateContext
The Interface ICreateContext. |
interface |
ICustomContext
The Interface ICustomContext. |
interface |
IDeleteContext
The Interface IDeleteContext. |
interface |
IDirectEditingContext
The Interface IDirectEditingContext. |
interface |
IDoubleClickContext
The Interface IDoubleClickContext. |
interface |
ILayoutContext
The Interface ILayoutContext. |
interface |
ILocationContext
The Interface ILocationContext. |
interface |
IMoveAnchorContext
The Interface IMoveAnchorContext. |
interface |
IMoveBendpointContext
The Interface IMoveBendpointContext. |
interface |
IMoveConnectionDecoratorContext
The Interface IMoveConnectionDecoratorContext. |
interface |
IMoveContext
The Interface IMoveContext. |
interface |
IMoveShapeContext
The Interface IMoveShapeContext. |
interface |
IPasteContext
The Interface IPasteContext. |
interface |
IPictogramElementContext
The Interface IPictogramElementContext. |
interface |
IPictogramElementsContext
The Interface IPictogramElementsContext. |
interface |
IPrintContext
The Interface IPrintContext. |
interface |
IReconnectionContext
The Interface IReconnectionContext. |
interface |
IRemoveBendpointContext
The Interface IRemoveBendpointContext. |
interface |
IRemoveContext
The Interface IRemoveContext. |
interface |
IResizeContext
The Interface IResizeContext. |
interface |
IResizeShapeContext
The Interface IResizeShapeContext. |
interface |
ISaveImageContext
The Interface ISaveImageContext. |
interface |
ISingleClickContext
The Interface ISingleClickContext. |
interface |
ISplitConnectionContext
The Interface ISplitConnectionContext. |
interface |
ITargetConnectionContext
The Interface ITargetConnectionContext. |
interface |
ITargetConnectionDecoratorContext
The Interface ITargetConnectionDecoratorContext. |
interface |
ITargetContext
The Interface ITargetContext. |
interface |
IUpdateContext
The Interface IUpdateContext. |
Uses of IContext in org.eclipse.graphiti.features.context.impl |
---|
Classes in org.eclipse.graphiti.features.context.impl that implement IContext | |
---|---|
class |
AddBendpointContext
The Class AddBendpointContext. |
class |
AddConnectionContext
The Class AddConnectionContext. |
class |
AddContext
The Class AddContext. |
class |
AreaAnchorContext
The Class AreaAnchorContext. |
class |
AreaContext
The Class AreaContext. |
class |
CopyContext
The Class CopyContext. |
class |
CreateConnectionContext
The Class CreateConnectionContext. |
class |
CreateContext
The Class CreateContext. |
class |
CustomContext
The Class CustomContext. |
class |
DeleteContext
The Class DeleteContext. |
class |
DirectEditingContext
The Class DirectEditingContext. |
class |
LayoutContext
The Class LayoutContext. |
class |
LocationContext
The Class LocationContext. |
class |
MoveBendpointContext
The Class MoveBendpointContext. |
class |
MoveConnectionDecoratorContext
The Class MoveConnectionDecoratorContext. |
class |
MoveContext
The Class MoveContext. |
class |
MoveShapeContext
The Class MoveShapeContext. |
class |
PasteContext
The Class PasteContext. |
class |
PrintContext
The Class PrintContext. |
class |
ReconnectionContext
The Class ReconnectionContext. |
class |
RemoveBendpointContext
The Class RemoveBendpointContext. |
class |
RemoveContext
The Class RemoveContext. |
class |
ResizeContext
The Class ResizeContext. |
class |
ResizeShapeContext
The Class ResizeShapeContext. |
class |
SaveImageContext
The Class SaveImageContext. |
class |
SplitConnectionContext
The Class SplitConnectionContext. |
class |
UpdateContext
The Class UpdateContext. |
Uses of IContext in org.eclipse.graphiti.features.custom |
---|
Methods in org.eclipse.graphiti.features.custom with parameters of type IContext | |
---|---|
boolean |
AbstractCustomFeature.canExecute(IContext context)
|
void |
AbstractCustomFeature.execute(IContext context)
|
boolean |
AbstractCustomFeature.isAvailable(IContext context)
|
Uses of IContext in org.eclipse.graphiti.features.impl |
---|
Methods in org.eclipse.graphiti.features.impl with parameters of type IContext | |
---|---|
boolean |
AbstractAddFeature.canExecute(IContext context)
|
boolean |
AbstractCreateConnectionFeature.canExecute(IContext context)
|
boolean |
AbstractCreateFeature.canExecute(IContext context)
|
boolean |
AbstractDirectEditingFeature.canExecute(IContext context)
|
boolean |
AbstractLayoutFeature.canExecute(IContext context)
|
boolean |
AbstractMoveShapeFeature.canExecute(IContext context)
|
boolean |
AbstractPrintFeature.canExecute(IContext context)
Checks if this feature can be executed by delegating to the method AbstractPrintFeature.canPrint(IPrintContext) . |
boolean |
AbstractSaveImageFeature.canExecute(IContext context)
Checks if this feature can be executed by delegating to the method AbstractSaveImageFeature.canSave(ISaveImageContext) . |
boolean |
AbstractUpdateFeature.canExecute(IContext context)
|
boolean |
DefaultAddBendpointFeature.canExecute(IContext context)
|
boolean |
DefaultMoveAnchorFeature.canExecute(IContext context)
|
boolean |
DefaultMoveBendpointFeature.canExecute(IContext context)
|
boolean |
DefaultMoveConnectionDecoratorFeature.canExecute(IContext context)
|
boolean |
DefaultReconnectionFeature.canExecute(IContext context)
Called by the framework to check if this feature can perform the currently triggered reconnection request. |
boolean |
DefaultRemoveBendpointFeature.canExecute(IContext context)
|
boolean |
DefaultRemoveFeature.canExecute(IContext context)
|
boolean |
DefaultResizeShapeFeature.canExecute(IContext context)
|
boolean |
AbstractFeature.canUndo(IContext context)
|
void |
AbstractAddFeature.execute(IContext context)
|
void |
AbstractCreateConnectionFeature.execute(IContext context)
|
void |
AbstractCreateFeature.execute(IContext context)
|
void |
AbstractDirectEditingFeature.execute(IContext context)
|
void |
AbstractLayoutFeature.execute(IContext context)
|
void |
AbstractMoveShapeFeature.execute(IContext context)
|
void |
AbstractPrintFeature.execute(IContext context)
Executes this print feature by sequentially calling AbstractPrintFeature.prePrint(IPrintContext) , IPrintFeature.print(IPrintContext) and
AbstractPrintFeature.postPrint(IPrintContext) . |
void |
AbstractSaveImageFeature.execute(IContext context)
Executes this save image feature by sequentially calling AbstractSaveImageFeature.preSave(ISaveImageContext) , ISaveImageFeature.save(ISaveImageContext) and
AbstractSaveImageFeature.postSave(ISaveImageContext) . |
void |
AbstractUpdateFeature.execute(IContext context)
|
void |
DefaultAddBendpointFeature.execute(IContext context)
|
void |
DefaultMoveAnchorFeature.execute(IContext context)
|
void |
DefaultMoveBendpointFeature.execute(IContext context)
|
void |
DefaultMoveConnectionDecoratorFeature.execute(IContext context)
|
void |
DefaultReconnectionFeature.execute(IContext context)
Called by the framework to execute this feature to perform the currently triggered reconnection request. |
void |
DefaultRemoveBendpointFeature.execute(IContext context)
|
void |
DefaultRemoveFeature.execute(IContext context)
|
void |
DefaultResizeShapeFeature.execute(IContext context)
|
boolean |
AbstractFeature.isAvailable(IContext context)
|
Uses of IContext in org.eclipse.graphiti.pattern |
---|
Methods in org.eclipse.graphiti.pattern with parameters of type IContext | |
---|---|
boolean |
ReconnectionFeatureForPattern.canExecute(IContext context)
|
boolean |
AddFeatureForPattern.canRedo(IContext context)
|
boolean |
CreateConnectionFeatureForPattern.canRedo(IContext context)
|
boolean |
CreateFeatureForPattern.canRedo(IContext context)
|
boolean |
DeleteFeatureForPattern.canRedo(IContext context)
|
boolean |
DirectEditingFeatureForPattern.canRedo(IContext context)
|
boolean |
LayoutFeatureForPattern.canRedo(IContext context)
|
boolean |
MoveShapeFeatureForPattern.canRedo(IContext context)
|
boolean |
ReconnectionFeatureForPattern.canRedo(IContext context)
|
boolean |
RemoveFeatureForPattern.canRedo(IContext context)
|
boolean |
ResizeShapeFeatureForPattern.canRedo(IContext context)
|
boolean |
UpdateFeatureForPattern.canRedo(IContext context)
|
boolean |
ICustomUndoablePattern.canRedo(IFeature feature,
IContext context)
Decides if the processed pattern functionality can be re-done. |
boolean |
AddFeatureForPattern.canUndo(IContext context)
|
boolean |
CreateConnectionFeatureForPattern.canUndo(IContext context)
|
boolean |
CreateFeatureForPattern.canUndo(IContext context)
|
boolean |
DeleteFeatureForPattern.canUndo(IContext context)
|
boolean |
DirectEditingFeatureForPattern.canUndo(IContext context)
|
boolean |
LayoutFeatureForPattern.canUndo(IContext context)
|
boolean |
MoveShapeFeatureForPattern.canUndo(IContext context)
|
boolean |
ReconnectionFeatureForPattern.canUndo(IContext context)
|
boolean |
RemoveFeatureForPattern.canUndo(IContext context)
|
boolean |
ResizeShapeFeatureForPattern.canUndo(IContext context)
|
boolean |
UpdateFeatureForPattern.canUndo(IContext context)
|
boolean |
ICustomUndoablePattern.canUndo(IFeature feature,
IContext context)
Decides if the processed pattern functionality can be undone. |
protected boolean |
DefaultFeatureProviderWithPatterns.checkFeatureAndContext(IFeature feature,
IContext context)
Checks if a feature along with its context is available. |
void |
ReconnectionFeatureForPattern.execute(IContext context)
|
void |
AddFeatureForPattern.redo(IContext context)
|
void |
CreateConnectionFeatureForPattern.redo(IContext context)
|
void |
CreateFeatureForPattern.redo(IContext context)
|
void |
DeleteFeatureForPattern.redo(IContext context)
|
void |
DirectEditingFeatureForPattern.redo(IContext context)
|
void |
LayoutFeatureForPattern.redo(IContext context)
|
void |
MoveShapeFeatureForPattern.redo(IContext context)
|
void |
ReconnectionFeatureForPattern.redo(IContext context)
|
void |
RemoveFeatureForPattern.redo(IContext context)
|
void |
ResizeShapeFeatureForPattern.redo(IContext context)
|
void |
UpdateFeatureForPattern.redo(IContext context)
|
void |
ICustomUndoablePattern.redo(IFeature feature,
IContext context)
This method will be called to actually do the work needed for redo. |
void |
AddFeatureForPattern.undo(IContext context)
|
void |
CreateConnectionFeatureForPattern.undo(IContext context)
|
void |
CreateFeatureForPattern.undo(IContext context)
|
void |
DeleteFeatureForPattern.undo(IContext context)
|
void |
DirectEditingFeatureForPattern.undo(IContext context)
|
void |
LayoutFeatureForPattern.undo(IContext context)
|
void |
MoveShapeFeatureForPattern.undo(IContext context)
|
void |
ReconnectionFeatureForPattern.undo(IContext context)
|
void |
RemoveFeatureForPattern.undo(IContext context)
|
void |
ResizeShapeFeatureForPattern.undo(IContext context)
|
void |
UpdateFeatureForPattern.undo(IContext context)
|
void |
ICustomUndoablePattern.undo(IFeature feature,
IContext context)
This method will be called to actually do the work needed for undo. |
Uses of IContext in org.eclipse.graphiti.pattern.id |
---|
Classes in org.eclipse.graphiti.pattern.id that implement IContext | |
---|---|
class |
IdLayoutContext
This class represents a special LayoutContext suitable for usage
within an IdPattern . |
class |
IdUpdateContext
This class represents a special UpdateContext suitable for usage
within an IdPattern . |
Uses of IContext in org.eclipse.graphiti.platform |
---|
Methods in org.eclipse.graphiti.platform with parameters of type IContext | |
---|---|
Object |
IDiagramBehavior.executeFeature(IFeature feature,
IContext context)
Executes the given feature in the given context using the command stack and editing domain of the diagram behavior object. |
Uses of IContext in org.eclipse.graphiti.tb |
---|
Fields in org.eclipse.graphiti.tb declared as IContext | |
---|---|
private IContext |
AbstractContextEntry.context
|
Methods in org.eclipse.graphiti.tb that return IContext | |
---|---|
IContext |
AbstractContextEntry.getContext()
|
IContext |
IContextEntry.getContext()
Gets the context. |
Methods in org.eclipse.graphiti.tb with parameters of type IContext | |
---|---|
private static boolean |
ContextEntryHelper.checkFeatureAvalability(IFeature feature,
IContext context)
|
static IContextButtonEntry |
ContextEntryHelper.createCollapseContextButton(boolean collapse,
IFeature customFeature,
IContext customContext)
Creates collapse button entry or expand button entry as indicated by parameter collapse. |
private void |
AbstractContextEntry.setContext(IContext context)
|
Constructors in org.eclipse.graphiti.tb with parameters of type IContext | |
---|---|
AbstractContextEntry(IFeature feature,
IContext context)
Creates a new AbstractContextEntry . |
|
ContextButtonEntry(IFeature feature,
IContext context)
Creates a context button entry. |
|
ContextMenuEntry(IFeature feature,
IContext context)
Creates a new ContextMenuEntry . |
|
DynamicContextMenuEntry(IFeature feature,
IContext context)
Creates a new DynamicContextMenuEntry . |
Uses of IContext in org.eclipse.graphiti.ui.editor |
---|
Methods in org.eclipse.graphiti.ui.editor with parameters of type IContext | |
---|---|
Object |
DiagramBehavior.executeFeature(IFeature feature,
IContext context)
Executes the given IFeature with the given IContext in
the scope of this DiagramBehavior , meaning within its
TransactionalEditingDomain and on its
CommandStack . |
Uses of IContext in org.eclipse.graphiti.ui.features |
---|
Methods in org.eclipse.graphiti.ui.features with parameters of type IContext | |
---|---|
boolean |
AbstractCopyFeature.canExecute(IContext context)
|
boolean |
AbstractPasteFeature.canExecute(IContext context)
|
boolean |
DefaultDeleteFeature.canExecute(IContext context)
|
void |
AbstractCopyFeature.execute(IContext context)
|
void |
AbstractPasteFeature.execute(IContext context)
|
void |
DefaultDeleteFeature.execute(IContext context)
|
Uses of IContext in org.eclipse.graphiti.ui.platform |
---|
Methods in org.eclipse.graphiti.ui.platform with parameters of type IContext | |
---|---|
void |
GFPropertySection.execute(IFeature feature,
IContext context)
Executes the feature and adds it to the command stack. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |