Uses of Interface
org.eclipse.gef.mvc.fx.domain.IDomain
Packages that use IDomain
Package
Description
This package contains a JavaFX-specific
IDomain
implementation:
HistoricizingDomain
.This package contains all JavaFX-specific
IContentPart
,
IVisualPart
,
IFeedbackPart
, and
IHandlePart
implementations and related
classes.This package contains specific Eclipse
ViewPart
and EditorPart
implementations which wrap an
FXCanvas
.This package contains a JavaFX-specific
IViewer
implementation:
InfiniteCanvasViewer
.-
Uses of IDomain in org.eclipse.gef.mvc.fx.domain
Classes in org.eclipse.gef.mvc.fx.domain that implement IDomainModifier and TypeClassDescriptionclass
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 -
Uses of IDomain in org.eclipse.gef.mvc.fx.ui.parts
Methods in org.eclipse.gef.mvc.fx.ui.parts that return IDomain -
Uses of IDomain in org.eclipse.gef.mvc.fx.viewer
Methods in org.eclipse.gef.mvc.fx.viewer that return IDomainModifier and TypeMethodDescriptionInfiniteCanvasViewer.getAdaptable()
Gets the value of the property adaptable.InfiniteCanvasViewer.getDomain()
IViewer.getDomain()
Methods in org.eclipse.gef.mvc.fx.viewer that return types with arguments of type IDomainMethods in org.eclipse.gef.mvc.fx.viewer with parameters of type IDomainModifier and TypeMethodDescriptionvoid
InfiniteCanvasViewer.setAdaptable
(IDomain domain) Sets the value of the property adaptable.