Field and Description |
---|
org.eclipse.gef4.mvc.fx.viewer.FXViewer.infiniteCanvas
This field will be made private. Use
FXViewer.getCanvas()
instead. |
Method and Description |
---|
org.eclipse.gef4.mvc.domain.IDomain.execute(ITransactionalOperation)
Use #execute(ITransactionalOperation, IProgressMonitor)
instead. This method will be removed in GEF 5.0.0.
|
org.eclipse.gef4.mvc.domain.AbstractDomain.execute(ITransactionalOperation)
Use
AbstractDomain.execute(ITransactionalOperation, IProgressMonitor)
instead. This method will be removed in GEF 5.0.0. |
org.eclipse.gef4.mvc.behaviors.AbstractBehavior.switchAdaptableScopes()
The adaptable scopes are switched when the adapters are
injected, therefore, the scopes do not need to be switched
manually.
|
Copyright (c) 2014 itemis AG and others. All rights reserved.