Package org.eclipse.gef.zest.fx.parts
Class NodePart
- java.lang.Object
-
- org.eclipse.gef.mvc.fx.parts.AbstractVisualPart<V>
-
- org.eclipse.gef.mvc.fx.parts.AbstractContentPart<javafx.scene.Group>
-
- org.eclipse.gef.zest.fx.parts.NodePart
-
- All Implemented Interfaces:
IActivatable
,IAdaptable
,IAdaptable.Bound<IViewer>
,IDisposable
,IContentPart<javafx.scene.Group>
,IResizableContentPart<javafx.scene.Group>
,ITransformableContentPart<javafx.scene.Group>
,IVisualPart<javafx.scene.Group>
public class NodePart extends AbstractContentPart<javafx.scene.Group> implements ITransformableContentPart<javafx.scene.Group>, IResizableContentPart<javafx.scene.Group>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NodePart.NestedGraphIcon
JavaFX Node displaying a small icon representing a nested graph.-
Nested classes/interfaces inherited from interface org.eclipse.gef.common.adapt.IAdaptable
IAdaptable.Bound<A extends IAdaptable>
-
Nested classes/interfaces inherited from interface org.eclipse.gef.common.adapt.IAdaptable.Bound
IAdaptable.Bound.Impl<T extends IAdaptable>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CSS_CLASS
static java.lang.String
CSS_CLASS_ICON
The CSS class that is applied to theImage
that displays the icon.static java.lang.String
CSS_CLASS_LABEL
The CSS class that is applied to theText
that displays the label.static java.lang.String
CSS_CLASS_SHAPE
The CSS class that is applied to theRectangle
that displays border and background.protected static double
DEFAULT_CHILDREN_PANE_HEIGHT
The default height of the nested graph area.protected static double
DEFAULT_CHILDREN_PANE_WIDTH
The default width of the nested graph area.static double
DEFAULT_NESTED_CHILDREN_ZOOM_FACTOR
The default zoom factor that is applied to the nested graph area.static double
DEFAULT_OUTER_LAYOUT_CONTAINER_HEIGHT_NESTING
The default height for the outer most layout container of this node in the case of nested content.static double
DEFAULT_OUTER_LAYOUT_CONTAINER_WIDTH_NESTING
The default width for the outer most layout container of this node in the case of nested content.protected static double
DEFAULT_SHAPE_PADDING
The default padding between the node's border and its content.protected static double
ZOOMLEVEL_SHOW_NESTED_GRAPH
The zoom level that needs to be reached for thedoGetContentChildren()
method to return a nestedGraph
.-
Fields inherited from interface org.eclipse.gef.common.activate.IActivatable
ACTIVE_PROPERTY
-
Fields inherited from interface org.eclipse.gef.common.adapt.IAdaptable
ADAPTERS_PROPERTY
-
Fields inherited from interface org.eclipse.gef.mvc.fx.parts.IContentPart
CONTENT_ANCHORAGES_PROPERTY, CONTENT_CHILDREN_PROPERTY, CONTENT_PROPERTY
-
Fields inherited from interface org.eclipse.gef.mvc.fx.parts.ITransformableContentPart
TRANSFORM_PROVIDER_KEY, TRANSFORM_PROVIDER_ROLE
-
Fields inherited from interface org.eclipse.gef.mvc.fx.parts.IVisualPart
ANCHORAGES_PROPERTY, ANCHOREDS_PROPERTY, CHILDREN_PROPERTY, PARENT_PROPERTY, REFRESH_VISUAL_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description NodePart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doActivate()
protected void
doAddChildVisual(IVisualPart<? extends javafx.scene.Node> child, int index)
protected javafx.scene.Group
doCreateVisual()
protected void
doDeactivate()
protected SetMultimap<? extends java.lang.Object,java.lang.String>
doGetContentAnchorages()
protected java.util.List<? extends java.lang.Object>
doGetContentChildren()
protected void
doRefreshVisual(javafx.scene.Group visual)
protected void
doRemoveChildVisual(IVisualPart<? extends javafx.scene.Node> child, int index)
Node
getContent()
Dimension
getContentSize()
javafx.scene.transform.Affine
getContentTransform()
protected javafx.scene.image.ImageView
getIconImageView()
Returns theImageView
that displays the node's icon.protected javafx.scene.text.Text
getLabelText()
Returns theText
that displays the node's label.javafx.scene.Node
getShape()
Returns theShape
that displays the node's border and background.protected void
refreshIcon()
protected void
refreshLabel()
Changes the label of thisNodePart
to the given value.protected void
refreshTooltip()
Changes the tooltip of thisNodePart
to the given value.void
setContentSize(Dimension size)
void
setContentTransform(javafx.scene.transform.Affine totalTransform)
-
Methods inherited from class org.eclipse.gef.mvc.fx.parts.AbstractContentPart
addContentChild, attachToContentAnchorage, contentAnchoragesUnmodifiableProperty, contentChildrenUnmodifiableProperty, contentProperty, detachFromContentAnchorage, doAddContentChild, doAttachToContentAnchorage, doDetachFromContentAnchorage, doRemoveContentChild, doReorderContentChild, getContentAnchoragesUnmodifiable, getContentChildrenUnmodifiable, isFocusable, isSelectable, refreshContentAnchorages, refreshContentChildren, register, registerAtContentPartMap, removeContentChild, reorderContentChild, setContent, unregister, unregisterFromContentPartMap
-
Methods inherited from class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
activate, activateAdapters, activateChildren, activeProperty, adaptableProperty, adaptersProperty, addChild, addChild, addChildren, addChildren, anchoragesUnmodifiableProperty, anchoredsUnmodifiableProperty, attachAnchored, attachToAnchorage, attachToAnchorage, childrenUnmodifiableProperty, deactivate, deactivateAdapters, deactivateChildren, detachAnchored, detachFromAnchorage, detachFromAnchorage, determineViewer, dispose, doAttachToAnchorageVisual, doDetachFromAnchorageVisual, getAdaptable, getAdapter, getAdapter, getAdapter, getAdapterKey, getAdapters, getAdapters, getAdapters, getAnchoragesUnmodifiable, getAnchoredsUnmodifiable, getBehaviors, getChildrenUnmodifiable, getHandlers, getParent, getPolicies, getRoot, getVisual, isActive, isRefreshVisual, parentProperty, refreshVisual, refreshVisualProperty, registerAtVisualPartMap, removeChild, removeChildren, reorderChild, setAdaptable, setAdapter, setAdapter, setAdapter, setAdapter, setParent, setRefreshVisual, unregisterFromVisualPartMap, unsetAdapter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.gef.common.activate.IActivatable
activate, activeProperty, deactivate, isActive
-
Methods inherited from interface org.eclipse.gef.common.adapt.IAdaptable
adaptersProperty, getAdapter, getAdapter, getAdapter, getAdapterKey, getAdapters, getAdapters, getAdapters, setAdapter, setAdapter, setAdapter, setAdapter, unsetAdapter
-
Methods inherited from interface org.eclipse.gef.common.adapt.IAdaptable.Bound
adaptableProperty, getAdaptable, setAdaptable
-
Methods inherited from interface org.eclipse.gef.mvc.fx.parts.IContentPart
addContentChild, attachToContentAnchorage, contentAnchoragesUnmodifiableProperty, contentChildrenUnmodifiableProperty, contentProperty, detachFromContentAnchorage, getContentAnchoragesUnmodifiable, getContentChildrenUnmodifiable, isFocusable, isSelectable, refreshContentAnchorages, refreshContentChildren, removeContentChild, reorderContentChild, setContent
-
Methods inherited from interface org.eclipse.gef.common.dispose.IDisposable
dispose
-
Methods inherited from interface org.eclipse.gef.mvc.fx.parts.IResizableContentPart
getVisualSize, setVisualSize
-
Methods inherited from interface org.eclipse.gef.mvc.fx.parts.ITransformableContentPart
getVisualTransform, setVisualTransform
-
Methods inherited from interface org.eclipse.gef.mvc.fx.parts.IVisualPart
addChild, addChild, addChildren, addChildren, anchoragesUnmodifiableProperty, anchoredsUnmodifiableProperty, attachAnchored, attachToAnchorage, attachToAnchorage, childrenUnmodifiableProperty, detachAnchored, detachFromAnchorage, detachFromAnchorage, getAnchoragesUnmodifiable, getAnchoredsUnmodifiable, getBehaviors, getChildrenUnmodifiable, getHandlers, getParent, getPolicies, getRoot, getViewer, getVisual, isRefreshVisual, parentProperty, refreshVisual, refreshVisualProperty, removeChild, removeChildren, reorderChild, setParent, setRefreshVisual
-
-
-
-
Field Detail
-
DEFAULT_SHAPE_PADDING
protected static final double DEFAULT_SHAPE_PADDING
The default padding between the node's border and its content.- See Also:
- Constant Field Values
-
ZOOMLEVEL_SHOW_NESTED_GRAPH
protected static final double ZOOMLEVEL_SHOW_NESTED_GRAPH
The zoom level that needs to be reached for thedoGetContentChildren()
method to return a nestedGraph
.- See Also:
- Constant Field Values
-
DEFAULT_CHILDREN_PANE_WIDTH
protected static final double DEFAULT_CHILDREN_PANE_WIDTH
The default width of the nested graph area.- See Also:
- Constant Field Values
-
DEFAULT_CHILDREN_PANE_HEIGHT
protected static final double DEFAULT_CHILDREN_PANE_HEIGHT
The default height of the nested graph area.- See Also:
- Constant Field Values
-
DEFAULT_NESTED_CHILDREN_ZOOM_FACTOR
public static final double DEFAULT_NESTED_CHILDREN_ZOOM_FACTOR
The default zoom factor that is applied to the nested graph area.- See Also:
- Constant Field Values
-
DEFAULT_OUTER_LAYOUT_CONTAINER_WIDTH_NESTING
public static final double DEFAULT_OUTER_LAYOUT_CONTAINER_WIDTH_NESTING
The default width for the outer most layout container of this node in the case of nested content.- See Also:
- Constant Field Values
-
DEFAULT_OUTER_LAYOUT_CONTAINER_HEIGHT_NESTING
public static final double DEFAULT_OUTER_LAYOUT_CONTAINER_HEIGHT_NESTING
The default height for the outer most layout container of this node in the case of nested content.- See Also:
- Constant Field Values
-
CSS_CLASS
public static final java.lang.String CSS_CLASS
- See Also:
- Constant Field Values
-
CSS_CLASS_SHAPE
public static final java.lang.String CSS_CLASS_SHAPE
The CSS class that is applied to theRectangle
that displays border and background.- See Also:
- Constant Field Values
-
CSS_CLASS_LABEL
public static final java.lang.String CSS_CLASS_LABEL
The CSS class that is applied to theText
that displays the label.- See Also:
- Constant Field Values
-
CSS_CLASS_ICON
public static final java.lang.String CSS_CLASS_ICON
The CSS class that is applied to theImage
that displays the icon.- See Also:
- Constant Field Values
-
-
Method Detail
-
doActivate
protected void doActivate()
- Overrides:
doActivate
in classAbstractVisualPart<javafx.scene.Group>
-
doAddChildVisual
protected void doAddChildVisual(IVisualPart<? extends javafx.scene.Node> child, int index)
- Overrides:
doAddChildVisual
in classAbstractVisualPart<javafx.scene.Group>
-
doCreateVisual
protected javafx.scene.Group doCreateVisual()
- Specified by:
doCreateVisual
in classAbstractVisualPart<javafx.scene.Group>
-
doDeactivate
protected void doDeactivate()
- Overrides:
doDeactivate
in classAbstractVisualPart<javafx.scene.Group>
-
doGetContentAnchorages
protected SetMultimap<? extends java.lang.Object,java.lang.String> doGetContentAnchorages()
- Specified by:
doGetContentAnchorages
in classAbstractContentPart<javafx.scene.Group>
-
doGetContentChildren
protected java.util.List<? extends java.lang.Object> doGetContentChildren()
- Specified by:
doGetContentChildren
in classAbstractContentPart<javafx.scene.Group>
-
doRefreshVisual
protected void doRefreshVisual(javafx.scene.Group visual)
- Specified by:
doRefreshVisual
in classAbstractVisualPart<javafx.scene.Group>
-
doRemoveChildVisual
protected void doRemoveChildVisual(IVisualPart<? extends javafx.scene.Node> child, int index)
- Overrides:
doRemoveChildVisual
in classAbstractVisualPart<javafx.scene.Group>
-
getContent
public Node getContent()
- Specified by:
getContent
in interfaceIContentPart<javafx.scene.Group>
- Overrides:
getContent
in classAbstractContentPart<javafx.scene.Group>
-
getContentSize
public Dimension getContentSize()
- Specified by:
getContentSize
in interfaceIResizableContentPart<javafx.scene.Group>
-
getContentTransform
public javafx.scene.transform.Affine getContentTransform()
- Specified by:
getContentTransform
in interfaceITransformableContentPart<javafx.scene.Group>
-
getIconImageView
protected javafx.scene.image.ImageView getIconImageView()
Returns theImageView
that displays the node's icon.- Returns:
- The
ImageView
that displays the node's icon.
-
getLabelText
protected javafx.scene.text.Text getLabelText()
Returns theText
that displays the node's label.- Returns:
- The
Text
that displays the node's label.
-
getShape
public javafx.scene.Node getShape()
Returns theShape
that displays the node's border and background.- Returns:
- The
Shape
that displays the node's border and background.
-
refreshIcon
protected void refreshIcon()
-
refreshLabel
protected void refreshLabel()
Changes the label of thisNodePart
to the given value.
-
refreshTooltip
protected void refreshTooltip()
Changes the tooltip of thisNodePart
to the given value.
-
setContentSize
public void setContentSize(Dimension size)
- Specified by:
setContentSize
in interfaceIResizableContentPart<javafx.scene.Group>
-
setContentTransform
public void setContentTransform(javafx.scene.transform.Affine totalTransform)
- Specified by:
setContentTransform
in interfaceITransformableContentPart<javafx.scene.Group>
-
-