public interface TreeMasterDetailCache
Modifier and Type | Method and Description |
---|---|
void |
cache(ECPSWTView ecpView)
Caches the provided
ECPSWTView to allow it to be reused later. |
ECPSWTView |
getCachedView(org.eclipse.emf.ecore.EObject selection)
Returns the previously cached view for the provided selection.
|
boolean |
isChached(org.eclipse.emf.ecore.EObject selection)
Checks whether there is already a cached view available.
|
boolean isChached(org.eclipse.emf.ecore.EObject selection)
selection
- The new selection of the treeECPSWTView getCachedView(org.eclipse.emf.ecore.EObject selection)
selection
- The new selection of the treevoid cache(ECPSWTView ecpView)
ECPSWTView
to allow it to be reused later.ecpView
- The ECPSWTView
to cache.Copyright © 2016. All rights reserved.