Uses of Interface
org.eclipse.gef.mvc.fx.domain.IDomain
-
Packages that use IDomain Package Description org.eclipse.gef.mvc.fx.domain This package contains a JavaFX-specificIDomain
implementation:HistoricizingDomain
.org.eclipse.gef.mvc.fx.parts This package contains all JavaFX-specificIContentPart
,IVisualPart
,IFeedbackPart
, andIHandlePart
implementations and related classes.org.eclipse.gef.mvc.fx.ui.parts This package contains specific EclipseViewPart
andEditorPart
implementations which wrap anFXCanvas
.org.eclipse.gef.mvc.fx.viewer This package contains a JavaFX-specificIViewer
implementation:InfiniteCanvasViewer
. -
-
Uses of IDomain in org.eclipse.gef.mvc.fx.domain
Classes in org.eclipse.gef.mvc.fx.domain that implement IDomain Modifier and Type Class Description class
HistoricizingDomain
TheHistoricizingDomain
is anIDomain
that uses anIOperationHistory
for executingITransactionalOperations
. -
Uses of IDomain in org.eclipse.gef.mvc.fx.parts
Methods in org.eclipse.gef.mvc.fx.parts with parameters of type IDomain Modifier and Type Method Description static IViewer
PartUtils. retrieveViewer(IDomain domain, javafx.scene.Node target)
-
Uses of IDomain in org.eclipse.gef.mvc.fx.ui.parts
Methods in org.eclipse.gef.mvc.fx.ui.parts that return IDomain Modifier and Type Method Description IDomain
AbstractFXEditor. getDomain()
Returns theIDomain
that was previously injected into this editor.IDomain
AbstractFXView. getDomain()
Returns theIDomain
that was previously injected. -
Uses of IDomain in org.eclipse.gef.mvc.fx.viewer
Methods in org.eclipse.gef.mvc.fx.viewer that return IDomain Modifier and Type Method Description IDomain
InfiniteCanvasViewer. getAdaptable()
IDomain
InfiniteCanvasViewer. getDomain()
IDomain
IViewer. getDomain()
Methods in org.eclipse.gef.mvc.fx.viewer that return types with arguments of type IDomain Modifier and Type Method Description javafx.beans.property.ReadOnlyObjectProperty<IDomain>
InfiniteCanvasViewer. adaptableProperty()
Methods in org.eclipse.gef.mvc.fx.viewer with parameters of type IDomain Modifier and Type Method Description void
InfiniteCanvasViewer. setAdaptable(IDomain domain)
-