AbstractCompositeOperation
is an abstract implementation of the
ICompositeOperation
interface.AbstractCompositeOperation
with the given label.IContentPart
, intended to be
sub-classed by clients to create their own custom IContentPart
.AbstractDomain
instance, setting the
AdaptableScope
for each of its IAdaptable
-compliant types
(super classes implementing IAdaptable
and super-interfaces
extending IAdaptable
) to the newly created instance (see
AdaptableScopes#scopeTo(IAdaptable)).IFeedbackPart
, intended to be
sub-classed by clients to create their own custom IFeedbackPart
.AbstractFXColorPicker
is a control that can be used to select a
color.AbstractFXColorPicker
.AbstractFXColorPicker.ColorWheel
provides a
AbstractFXColorPicker.ColorWheel.render(WritableImage, int, int, int)
method to draw a color
wheel into a WritableImage
.AbstractFXContentPart
is an IContentPart
implementation
that binds the VR type parameter (visual root type) to Node
.IFeedbackPart
.IHandlePart
.AbstractFXOnClickPolicy
is called upon mouse click events by the
FXClickDragTool
.AbstractFXOnDragPolicy
is called upon mouse drag events by the
FXClickDragTool
.AbstractFXOnHoverPolicy
is called upon mouse hover events by the
FXHoverTool
.AbstractFXOnPinchSpreadPolicy
is called upon touch pinch/spreadd
events by the FXPinchSpreadTool
.AbstractFXOnRotatePolicy
is called upon touch rotate events by the
FXRotateTool
.AbstractFXOnScrollPolicy
is called upon mouse scroll events by the
FXScrollTool
.AbstractFXOnTypePolicy
is called upon keyboard events by the
FXTypeTool
.IRootPart
.AbstractFXRootPart
.AbstractFXSegmentHandlePart
is bound to a segment of a poly-bezier
handle geometry, represented by an array of BezierCurve
s.IHandlePart
, intended to be
sub-classed by clients to create their own custom IHandlePart
.IPolicy
.AbstractViewer
instance, setting the
AdaptableScope
for each of its IAdaptable
-compliant types
(super classes implementing IAdaptable
and super-interfaces
extending IAdaptable
) to the newly created instance (see
AdaptableScopes#scopeTo(IAdaptable)).AbstractVisualPart
is an abstract implementation of the
IVisualPart
interface.AbstractVisualPart
instance, setting the
AdaptableScope
for each of its IAdaptable
-compliant types
(super classes implementing IAdaptable
and super-interfaces
extending IAdaptable
) to the newly created instance (see
AdaptableScopes#scopeTo(IAdaptable)).FXDomain
.IVisualPart
(if it is not already active) by
setting (and propagating) the new active state first and delegating to
AbstractVisualPart.doActivate()
afterwards.IContentPart
to this pool.IUndoableOperation
s to this composite operation.IVisualPart
to the anchorages of this
IVisualPart
under the "default" role.IVisualPart
to the anchorages of this
IVisualPart
under the given role.IRootPart
.IVisualPart
to establish an
anchorage-anchored relationship with this anchorage IVisualPart
.IVisualPart
's visual.IContentPart.getContentChildren()
.host
of this ContentPolicy
at the
specified index.AddContentChildOperation
uses the IContentPart
API to
remove a content object from an IContentPart
.AddContentChildOperation
for adding the given
contentChild Object
to the content children of the given
parent IContentPart
.AbstractBehavior.switchAdaptableScopes()
) and uses the injected
IFeedbackPartFactory
to create feedback parts for the given list
of target parts.AbstractBehavior.switchAdaptableScopes()
) and uses the injected
IFeedbackPartFactory
to create feedback parts for the given list
of target parts and the given context map.host
.IContentPart
s.AbstractBehavior.switchAdaptableScopes()
) and uses the injected
IHandlePartFactory
to create handle parts for the given list of
target parts.AbstractBehavior.switchAdaptableScopes()
) and uses the injected
IHandlePartFactory
to create handle parts for the given list of
target parts and the given context map.IContentPart
s to the current selection, i.e.transformation
to
the FXGridLayer
.FXGridLayer
.FXGridLayer
.FXGridLayer
.ViewportModel.ViewportState
to this ViewportModel
.ViewportModel
) to the ScrollPaneEx
of the
host's
FXViewer
.FXGridLayer
.IContentPart.getContentAnchorages()
.host
of
this ContentPolicy
to the specified contentAnchorage under
the specified role.AttachToContentAnchorageOperation
uses the IContentPart
API to attach an anchored to the given anchorage.AttachToContentAnchorageOperation
to attach the
given anchored IContentPart
to the given
contentAnchorage under the specified role, so that it will
be returned by subsequent calls to
IContentPart.getContentAnchorages()
.Copyright (c) 2014 itemis AG and others. All rights reserved.