VR
- The visual root node of the UI toolkit this IFeedbackPart
is used in, e.g. javafx.scene.Node in case of JavaFX.V
- The visual node used by this IFeedbackPart
.public interface IFeedbackPart<VR,V extends VR> extends IVisualPart<VR,V>
IFeedbackPart
is a controller that controls a visual, which is
used simply for feedback and does not correspond to anything in the
visualized model.AbstractFeedbackPart
should be subclassed.IAdaptable.Bound<A extends IAdaptable>
ANCHORAGES_PROPERTY, ANCHOREDS_PROPERTY, CHILDREN_PROPERTY, PARENT_PROPERTY
ADAPTERS_PROPERTY
ACTIVE_PROPERTY
addAnchorage, addAnchorage, addAnchored, addChild, addChild, addChildren, addChildren, getAnchorages, getAnchoreds, getBehaviors, getChildren, getParent, getPolicies, getRoot, getVisual, isRefreshVisual, refreshVisual, removeAnchorage, removeAnchorage, removeAnchored, removeChild, removeChildren, reorderChild, setParent, setRefreshVisual
getAdapter, getAdapter, getAdapter, getAdapters, getAdapters, setAdapter, setAdapter, setAdapter, unsetAdapter
activate, deactivate, isActive
addPropertyChangeListener, removePropertyChangeListener
dispose
Copyright (c) 2014 itemis AG and others. All rights reserved.