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

B

backgroundColorProperty() - Method in class org.eclipse.gef4.mvc.fx.ui.properties.AbstractFXColorPicker
 
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
 
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.
bindAbstractViewerAdapters(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.MvcModule
Adds (default) AdapterMap bindings for AbstractViewer and all sub-classes.
bindAbstractVisualPartAdapters(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.MvcModule
Adds (default) AdapterMap bindings for AbstractVisualPart and all sub-classes.
bindContentBehaviorPartPool() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds ContentPartPool, parameterized with Node, to the FXViewer adaptable scope.
bindContentModel() - Method in class org.eclipse.gef4.mvc.MvcModule
Binds ContentModel in adaptable scope of IViewer.
bindFocusModel() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FocusModel, parameterized with Node, to the FXViewer adaptable scope.
bindFXCanvasFactory() - Method in class org.eclipse.gef4.mvc.fx.ui.MvcFxUiModule
 
bindFXClickDragTool() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXClickDragTool to the FXDomain adaptable scope.
bindFXDomainAdapters(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds (default) AdapterMap bindings for FXDomain and all sub-classes.
bindFXFocusTool() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXFocusTool to the FXDomain adaptable scope.
bindFXHoverTool() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXHoverTool to the FXDomain adaptable scope.
bindFXPinchSpreadTool() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXPinchSpreadTool to the FXDomain adaptable scope.
bindFXRootPartAdapters(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds (default) AdapterMap bindings for FXRootPart and all sub-classes.
bindFXRotateTool() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXRotateTool to the FXDomain adaptable scope.
bindFXScrollTool() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXScrollTool to the FXDomain adaptable scope.
bindFXTypeTool() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXTypeTool to the FXDomain adaptable scope.
bindFXViewerAdapters(MapBinder<AdapterKey<?>, Object>) - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Adds (default) AdapterMap bindings for FXViewer and all sub-classes.
bindGridModel() - Method in class org.eclipse.gef4.mvc.MvcModule
Binds GridModel in adaptable scope of IViewer.
bindHoverBehavior() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXHoverBehavior to the HoverBehavior, parameterized with Node.
bindHoverModel() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds HoverModel, parameterized with Node to the FXViewer adaptable scope.
bindIDomain() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXDomain to IDomain, parameterized by Node.
bindIFeedbackPartFactory() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXDefaultFeedbackPartFactory to IFeedbackPartFactory, parameterized by Node, in adaptable scope of FXViewer.
bindIHandlePartFactory() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXDefaultHandlePartFactory to IHandlePartFactory, parameterized by Node, in adaptable scope of FXViewer.
bindIOperationHistory() - Method in class org.eclipse.gef4.mvc.MvcModule
Binds IOperationHistory to DefaultOperationHistory in adaptable scope of IDomain.
bindIRootPart() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds FXRootPart to IRootPart, parameterized by Node, in adaptable scope of FXViewer.
bindIUndoContext() - Method in class org.eclipse.gef4.mvc.MvcModule
Binds IUndoContext to UndoContext in adaptable scope of IDomain.
bindIViewer() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds IViewer, parameterized by Node, to FXViewer .
bindSelectionModel() - Method in class org.eclipse.gef4.mvc.fx.MvcFxModule
Binds SelectionModel, parameterized by Node, in adaptable scope of FXViewer.
bindSelectionProvider() - Method in class org.eclipse.gef4.mvc.fx.ui.MvcFxUiModule
 
bindViewportModel() - Method in class org.eclipse.gef4.mvc.MvcModule
Binds ViewportModel in adaptable scope of IViewer.
borderColorProperty() - Method in class org.eclipse.gef4.mvc.fx.ui.properties.AbstractFXColorPicker
 
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
0.1.0.201506081138

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