All Packages
-
Package Summary Package Description org.eclipse.gef.mvc.fx This package provides the bundle activator (MvcFxBundle
) as well as a Guice Module (MvcFxModule
) with default bindings for MVC.FX .org.eclipse.gef.mvc.fx.behaviors This package contains JavaFX/MVC.FX-specificIBehavior
implementations.org.eclipse.gef.mvc.fx.domain This package contains a JavaFX-specificIDomain
implementation:HistoricizingDomain
.org.eclipse.gef.mvc.fx.models org.eclipse.gef.mvc.fx.operations This package contains allIUndoableOperation
implementations contributed by MVC.FX.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.org.eclipse.gef.mvc.fx.providers org.eclipse.gef.mvc.fx.ui This package provides the bundle activator (MvcFxUiBundle
) as well as a Guice Module (MvcFxUiModule
) with default bindings for MVC.FX.UI.org.eclipse.gef.mvc.fx.ui.parts This package contains specific EclipseViewPart
andEditorPart
implementations which wrap anFXCanvas
.org.eclipse.gef.mvc.fx.ui.properties This package contains helper classes for the integration and manipulation of properties within the Eclipse "Properties View".org.eclipse.gef.mvc.fx.viewer This package contains a JavaFX-specificIViewer
implementation:InfiniteCanvasViewer
.