- IBehavior<VR> - Interface in org.eclipse.gef4.mvc.behaviors
-
- IContentPart<VR,V extends VR> - Interface in org.eclipse.gef4.mvc.parts
-
An
IVisualPart
that visualizes an underlying content element.
- IContentPartFactory<VR> - Interface in org.eclipse.gef4.mvc.parts
-
- IDomain<VR> - Interface in org.eclipse.gef4.mvc.domain
-
A domain represents the collective state of a MVC application.
- IFeedbackPart<VR,V extends VR> - Interface in org.eclipse.gef4.mvc.parts
-
An
IFeedbackPart
is a controller that controls a visual, which is
used simply for feedback and does not correspond to anything in the
visualized model.
- IFeedbackPartFactory<VR> - Interface in org.eclipse.gef4.mvc.parts
-
- IFXCanvasFactory - Interface in org.eclipse.gef4.mvc.fx.ui.parts
-
- IHandlePart<VR,V extends VR> - Interface in org.eclipse.gef4.mvc.parts
-
An
IHandlePart
is a controller that controls a visual, which is used
simply for tool interaction and does not correspond to anything in the
visualized model.
- IHandlePartFactory<VR> - Interface in org.eclipse.gef4.mvc.parts
-
- init() - Method in class org.eclipse.gef4.mvc.fx.policies.FXBendPolicy
-
- init() - Method in class org.eclipse.gef4.mvc.fx.policies.FXChangeViewportPolicy
-
- init() - Method in class org.eclipse.gef4.mvc.fx.policies.FXRelocateConnectionPolicy
-
- init() - Method in class org.eclipse.gef4.mvc.fx.policies.FXResizePolicy
-
- init() - Method in class org.eclipse.gef4.mvc.fx.policies.FXResizeRelocatePolicy
-
- init() - Method in class org.eclipse.gef4.mvc.fx.policies.FXRotatePolicy
-
- init() - Method in class org.eclipse.gef4.mvc.fx.policies.FXScaleRelocatePolicy
-
- init() - Method in class org.eclipse.gef4.mvc.fx.policies.FXTransformPolicy
-
- init(IEditorSite, IEditorInput) - Method in class org.eclipse.gef4.mvc.fx.ui.parts.FXEditor
-
- init(IViewSite) - Method in class org.eclipse.gef4.mvc.fx.ui.parts.FXView
-
- init() - Method in interface org.eclipse.gef4.mvc.operations.ITransactional
-
Initializes the policy, so that the policy's "work" methods can be used.
- init(IPolicy<VR>) - Method in class org.eclipse.gef4.mvc.policies.AbstractPolicy
-
- init() - Method in class org.eclipse.gef4.mvc.policies.ContentPolicy
-
- init() - Method in class org.eclipse.gef4.mvc.policies.CreationPolicy
-
- init() - Method in class org.eclipse.gef4.mvc.policies.DeletionPolicy
-
- initialized - Variable in class org.eclipse.gef4.mvc.fx.policies.FXBendPolicy
-
Stores the initialized flag for this policy, i.e.
- initialized - Variable in class org.eclipse.gef4.mvc.fx.policies.FXChangeViewportPolicy
-
Stores the initialized flag for this policy, i.e.
- initialized - Variable in class org.eclipse.gef4.mvc.fx.policies.FXResizePolicy
-
Stores the initialized flag for this policy, i.e.
- initialized - Variable in class org.eclipse.gef4.mvc.fx.policies.FXResizeRelocatePolicy
-
Stores the initialized flag for this policy, i.e.
- initialized - Variable in class org.eclipse.gef4.mvc.fx.policies.FXRotatePolicy
-
Stores the initialized flag for this policy, i.e.
- initialized - Variable in class org.eclipse.gef4.mvc.fx.policies.FXScaleRelocatePolicy
-
Stores the initialized flag for this policy, i.e.
- initialized - Variable in class org.eclipse.gef4.mvc.fx.policies.FXTransformPolicy
-
Stores the initialized flag for this policy, i.e.
- initialized - Variable in class org.eclipse.gef4.mvc.policies.ContentPolicy
-
Stores the initialized flag for this policy, i.e.
- initialized - Variable in class org.eclipse.gef4.mvc.policies.CreationPolicy
-
Stores the initialized flag for this policy, i.e.
- initialized - Variable in class org.eclipse.gef4.mvc.policies.DeletionPolicy
-
Stores the initialized flag for this policy, i.e.
- IPolicy<VR> - Interface in org.eclipse.gef4.mvc.policies
-
- IRootPart<VR,V extends VR> - Interface in org.eclipse.gef4.mvc.parts
-
- isActive() - Method in class org.eclipse.gef4.mvc.behaviors.AbstractBehavior
-
- isActive() - Method in class org.eclipse.gef4.mvc.domain.AbstractDomain
-
- isActive() - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
-
- isActive() - Method in class org.eclipse.gef4.mvc.tools.AbstractTool
-
- isActive() - Method in class org.eclipse.gef4.mvc.viewer.AbstractViewer
-
- isAdvancedGradient(Paint) - Static method in class org.eclipse.gef4.mvc.fx.ui.properties.FXAdvancedGradientPicker
-
Returns true
if the given Paint
is considered to be
an "advanced" gradient.
- isContained(List<? extends IVisualPart<Node, ? extends Node>>, IVisualPart<Node, ? extends Node>) - Static method in class org.eclipse.gef4.mvc.fx.behaviors.FXHoverBehavior
-
Searches for the specified part in the given list of root parts.
- isDelete(KeyEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXDeleteSelectedOnTypePolicy
-
Returns true
if the given KeyEvent
is a "delete"
event, i.e. the KeyEvent.getCode()
is KeyCode.DELETE
and
no drag policy is currently running.
- isDirty() - Method in class org.eclipse.gef4.mvc.fx.ui.parts.FXEditor
-
- isEmpty() - Method in class org.eclipse.gef4.mvc.operations.AbstractCompositeOperation
-
Returns true
if no operations are currently combined in this
composite operation.
- isExecutionTransactionOpen() - Method in class org.eclipse.gef4.mvc.domain.AbstractDomain
-
Returns true
if an execution transaction is currently open.
- isExecutionTransactionOpen(ITool<VR>) - Method in class org.eclipse.gef4.mvc.domain.AbstractDomain
-
- isExecutionTransactionOpen(ITool<VR>) - Method in interface org.eclipse.gef4.mvc.domain.IDomain
-
Returns
true
if the given
ITool
is taking part in
the currently open execution transaction.
- isHostOrHoverHandlePart(IVisualPart<Node, ? extends Node>) - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXHoverBehavior
-
- isInCreationDelay() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXHoverBehavior
-
Returns true
when the creation delay is currently running.
- isInRemovalDelay() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXHoverBehavior
-
Returns true
when the removal delay is currently running.
- isOverlain(int, int, Point) - Method in class org.eclipse.gef4.mvc.fx.policies.FXBendPolicy
-
Returns
true
if the points given by the specified indices
are overlaying, i.e. their distance is smaller than the
overlay threshold
and they are above the
same anchorage.
- isRefreshVisual() - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
-
- isRefreshVisual() - Method in interface org.eclipse.gef4.mvc.parts.IVisualPart
-
Returns true
if this part is allowed to refresh its
visualization based on its content.
- isSelected(IContentPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.models.SelectionModel
-
Returns
true
if the given
IContentPart
is part of
the current selection.
- isShowGrid() - Method in class org.eclipse.gef4.mvc.models.GridModel
-
Returns true
if the grid is visible, otherwise
false
.
- isSimpleGradient(Paint) - Static method in class org.eclipse.gef4.mvc.fx.ui.properties.FXSimpleGradientPicker
-
Returns true
if the given Paint
is a "simple"
gradient, i.e. it has exactly 2 stops.
- isSnapToGrid() - Method in class org.eclipse.gef4.mvc.models.GridModel
-
Returns true
if snap to grid is enabled, otherwise
false
.
- isSuitable(ScrollEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXPanOnScrollPolicy
-
Returns true
if the given ScrollEvent
should trigger
panning.
- isSwapDirection(ScrollEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXPanOnScrollPolicy
-
Returns true
if the pan direction should be inverted for the
given ScrollEvent
.
- isViewerFocused() - Method in class org.eclipse.gef4.mvc.models.FocusModel
-
Returns true
if the viewer where this model is registered
currently has keyboard focus.
- isZoom(ScrollEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXZoomOnScrollPolicy
-
Returns true
if the given ScrollEvent
should trigger
zooming.
- isZoomGrid() - Method in class org.eclipse.gef4.mvc.models.GridModel
-
Returns true
if the grid is zooming with the contents,
otherwise false
.
- ITool<VR> - Interface in org.eclipse.gef4.mvc.tools
-
An
ITool
handles a certain aspect of user interaction.
- ITransactional - Interface in org.eclipse.gef4.mvc.operations
-
- IViewer<VR> - Interface in org.eclipse.gef4.mvc.viewer
-
- IVisualPart<VR,V extends VR> - Interface in org.eclipse.gef4.mvc.parts
-
An
IVisualPart
plays the controller role in the model-view-controller
architecture.