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 

I

IBehavior<VR> - Interface in org.eclipse.gef4.mvc.behaviors
 
IContentPart<VR,V extends VR> - Interface in org.eclipse.gef4.mvc.parts
An IVisualPart that visualizes an underlying content element.
IContentPartFactory<VR> - Interface in org.eclipse.gef4.mvc.parts
A factory for creating new IContentParts.
IDomain<VR> - Interface in org.eclipse.gef4.mvc.domain
A domain represents the collective state of a MVC application.
IFeedbackPart<VR,V extends VR> - Interface in org.eclipse.gef4.mvc.parts
An IFeedbackPart is a controller that controls a visual, which is used simply for feedback and does not correspond to anything in the visualized model.
IFeedbackPartFactory<VR> - Interface in org.eclipse.gef4.mvc.parts
 
IFXCanvasFactory - Interface in org.eclipse.gef4.mvc.fx.ui.parts
 
IHandlePart<VR,V extends VR> - Interface in org.eclipse.gef4.mvc.parts
An IHandlePart is a controller that controls a visual, which is used simply for tool interaction and does not correspond to anything in the visualized model.
IHandlePartFactory<VR> - Interface in org.eclipse.gef4.mvc.parts
 
init() - Method in class org.eclipse.gef4.mvc.fx.policies.FXBendPolicy
 
init() - Method in class org.eclipse.gef4.mvc.fx.policies.FXChangeViewportPolicy
 
init() - Method in class org.eclipse.gef4.mvc.fx.policies.FXRelocateConnectionPolicy
 
init() - Method in class org.eclipse.gef4.mvc.fx.policies.FXResizePolicy
 
init() - Method in class org.eclipse.gef4.mvc.fx.policies.FXResizeRelocatePolicy
 
init() - Method in class org.eclipse.gef4.mvc.fx.policies.FXRotatePolicy
 
init() - Method in class org.eclipse.gef4.mvc.fx.policies.FXScaleRelocatePolicy
 
init() - Method in class org.eclipse.gef4.mvc.fx.policies.FXTransformPolicy
 
init(IEditorSite, IEditorInput) - Method in class org.eclipse.gef4.mvc.fx.ui.parts.FXEditor
 
init(IViewSite) - Method in class org.eclipse.gef4.mvc.fx.ui.parts.FXView
 
init() - Method in interface org.eclipse.gef4.mvc.operations.ITransactional
 
init(IPolicy<VR>) - Method in class org.eclipse.gef4.mvc.policies.AbstractPolicy
 
init() - Method in class org.eclipse.gef4.mvc.policies.ContentPolicy
 
init() - Method in class org.eclipse.gef4.mvc.policies.CreationPolicy
 
init() - Method in class org.eclipse.gef4.mvc.policies.DeletionPolicy
 
IPolicy<VR> - Interface in org.eclipse.gef4.mvc.policies
 
IRootPart<VR,V extends VR> - Interface in org.eclipse.gef4.mvc.parts
A IRootPart is the root controller of an IViewer.
isActive() - Method in class org.eclipse.gef4.mvc.behaviors.AbstractBehavior
 
isActive() - Method in class org.eclipse.gef4.mvc.domain.AbstractDomain
 
isActive() - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
 
isActive() - Method in class org.eclipse.gef4.mvc.tools.AbstractTool
 
isActive() - Method in class org.eclipse.gef4.mvc.viewer.AbstractViewer
 
isAdvancedGradient(Paint) - Static method in class org.eclipse.gef4.mvc.fx.ui.properties.FXAdvancedGradientPicker
 
ISceneContainer - Interface in org.eclipse.gef4.mvc.fx.viewer
 
isContained(List<? extends IVisualPart<Node, ? extends Node>>, IVisualPart<Node, ? extends Node>) - Static method in class org.eclipse.gef4.mvc.fx.behaviors.FXHoverBehavior
Searches for the specified part in the given list of root parts.
isDelete(KeyEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXDeleteSelectedOnTypePolicy
 
isEmpty() - Method in class org.eclipse.gef4.mvc.operations.AbstractCompositeOperation
 
isExecutionTransactionOpen() - Method in class org.eclipse.gef4.mvc.domain.AbstractDomain
 
isExecutionTransactionOpen(ITool<VR>) - Method in class org.eclipse.gef4.mvc.domain.AbstractDomain
 
isExecutionTransactionOpen(ITool<VR>) - Method in interface org.eclipse.gef4.mvc.domain.IDomain
Returns true if the given ITool is taking part in the currently open execution transaction.
isHostOrHoverHandlePart(IVisualPart<Node, ? extends Node>) - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXHoverBehavior
Returns true if the given IVisualPart is either the host or a handle part controlled by this behavior ( AbstractBehavior.getHandleParts()).
isInCreationDelay() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXHoverBehavior
Returns true when the creation delay is currently running.
isInRemovalDelay() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXHoverBehavior
Returns true when the removal delay is currently running.
isOverlain(int, int, Point) - Method in class org.eclipse.gef4.mvc.fx.policies.FXBendPolicy
 
isRefreshVisual() - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
 
isRefreshVisual() - Method in interface org.eclipse.gef4.mvc.parts.IVisualPart
 
isSelected(IContentPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.models.SelectionModel
Returns true if the given IContentPart is part of the current selection.
isShowGrid() - Method in class org.eclipse.gef4.mvc.models.GridModel
 
isSimpleGradient(Paint) - Static method in class org.eclipse.gef4.mvc.fx.ui.properties.FXSimpleGradientPicker
 
isSnapToGrid() - Method in class org.eclipse.gef4.mvc.models.GridModel
 
isSuitable(ScrollEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXPanOnScrollPolicy
 
isSwapDirection(ScrollEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXPanOnScrollPolicy
 
isViewerFocused() - Method in class org.eclipse.gef4.mvc.models.FocusModel
Returns true if the viewer where this model is registered currently has keyboard focus.
isZoom(ScrollEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXZoomOnScrollPolicy
 
isZoomGrid() - Method in class org.eclipse.gef4.mvc.models.GridModel
 
ITool<VR> - Interface in org.eclipse.gef4.mvc.tools
An ITool handles a certain aspect of user interaction.
ITransactional - Interface in org.eclipse.gef4.mvc.operations
 
IViewer<VR> - Interface in org.eclipse.gef4.mvc.viewer
 
IVisualPart<VR,V extends VR> - Interface in org.eclipse.gef4.mvc.parts
An IVisualPart plays the controller role in the model-view-controller architecture.
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.