public static class FXConnection.FXChopBoxHelper extends java.lang.Object implements FXChopBoxAnchor.ReferencePointProvider
FXConnection.FXChopBoxHelper
can be registered for an FXConnection
and serves as a FXChopBoxAnchor.ReferencePointProvider
for all AnchorKey
s
of that FXConnection
which are registered at
FXChopBoxAnchor
s.Type | Property and Description |
---|---|
javafx.beans.property.ReadOnlyMapWrapper<AnchorKey,Point> |
referencePoint
Provides a read-only (map) property with positions (in local
coordinates of the anchored
Node ) for all attached
AnchorKey s. |
Modifier and Type | Class and Description |
---|---|
class |
FXConnection.FXChopBoxHelper.ReferencePointMap
The
FXConnection.FXChopBoxHelper.ReferencePointMap is used to store the reference points
for the individual AnchorKey s. |
Constructor and Description |
---|
FXChopBoxHelper(FXConnection connection)
Constructs a new
FXConnection.FXChopBoxHelper for the given
FXConnection . |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ReadOnlyMapWrapper<AnchorKey,Point> |
referencePointProperty()
Provides a read-only (map) property with positions (in local
coordinates of the anchored
Node ) for all attached
AnchorKey s. |
public javafx.beans.property.ReadOnlyMapWrapper<AnchorKey,Point> referencePointProperty
referencePointProperty
in interface FXChopBoxAnchor.ReferencePointProvider
public FXChopBoxHelper(FXConnection connection)
FXConnection.FXChopBoxHelper
for the given
FXConnection
.connection
- The FXConnection
for which this
FXConnection.FXChopBoxHelper
provides the reference points.public javafx.beans.property.ReadOnlyMapWrapper<AnchorKey,Point> referencePointProperty()
FXChopBoxAnchor.ReferencePointProvider
Node
) for all attached
AnchorKey
s.referencePointProperty
in interface FXChopBoxAnchor.ReferencePointProvider
Copyright (c) 2014 itemis AG and others. All rights reserved.