Uses of Package
org.eclipse.gef.mvc.fx.policies
-
Packages that use org.eclipse.gef.mvc.fx.policies Package Description org.eclipse.gef.mvc.fx.parts This package contains all JavaFX-specificIContentPart
,IVisualPart
,IFeedbackPart
, andIHandlePart
implementations and related classes.org.eclipse.gef.mvc.fx.policies This package contains allIPolicy
implementations contributed by MVC.FX. -
Classes in org.eclipse.gef.mvc.fx.policies used by org.eclipse.gef.mvc.fx.parts Class Description IPolicy TheIPolicy
interface extendsIAdaptable.Bound
, i.e. it is bound to anIAdaptable
, its so calledIPolicy.getHost()
. -
Classes in org.eclipse.gef.mvc.fx.policies used by org.eclipse.gef.mvc.fx.policies Class Description AbstractPolicy Abstract base implementation ofIPolicy
that is transactional.IPolicy TheIPolicy
interface extendsIAdaptable.Bound
, i.e. it is bound to anIAdaptable
, its so calledIPolicy.getHost()
.