VR
- The visual root node of the UI toolkit used, e.g.
javafx.scene.Node in case of JavaFX.public interface IBehavior<VR> extends IActivatable, IAdaptable.Bound<IVisualPart<VR,? extends VR>>
active
adaptable
IAdaptable.Bound.Impl<T extends IAdaptable>
ACTIVE_PROPERTY
Modifier and Type | Method and Description |
---|---|
IVisualPart<VR,? extends VR> |
getHost()
Returns the host
IVisualPart of this IBehavior , i.e. the
part where this behavior is registered as an adapter. |
activate, activeProperty, deactivate, isActive
adaptableProperty, getAdaptable, setAdaptable
IVisualPart<VR,? extends VR> getHost()
IVisualPart
of this IBehavior
, i.e. the
part where this behavior is registered as an adapter.IVisualPart
of this IBehavior
.Copyright (c) 2014 itemis AG and others. All rights reserved.