Uses of Interface
org.eclipse.gef.mvc.fx.parts.IHandlePartFactory
-
Packages that use IHandlePartFactory Package Description org.eclipse.gef.mvc.fx.behaviors This package contains JavaFX/MVC.FX-specificIBehavior
implementations.org.eclipse.gef.mvc.fx.parts This package contains all JavaFX-specificIContentPart
,IVisualPart
,IFeedbackPart
, andIHandlePart
implementations and related classes. -
-
Uses of IHandlePartFactory in org.eclipse.gef.mvc.fx.behaviors
Methods in org.eclipse.gef.mvc.fx.behaviors that return IHandlePartFactory Modifier and Type Method Description protected IHandlePartFactory
AbstractBehavior. getHandlePartFactory(IViewer viewer)
Returns theIHandlePartFactory
that should be used for handle creation.protected IHandlePartFactory
AbstractBehavior. getHandlePartFactory(IViewer viewer, java.lang.String role)
Returns theIHandlePartFactory
that is registered as an adapter at the givenIViewer
under the given role.protected IHandlePartFactory
HoverBehavior. getHandlePartFactory(IViewer viewer)
protected IHandlePartFactory
HoverIntentBehavior. getHandlePartFactory(IViewer viewer)
protected IHandlePartFactory
SelectionBehavior. getHandlePartFactory(IViewer viewer)
-
Uses of IHandlePartFactory in org.eclipse.gef.mvc.fx.parts
Classes in org.eclipse.gef.mvc.fx.parts that implement IHandlePartFactory Modifier and Type Class Description class
DefaultHoverIntentHandlePartFactory
class
DefaultSelectionHandlePartFactory
-