Package | Description |
---|---|
org.eclipse.gef.mvc.fx.domain |
This package contains a JavaFX-specific
IDomain implementation:
HistoricizingDomain . |
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.ui.parts |
This package contains specific Eclipse
ViewPart
and EditorPart implementations which wrap an
FXCanvas . |
org.eclipse.gef.mvc.fx.viewer |
This package contains a JavaFX-specific
IViewer implementation:
InfiniteCanvasViewer . |
Modifier and Type | Class and Description |
---|---|
class |
HistoricizingDomain
The
HistoricizingDomain is an IDomain that uses an
IOperationHistory for executing ITransactionalOperations . |
Modifier and Type | Method and Description |
---|---|
static IViewer |
PartUtils.retrieveViewer(IDomain domain,
javafx.scene.Node target)
|
Modifier and Type | Method and Description |
---|---|
IDomain |
AbstractFXView.getDomain()
Returns the
IDomain that was previously injected. |
IDomain |
AbstractFXEditor.getDomain()
Returns the
IDomain that was previously injected into this
editor. |
Modifier and Type | Method and Description |
---|---|
IDomain |
InfiniteCanvasViewer.getAdaptable()
Gets the value of the property adaptable.
|
IDomain |
InfiniteCanvasViewer.getDomain() |
IDomain |
IViewer.getDomain()
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ReadOnlyObjectProperty<IDomain> |
InfiniteCanvasViewer.adaptableProperty() |
Modifier and Type | Method and Description |
---|---|
void |
InfiniteCanvasViewer.setAdaptable(IDomain domain)
Sets the value of the property adaptable.
|
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.