Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractBehavior - Class in org.eclipse.gef.mvc.fx.behaviors
-
The
AbstractBehavior
can be used as a base class forIBehavior
implementations. - AbstractBehavior() - Constructor for class org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
- AbstractCompositeOperation - Class in org.eclipse.gef.mvc.fx.operations
-
The
AbstractCompositeOperation
is an abstract implementation of theICompositeOperation
interface. - AbstractCompositeOperation(String) - Constructor for class org.eclipse.gef.mvc.fx.operations.AbstractCompositeOperation
-
Creates a new
AbstractCompositeOperation
with the given label. - AbstractContentPart<V extends javafx.scene.Node> - Class in org.eclipse.gef.mvc.fx.parts
-
The
AbstractContentPart
is anIContentPart
implementation that binds the VR type parameter (visual root type) toNode
. - AbstractContentPart() - Constructor for class org.eclipse.gef.mvc.fx.parts.AbstractContentPart
-
Creates a new
AbstractContentPart
. - AbstractFeedbackPart<V extends javafx.scene.Node> - Class in org.eclipse.gef.mvc.fx.parts
-
Abstract base implementation for a JavaFX-specific
IFeedbackPart
. - AbstractFeedbackPart() - Constructor for class org.eclipse.gef.mvc.fx.parts.AbstractFeedbackPart
-
Constructs a new
AbstractFeedbackPart
and disables refreshing of visuals, which is enabled as soon as an anchorage is available. - AbstractFXEditor - Class in org.eclipse.gef.mvc.fx.ui.parts
-
Abstract base class for editors.
- AbstractFXEditor(Injector) - Constructor for class org.eclipse.gef.mvc.fx.ui.parts.AbstractFXEditor
-
Constructs a new
AbstractFXEditor
and uses the givenInjector
to inject its members. - AbstractFXView - Class in org.eclipse.gef.mvc.fx.ui.parts
-
Abstract base class for views.
- AbstractFXView(Injector) - Constructor for class org.eclipse.gef.mvc.fx.ui.parts.AbstractFXView
-
Constructs a new
AbstractFXView
that uses the givenInjector
to inject its members. - AbstractHandlePart<V extends javafx.scene.Node> - Class in org.eclipse.gef.mvc.fx.parts
-
Abstract base implementation for a JavaFX-specific
IHandlePart
. - AbstractHandlePart() - Constructor for class org.eclipse.gef.mvc.fx.parts.AbstractHandlePart
-
Constructs a new
AbstractHandlePart
and disables refreshing of visuals, which is enabled as soon as an anchorage is available. - AbstractPolicy - Class in org.eclipse.gef.mvc.fx.policies
-
Abstract base implementation of
IPolicy
that is transactional. - AbstractPolicy() - Constructor for class org.eclipse.gef.mvc.fx.policies.AbstractPolicy
- AbstractSegmentHandlePart<N extends javafx.scene.Node> - Class in org.eclipse.gef.mvc.fx.parts
-
An
AbstractSegmentHandlePart
is bound to a segment of a poly-bezier handle geometry, represented by an array ofBezierCurve
s. - AbstractSegmentHandlePart() - Constructor for class org.eclipse.gef.mvc.fx.parts.AbstractSegmentHandlePart
- AbstractVisualPart<V extends javafx.scene.Node> - Class in org.eclipse.gef.mvc.fx.parts
-
The
AbstractVisualPart
is an abstract implementation of theIVisualPart
interface. - AbstractVisualPart() - Constructor for class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
- activate() - Method in class org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
- activate() - Method in class org.eclipse.gef.mvc.fx.domain.HistoricizingDomain
- activate() - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
-
Activates this
IVisualPart
(if it is not already active) by setting (and propagating) the new active state first and delegating toAbstractVisualPart.doActivate()
afterwards. - activate() - Method in class org.eclipse.gef.mvc.fx.ui.parts.AbstractFXEditor
-
Activates the editor by activating its
IDomain
. - activate() - Method in class org.eclipse.gef.mvc.fx.ui.parts.AbstractFXView
-
Activates this
AbstractFXView
by activating theIDomain
that was previously injected. - activate() - Method in class org.eclipse.gef.mvc.fx.viewer.InfiniteCanvasViewer
- activateAdapters() - Method in class org.eclipse.gef.mvc.fx.domain.HistoricizingDomain
-
Activates the adapters registered at this
HistoricizingDomain
. - activateAdapters() - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
-
Activates the adapters registered at this
AbstractVisualPart
. - activateAdapters() - Method in class org.eclipse.gef.mvc.fx.viewer.InfiniteCanvasViewer
-
Activates the adapters registered at this
InfiniteCanvasViewer
. - activateChildren() - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
-
Activates the children of this
AbstractVisualPart
. - activateChildren() - Method in class org.eclipse.gef.mvc.fx.parts.LayeredRootPart
- activeProperty() - Method in class org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
- activeProperty() - Method in class org.eclipse.gef.mvc.fx.domain.HistoricizingDomain
- activeProperty() - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
- activeProperty() - Method in class org.eclipse.gef.mvc.fx.viewer.InfiniteCanvasViewer
- adaptableProperty() - Method in class org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
- adaptableProperty() - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
- adaptableProperty() - Method in class org.eclipse.gef.mvc.fx.viewer.InfiniteCanvasViewer
- adaptersProperty() - Method in class org.eclipse.gef.mvc.fx.domain.HistoricizingDomain
- adaptersProperty() - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
- adaptersProperty() - Method in class org.eclipse.gef.mvc.fx.viewer.InfiniteCanvasViewer
- add(IUndoableOperation) - Method in class org.eclipse.gef.mvc.fx.operations.AbstractCompositeOperation
- add(IContentPart<? extends Node>) - Method in class org.eclipse.gef.mvc.fx.behaviors.ContentPartPool
-
Adds an
IContentPart
to this pool. - addAll(List<ITransactionalOperation>) - Method in class org.eclipse.gef.mvc.fx.operations.AbstractCompositeOperation
-
Adds the given
IUndoableOperation
s to this composite operation. - addAnchoreds(Collection<? extends IVisualPart<? extends Node>>, List<? extends IVisualPart<? extends Node>>) - Method in class org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
-
Adds the given anchoreds as children to the root part and anchors them to the given target parts.
- addAnchoreds(Collection<? extends IVisualPart<? extends Node>>, List<? extends IVisualPart<? extends Node>>) - Method in class org.eclipse.gef.mvc.fx.behaviors.FocusBehavior
- addAnchoreds(Collection<? extends IVisualPart<? extends Node>>, List<? extends IVisualPart<? extends Node>>, int) - Method in class org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
-
Adds the given anchoreds as children to the root part and anchors them to the given target parts.
- addChild(IVisualPart<? extends Node>) - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
- addChild(IVisualPart<? extends Node>) - Method in interface org.eclipse.gef.mvc.fx.parts.IVisualPart
-
Adds the given child to the list of this part's children.
- addChild(IVisualPart<? extends Node>, int) - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
- addChild(IVisualPart<? extends Node>, int) - Method in interface org.eclipse.gef.mvc.fx.parts.IVisualPart
-
Adds the given child to the list of this part's children at the specified index.
- addChildren(List<? extends IVisualPart<? extends Node>>) - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
- addChildren(List<? extends IVisualPart<? extends Node>>) - Method in interface org.eclipse.gef.mvc.fx.parts.IVisualPart
-
Adds the given children to the list of this part's children.
- addChildren(List<? extends IVisualPart<? extends Node>>, int) - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
- addChildren(List<? extends IVisualPart<? extends Node>>, int) - Method in interface org.eclipse.gef.mvc.fx.parts.IVisualPart
-
Adds the given children to the list of this part's children at the specified index.
- addContentChild(Object, int) - Method in class org.eclipse.gef.mvc.fx.parts.AbstractContentPart
-
Inserts the given contentChild as a child to this part's content, so that it will be returned by subsequent calls to
IContentPart.getContentChildrenUnmodifiable()
. - addContentChild(Object, int) - Method in interface org.eclipse.gef.mvc.fx.parts.IContentPart
-
Inserts the given contentChild as a child to this part's content, so that it will be returned by subsequent calls to
IContentPart.getContentChildrenUnmodifiable()
. - addContentChild(Object, int) - Method in class org.eclipse.gef.mvc.fx.policies.ContentPolicy
-
Creates and records operations to add the given contentChild to the
host
of thisContentPolicy
at the specified index. - AddContentChildOperation - Class in org.eclipse.gef.mvc.fx.operations
-
The
AddContentChildOperation
uses theIContentPart
API to remove a content object from anIContentPart
. - AddContentChildOperation(IContentPart<? extends Node>, Object, int) - Constructor for class org.eclipse.gef.mvc.fx.operations.AddContentChildOperation
-
Creates a new
AddContentChildOperation
for adding the given contentChildObject
to the content children of the given parentIContentPart
. - addContext(IUndoContext) - Method in class org.eclipse.gef.mvc.fx.operations.AbstractCompositeOperation
- addFeedback(List<? extends IVisualPart<? extends Node>>) - Method in class org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
-
Adds feedback for the given target parts.
- addFeedback(IVisualPart<? extends Node>) - Method in class org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
-
Adds feedback for the given target part.
- addFeedbackAndHandles(List<? extends IContentPart<? extends Node>>) - Method in class org.eclipse.gef.mvc.fx.behaviors.SelectionBehavior
- addHandles(List<? extends IVisualPart<? extends Node>>) - Method in class org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
-
Adds handles for the given target parts.
- addHandles(IVisualPart<? extends Node>) - Method in class org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
-
Adds handles for the given target part.
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.gef.mvc.fx.ui.parts.ContentSelectionProvider
- AddSnapToStrategyOperation - Class in org.eclipse.gef.mvc.fx.operations
-
The
RemoveSnapToStrategyOperation
can be used to add anISnapToStrategy
to the list of supported strategies that is managed by theSnappingModel
. - AddSnapToStrategyOperation(SnappingModel, ISnapToStrategy) - Constructor for class org.eclipse.gef.mvc.fx.operations.AddSnapToStrategyOperation
-
Constructs a new
AddSnapToStrategyOperation
that will add the givenISnapToStrategy
to the list of supported strategies within the givenSnappingModel
. - addViewerFocusedFeedback() - Method in class org.eclipse.gef.mvc.fx.behaviors.FocusBehavior
-
Adds viewer focused feedback.
- ANCHORAGES_PROPERTY - Static variable in interface org.eclipse.gef.mvc.fx.parts.IVisualPart
-
Name of the property storing this part's anchorages.
- anchoragesUnmodifiableProperty() - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
- anchoragesUnmodifiableProperty() - Method in interface org.eclipse.gef.mvc.fx.parts.IVisualPart
-
Returns a read-only set-multimap property containing this part's anchorages and their corresponding roles.
- ANCHOREDS_PROPERTY - Static variable in interface org.eclipse.gef.mvc.fx.parts.IVisualPart
-
Name of the property storing this part's anchoreds.
- anchoredsUnmodifiableProperty() - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
- anchoredsUnmodifiableProperty() - Method in interface org.eclipse.gef.mvc.fx.parts.IVisualPart
-
Returns an unmodifiable read-only multiset property representing the anchoreds of this
IVisualPart
. - appendToSelection(List<? extends IContentPart<? extends Node>>) - Method in class org.eclipse.gef.mvc.fx.models.SelectionModel
-
Updates the current selection by adding the given
IContentPart
s to it, preserving already selected elements. - appendToSelection(IContentPart<? extends Node>) - Method in class org.eclipse.gef.mvc.fx.models.SelectionModel
-
Updates the current selection by adding the given
IContentPart
to it, preserving already selected elements. - applyFocusToVisual() - Method in class org.eclipse.gef.mvc.fx.behaviors.FocusBehavior
-
Transfers the keyboard focus to JavaFX, i.e. calls
Node.requestFocus()
on the visual of the focus part, or on the root visual if no part is focused. - applySize(double, double) - Method in class org.eclipse.gef.mvc.fx.policies.ResizePolicy
-
Apply the new size to the host.
- applyTransform(Affine) - Method in class org.eclipse.gef.mvc.fx.operations.TransformVisualOperation
-
Sets the visual transformation to the given
Affine
. - applyTransform(AffineTransform) - Method in class org.eclipse.gef.mvc.fx.policies.TransformPolicy
-
Applies the given
AffineTransform
as the new transformation matrix to thehost
. - applyUndoContext(ITransactionalOperation) - Method in class org.eclipse.gef.mvc.fx.domain.HistoricizingDomain
-
Applies the undo context to the given operation.
- attachAnchored(IVisualPart<? extends Node>) - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
- attachAnchored(IVisualPart<? extends Node>) - Method in interface org.eclipse.gef.mvc.fx.parts.IVisualPart
-
Used by an anchored
IVisualPart
to establish an anchorage-anchored relationship with this anchorageIVisualPart
. - attachToAnchorage(IVisualPart<? extends Node>) - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
- attachToAnchorage(IVisualPart<? extends Node>) - Method in interface org.eclipse.gef.mvc.fx.parts.IVisualPart
-
Attaches the given
IVisualPart
to the given anchorage under the "default" role. - attachToAnchorage(IVisualPart<? extends Node>, String) - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
- attachToAnchorage(IVisualPart<? extends Node>, String) - Method in interface org.eclipse.gef.mvc.fx.parts.IVisualPart
-
Attaches the given
IVisualPart
to the given anchorage under the given role. - attachToContentAnchorage(Object, String) - Method in class org.eclipse.gef.mvc.fx.parts.AbstractContentPart
-
Attaches this part's content to the given contentAnchorage under the specified role, so that it will be returned by subsequent calls to
IContentPart.getContentAnchoragesUnmodifiable()
. - attachToContentAnchorage(Object, String) - Method in interface org.eclipse.gef.mvc.fx.parts.IContentPart
-
Attaches this part's content to the given contentAnchorage under the specified role, so that it will be returned by subsequent calls to
IContentPart.getContentAnchoragesUnmodifiable()
. - attachToContentAnchorage(Object, String) - Method in class org.eclipse.gef.mvc.fx.policies.ContentPolicy
-
Creates and records operations to attach the
host
of thisContentPolicy
to the specified contentAnchorage under the specified role. - AttachToContentAnchorageOperation - Class in org.eclipse.gef.mvc.fx.operations
-
The
AttachToContentAnchorageOperation
uses theIContentPart
API to attach an anchored to the given anchorage. - AttachToContentAnchorageOperation(IContentPart<? extends Node>, Object, String) - Constructor for class org.eclipse.gef.mvc.fx.operations.AttachToContentAnchorageOperation
-
Creates a new
AttachToContentAnchorageOperation
to attach the given anchoredIContentPart
to the given contentAnchorage under the specified role, so that it will be returned by subsequent calls toIContentPart.getContentAnchoragesUnmodifiable()
.
All Classes and Interfaces|All Packages|Constant Field Values