Skip navigation links
GEF4 MVC
1.0.0.201605161715
A B C D E F G H I L M N O P R S T U V Z 

B

BehaviorUtils - Class in org.eclipse.gef4.mvc.behaviors
The BehaviorUtils class provides utility methods for the implementation of IBehaviors, such as the creation of IFeedbackParts and IHandleParts, or the establishment/unestablishment of anchor relations.
BehaviorUtils() - Constructor for class org.eclipse.gef4.mvc.behaviors.BehaviorUtils
 
bendContent(List<IBendableContentPart.BendPoint>) - Method in interface org.eclipse.gef4.mvc.parts.IBendableContentPart
Bends the content element as specified through the given bend points.
BendContentOperation<VR> - Class in org.eclipse.gef4.mvc.operations
BendContentOperation(IBendableContentPart<VR, ? extends VR>, List<IBendableContentPart.BendPoint>, List<IBendableContentPart.BendPoint>) - Constructor for class org.eclipse.gef4.mvc.operations.BendContentOperation
Creates a new BendContentOperation to resize the content of the given IResizableContentPart.
BendPoint(Object, Point) - Constructor for class org.eclipse.gef4.mvc.parts.IBendableContentPart.BendPoint
Creates a new attached bend point.
BendPoint(Point) - Constructor for class org.eclipse.gef4.mvc.parts.IBendableContentPart.BendPoint
Creates a new unattached bend point.
BENDPOINT_CREATE_HANDLE_MINIMUM_SEGMENT_LENGTH - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXDefaultSelectionHandlePartFactory
The minimum segment length so that creation handles are shown.
bindAbstractContentPartAdapters(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.MvcModule
Adds (default) AdapterMap bindings for AbstractContentPart and all sub-classes.
bindAbstractDomainAdapters(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.MvcModule
Adds (default) AdapterMap bindings for AbstractDomain and all sub-classes.
bindAbstractFeedbackPartAdapters(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.MvcModule
Adds (default) AdapterMap bindings for AbstractFeedbackPart and all sub-classes.
bindAbstractFXContentPartAdapters(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds (default) AdapterMap bindings for AbstractFXContentPart and all sub-classes.
bindAbstractFXFeedbackPartAdapters(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds (default) AdapterMap bindings for AbstractFXFeedbackPart and all sub-classes.
bindAbstractFXHandlePartAdapters(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds (default) AdapterMap bindings for AbstractFXHandlePart and all sub-classes.
bindAbstractHandlePartAdapters(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.MvcModule
Adds (default) AdapterMap bindings for AbstractHandlePart and all sub-classes.
bindAbstractRootPartAdapters(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.MvcModule
Adds (default) AdapterMap bindings for AbstractRootPart and all sub-classes.
bindAbstractVisualPartAdapters(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.MvcModule
Adds (default) AdapterMap binding for AbstractVisualPart and all sub-classes.
bindContentBehaviorAsAbstractFXContentPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for ContentBehavior, parameterized by Node , to the AdapterMap binder for AbstractFXContentPart.
bindContentBehaviorAsFXRootPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for ContentBehavior, parameterized by Node , to the AdapterMap binder for FXRootPart.
bindContentModelAsContentViewerAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for ContentModel to the AdapterMap binder for AbstractViewer.
bindContentPartPool() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds ContentPartPool, parameterized by Node, to the FXViewer adaptable scope.
bindContentPolicyAsAbstractFXContentPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for ContentPolicy, parameterized by Node , to the AdapterMap binder for AbstractFXContentPart.
bindContentViewerAdapters(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds (default) AdapterMap bindings for FXViewer and all sub-classes.
bindContentViewerRootPartAdapters(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds (default) AdapterMap bindings for FXRootPart and all sub-classes.
bindCreationPolicyAsFXRootPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for CreationPolicy to the AdapterMap binder for AbstractRootPart.
bindDeletionPolicyAsFXRootPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for DeletionPolicy to the AdapterMap binder for AbstractRootPart.
bindFocusAndSelectOnClickPolicyAsFXRootPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXFocusAndSelectOnClickPolicy to the AdapterMap binder for FXRootPart.
bindFocusFeedbackPartFactoryAsContentViewerAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds the IFeedbackPartFactory that is used to generate focus feedback.
bindFocusModel() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FocusModel, parameterized by Node, to the FXViewer adaptable scope.
bindFocusModelAsContentViewerAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FocusModel, parameterized by Node, to the AdapterMap binder for FXViewer.
bindFocusTraversalPolicyAsFXRootPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXFocusTraversalPolicy to the AdapterMap binder for AbstractRootPart.
bindFXCanvasFactory() - Method in class org.eclipse.gef4.mvc.fx.ui.MvcFxUiModule
Binds an IFXCanvasFactory that creates an FXCanvasEx as the container for the FXViewer.
bindFXChangeViewportPolicyAsFXRootPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXChangeViewportPolicy to the AdapterMap binder for FXRootPart.
bindFXClickDragTool() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXClickDragTool to the FXDomain adaptable scope.
bindFXClickDragToolAsFXDomainAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXClickDragTool to the AdapterMap binder for FXDomain.
bindFXDomainAdapters(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds (default) AdapterMap bindings for FXDomain and all sub-classes.
bindFXFocusBehaviorAsAbstractFXContentPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXFocusBehavior to the AdapterMap binder for AbstractFXContentPart.
bindFXFocusBehaviorAsFXRootPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for the FXFocusBehavior to the given adapter map binder.
bindFXHoverOnHoverPolicyAsAbstractFXHandlePartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXHoverOnHoverPolicy to the AdapterMap binder for AbstractFXHandlePart.
bindFXHoverOnHoverPolicyAsFXRootPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXHoverOnHoverPolicy to the AdapterMap binder for FXRootPart.
bindFXHoverTool() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXHoverTool to the FXDomain adaptable scope.
bindFXHoverToolAsFXDomainAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXHoverTool to the AdapterMap binder for FXDomain.
bindFXMarqueeOnDragPolicyAsFXRootPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXMarqueeOnDragPolicy to the AdapterMap binder for FXRootPart.
bindFXPanOnTypePolicyAsFXRootPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXPanOnTypePolicy to the AdapterMap binder for FXRootPart.
bindFXPanOrZoomOnScrollPolicyAsFXRootPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXPanOrZoomOnScrollPolicy to the AdapterMap binder for FXRootPart.
bindFXPinchSpreadTool() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXPinchSpreadTool to the FXDomain adaptable scope.
bindFXPinchSpreadToolAsFXDomainAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXPinchSpreadTool to the AdapterMap binder for FXDomain.
bindFXRootPartAsContentViewerAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for IRootPart, parameterized by Node, to the AdapterMap binder for FXViewer.
bindFXRotateTool() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXRotateTool to the FXDomain adaptable scope.
bindFXRotateToolAsFXDomainAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXRotateTool to the AdapterMap binder for FXDomain.
bindFXScrollTool() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXScrollTool to the FXDomain adaptable scope.
bindFXScrollToolAsFXDomainAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXScrollTool to the AdapterMap binder for FXDomain.
bindFXTransformProviderAsAbstractFXContentPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXTransformProvider to the AdapterMap binder for AbstractFXContentPart, using the FXTransformPolicy.TRANSFORM_PROVIDER_KEY.
bindFXTypeTool() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXTypeTool to the FXDomain adaptable scope.
bindFXTypeToolAsFXDomainAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXTypeTool to the AdapterMap binder for FXDomain.
bindFXViewerAsFXDomainAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXViewer to the AdapterMap binder for FXDomain.
bindFXZoomOnPinchSpreadPolicyAsFXRootPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXZoomOnPinchSpreadPolicy to the AdapterMap binder for FXRootPart.
bindGridBehaviorAsFXRootPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for FXGridBehavior to the AdapterMap binder for FXRootPart.
bindGridModelAsContentViewerAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for GridModel to the AdapterMap binder for AbstractViewer.
bindHoverBehavior() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXHoverBehavior to the HoverBehavior, parameterized with Node.
bindHoverBehaviorAsAbstractFXContentPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for HoverBehavior, parameterized by Node , to the AdapterMap binder for AbstractFXContentPart.
bindHoverBehaviorAsAbstractFXHandlePartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for HoverBehavior, parameterized by Node , to the AdapterMap binder for AbstractFXHandlePart.
bindHoverFeedbackPartFactoryAsContentViewerAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds the IFeedbackPartFactory that is used to generate hover feedback.
bindHoverHandlePartFactoryAsContentViewerAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds the IHandlePartFactory that is used to generate hover handles.
bindHoverModel() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds HoverModel, parameterized by Node to the FXViewer adaptable scope.
bindHoverModelAsContentViewerAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for HoverModel, parameterized by Node, to the AdapterMap binder for FXViewer.
bindIContentPartFactoryAsContentViewerAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds IContentPartFactory as an adapter for the content viewer.
bindIOperationHistory() - Method in class org.eclipse.gef4.mvc.MvcModule
Binds IOperationHistory to DefaultOperationHistory in adaptable scope of IDomain.
bindIOperationHistory() - Method in class org.eclipse.gef4.mvc.ui.MvcUiModule
Binds IOperationHistory to the operation history of the Eclipse workbench.
bindIPropertySheetPageFactory() - Method in class org.eclipse.gef4.mvc.ui.MvcUiModule
Binds a factory for assisted injection of UndoablePropertySheetPage as IPropertySheetPage.
bindISelectionProviderFactory() - Method in class org.eclipse.gef4.mvc.fx.ui.MvcFxUiModule
Binds a factory for the creation of ContentSelectionProvider as ISelectionProvider.
bindITargetPolicyResolver() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
bindIUndoContext() - Method in class org.eclipse.gef4.mvc.MvcModule
Binds IUndoContext to UndoContext in adaptable scope of IDomain.
bindSelectionBehaviorAsAbstractFXContentPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for SelectionBehavior, parameterized by Node, to the AdapterMap binder for AbstractFXContentPart.
bindSelectionBehaviorAsFXRootPartAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for SelectionBehavior, parameterized by Node, to the AdapterMap binder for FXRootPart.
bindSelectionFeedbackPartFactoryAsContentViewerAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds the IFeedbackPartFactory that is used to generate selection feedback.
bindSelectionHandlePartFactoryAsContentViewerAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds the IHandlePartFactory that is used to generate selection handles.
bindSelectionModel() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds SelectionModel, parameterized by Node, in adaptable scope of FXViewer.
bindSelectionModelAsContentViewerAdapter(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds a binding for SelectionModel, parameterized by Node, to the AdapterMap binder for FXViewer.
A B C D E F G H I L M N O P R S T U V Z 
Skip navigation links
GEF4 MVC
1.0.0.201605161715

Copyright (c) 2014 itemis AG and others. All rights reserved.