VR
- The visual root node of the UI toolkit used, e.g.
javafx.scene.Node in case of JavaFX.public interface IPolicy<VR> extends IAdaptable.Bound<IVisualPart<VR,? extends VR>>
IPolicy
interface extends
IAdaptable.Bound
, i.e. it is bound to
an IAdaptable
, its so called getHost()
.adaptable
IAdaptable.Bound.Impl<T extends IAdaptable>
Modifier and Type | Method and Description |
---|---|
IVisualPart<VR,? extends VR> |
getHost()
|
adaptableProperty, getAdaptable, setAdaptable
IVisualPart<VR,? extends VR> getHost()
IPolicy
.Copyright (c) 2014 itemis AG and others. All rights reserved.