Package | Description |
---|---|
org.eclipse.gef4.mvc.domain |
This package contains the
IDomain
abstraction and its related
AbstractDomain realization. |
org.eclipse.gef4.mvc.fx.domain | |
org.eclipse.gef4.mvc.fx.parts |
This package contains all JavaFX-specific
IContentPart ,
IVisualPart ,
IFeedbackPart , and
IHandlePart implementations and related
classes. |
org.eclipse.gef4.mvc.tools |
This package contains the
ITool
abstraction and its related AbstractTool
realization. |
org.eclipse.gef4.mvc.viewer |
This package contains the
IViewer
abstraction and the related
AbstractViewer realization. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDomain<VR>
The
AbstractDomain can be used as a base class for IDomain
implementations. |
Modifier and Type | Class and Description |
---|---|
class |
FXDomain
|
Modifier and Type | Method and Description |
---|---|
static IViewer<javafx.scene.Node> |
FXPartUtils.retrieveViewer(IDomain<javafx.scene.Node> domain,
javafx.scene.Node target)
|
Modifier and Type | Method and Description |
---|---|
IDomain<VR> |
AbstractTool.getAdaptable()
Gets the value of the property adaptable.
|
IDomain<VR> |
ITool.getDomain()
|
IDomain<VR> |
AbstractTool.getDomain() |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ReadOnlyObjectProperty<IDomain<VR>> |
AbstractTool.adaptableProperty() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTool.setAdaptable(IDomain<VR> adaptable)
Sets the value of the property adaptable.
|
Modifier and Type | Method and Description |
---|---|
IDomain<VR> |
AbstractViewer.getAdaptable()
Gets the value of the property adaptable.
|
IDomain<VR> |
IViewer.getDomain()
|
IDomain<VR> |
AbstractViewer.getDomain() |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ReadOnlyObjectProperty<IDomain<VR>> |
AbstractViewer.adaptableProperty() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractViewer.setAdaptable(IDomain<VR> domain)
Sets the value of the property adaptable.
|
Copyright (c) 2014 itemis AG and others. All rights reserved.