Package org.eclipse.gef.mvc.fx.parts
Class AbstractFeedbackPart<V extends Node>
java.lang.Object
org.eclipse.gef.mvc.fx.parts.AbstractVisualPart<V>
org.eclipse.gef.mvc.fx.parts.AbstractFeedbackPart<V>
- Type Parameters:
V- The visualNodeused by thisAbstractFeedbackPart.
- All Implemented Interfaces:
IActivatable,IAdaptable,IAdaptable.Bound<IViewer>,IDisposable,IFeedbackPart<V>,IVisualPart<V>
- Direct Known Subclasses:
FocusFeedbackPart,HoverFeedbackPart,SelectionFeedbackPart,SnappingFeedbackPart
public abstract class AbstractFeedbackPart<V extends Node>
extends AbstractVisualPart<V>
implements IFeedbackPart<V>
Abstract base implementation for a JavaFX-specific
IFeedbackPart.-
Property Summary
Properties inherited from class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
active, adaptable, adapters, anchoragesUnmodifiable, anchoredsUnmodifiable, childrenUnmodifiable, parent, refreshVisualProperties inherited from interface org.eclipse.gef.common.activate.IActivatable
activeProperties inherited from interface org.eclipse.gef.common.adapt.IAdaptable
adaptersProperties inherited from interface org.eclipse.gef.common.adapt.IAdaptable.Bound
adaptableProperties inherited from interface org.eclipse.gef.mvc.fx.parts.IVisualPart
anchoragesUnmodifiable, anchoredsUnmodifiable, childrenUnmodifiable, parent, refreshVisual -
Nested Class Summary
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 inherited from interface org.eclipse.gef.common.activate.IActivatable
ACTIVE_PROPERTYFields inherited from interface org.eclipse.gef.common.adapt.IAdaptable
ADAPTERS_PROPERTYFields inherited from interface org.eclipse.gef.mvc.fx.parts.IVisualPart
ANCHORAGES_PROPERTY, ANCHOREDS_PROPERTY, CHILDREN_PROPERTY, PARENT_PROPERTY, REFRESH_VISUAL_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newAbstractFeedbackPartand disables refreshing of visuals, which is enabled as soon as an anchorage is available. -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoAddChildVisual(IVisualPart<? extends Node> child, int index) Performs the addition of the child's visual to thisIVisualPart's visual.protected voiddoAttachToAnchorageVisual(IVisualPart<? extends Node> anchorage, String role) Attaches this part's visual to the visual of the given anchorage.protected voiddoDetachFromAnchorageVisual(IVisualPart<? extends Node> anchorage, String role) Detaches this part's visual from the visual of the given anchorage.protected voiddoRemoveChildVisual(IVisualPart<? extends Node> child, int index) Removes the child's visual from thisIVisualPart's visual.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, doActivate, doCreateVisual, doDeactivate, doRefreshVisual, getAdaptable, getAdapter, getAdapter, getAdapter, getAdapterKey, getAdapters, getAdapters, getAdapters, getAnchoragesUnmodifiable, getAnchoredsUnmodifiable, getBehaviors, getChildrenUnmodifiable, getHandlers, getParent, getPolicies, getRoot, getVisual, isActive, isRefreshVisual, parentProperty, refreshVisual, refreshVisualProperty, register, registerAtVisualPartMap, removeChild, removeChildren, reorderChild, setAdaptable, setAdapter, setAdapter, setAdapter, setAdapter, setParent, setRefreshVisual, unregister, unregisterFromVisualPartMap, unsetAdapterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.gef.common.activate.IActivatable
activate, activeProperty, deactivate, isActiveMethods inherited from interface org.eclipse.gef.common.adapt.IAdaptable
adaptersProperty, getAdapter, getAdapter, getAdapter, getAdapterKey, getAdapters, getAdapters, getAdapters, setAdapter, setAdapter, setAdapter, setAdapter, unsetAdapterMethods inherited from interface org.eclipse.gef.common.adapt.IAdaptable.Bound
adaptableProperty, getAdaptable, setAdaptableMethods inherited from interface org.eclipse.gef.common.dispose.IDisposable
disposeMethods 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
-
Constructor Details
-
AbstractFeedbackPart
public AbstractFeedbackPart()Constructs a newAbstractFeedbackPartand disables refreshing of visuals, which is enabled as soon as an anchorage is available.
-
-
Method Details
-
doAddChildVisual
Description copied from class:AbstractVisualPartPerforms the addition of the child's visual to thisIVisualPart's visual.- Overrides:
doAddChildVisualin classAbstractVisualPart<V extends Node>- Parameters:
child- TheIVisualPartbeing addedindex- The child's position- See Also:
-
doAttachToAnchorageVisual
Description copied from class:AbstractVisualPartAttaches this part's visual to the visual of the given anchorage.- Overrides:
doAttachToAnchorageVisualin classAbstractVisualPart<V extends Node>- Parameters:
anchorage- The anchorageIVisualPart.role- The anchorage role.
-
doDetachFromAnchorageVisual
Description copied from class:AbstractVisualPartDetaches this part's visual from the visual of the given anchorage.- Overrides:
doDetachFromAnchorageVisualin classAbstractVisualPart<V extends Node>- Parameters:
anchorage- The anchorageIVisualPart.role- The anchorage role.
-
doRemoveChildVisual
Description copied from class:AbstractVisualPartRemoves the child's visual from thisIVisualPart's visual.- Overrides:
doRemoveChildVisualin classAbstractVisualPart<V extends Node>- Parameters:
child- The childIVisualPart.index- The index of the child whose visual is to be removed.
-