Package org.eclipse.graphiti.features
Interface IFeatureChecker
- All Known Implementing Classes:
FeatureCheckerAdapter
public interface IFeatureChecker
The Interface IFeatureChecker.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
allowCustomFeatures
(ICustomContext context) boolean
allowDelete
(IDeleteContext context) boolean
allowDragAndDrop
(IPictogramElementContext context) boolean
allowLayout
(ILayoutContext context) boolean
boolean
allowPaste
(IPasteContext context) boolean
allowReconnect
(IReconnectionContext context) boolean
allowRemove
(IContext context) boolean
allowResize
(IResizeShapeContext context) boolean
allowUpdate
(IUpdateContext context)
-
Method Details
-
allow
-
allowAdd
-
allowConnectionSplit
-
allowCreate
boolean allowCreate() -
allowCustomFeatures
-
allowDelete
-
allowDragAndDrop
-
allowLayout
-
allowMove
-
allowPaste
-
allowReconnect
-
allowRemove
-
allowResize
-
allowUpdate
-