| 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.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> |
| Modifier and Type | Class and Description |
|---|---|
class |
FXDomain |
| Modifier and Type | Method and Description |
|---|---|
IDomain<VR> |
AbstractTool.getAdaptable() |
IDomain<VR> |
ITool.getDomain()
|
IDomain<VR> |
AbstractTool.getDomain() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTool.setAdaptable(IDomain<VR> adaptable) |
| Modifier and Type | Method and Description |
|---|---|
IDomain<VR> |
AbstractViewer.getAdaptable() |
IDomain<VR> |
IViewer.getDomain()
|
IDomain<VR> |
AbstractViewer.getDomain() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractViewer.setAdaptable(IDomain<VR> domain) |
Copyright (c) 2014 itemis AG and others. All rights reserved.