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-specific
IBehavior implementations. |
org.eclipse.gef.mvc.fx.domain |
This package contains a JavaFX-specific
IDomain implementation:
HistoricizingDomain . |
org.eclipse.gef.mvc.fx.models | |
org.eclipse.gef.mvc.fx.operations |
This package contains all
IUndoableOperation
implementations contributed by MVC.FX. |
org.eclipse.gef.mvc.fx.parts |
This package contains all JavaFX-specific
IContentPart ,
IVisualPart ,
IFeedbackPart , and
IHandlePart implementations and related
classes. |
org.eclipse.gef.mvc.fx.policies |
This package contains all
IPolicy
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 Eclipse
ViewPart
and EditorPart implementations which wrap an
FXCanvas . |
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-specific
IViewer implementation:
InfiniteCanvasViewer . |