| net.refractions.udig.project.internal.impl.ContextModelImpl
ContextModelImpl | public class ContextModelImpl extends EObjectImpl implements ContextModel(Code) | | TODO Purpose of net.refractions.udig.project.internal.impl
author: Jesse since: 1.0.0 |
Method Summary | |
public void | addDeepAdapter(Adapter adapter) | public EList | eAdapters() | public NotificationChain | eBasicRemoveFromContainer(NotificationChain msgs) | public Object | eGet(EStructuralFeature eFeature, boolean resolve) | public NotificationChain | eInverseAdd(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs) | public NotificationChain | eInverseRemove(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs) | public boolean | eIsSet(EStructuralFeature eFeature) | public void | eSet(EStructuralFeature eFeature, Object newValue) | protected EClass | eStaticClass() | public void | eUnset(EStructuralFeature eFeature) | public List<Layer> | getLayers() | public Map | getMap() | public List<Layer> | layers() Typesafe Layer access as a workaround for EMF generation bug. | public void | lowerLayer(Layer layer) | public void | raiseLayer(Layer layer) | public void | removeDeepAdapter(Adapter adapter) | public void | select(Envelope boundingBox) | public void | select(Envelope boundingBox, boolean and) | public void | select(Filter filter) | public void | select(Filter filter, boolean and) | public void | setMap(Map newMap) | public void | setNotification(boolean notify) | public String | toString() |
ContextModelImpl | protected ContextModelImpl()(Code) | | |
addDeepAdapter | public void addDeepAdapter(Adapter adapter)(Code) | | |
eAdapters | public EList eAdapters()(Code) | | |
eBasicRemoveFromContainer | public NotificationChain eBasicRemoveFromContainer(NotificationChain msgs)(Code) | |
|
eGet | public Object eGet(EStructuralFeature eFeature, boolean resolve)(Code) | |
|
eInverseAdd | public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)(Code) | |
|
eInverseRemove | public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)(Code) | |
|
eIsSet | public boolean eIsSet(EStructuralFeature eFeature)(Code) | |
|
eSet | public void eSet(EStructuralFeature eFeature, Object newValue)(Code) | |
|
eStaticClass | protected EClass eStaticClass()(Code) | |
|
eUnset | public void eUnset(EStructuralFeature eFeature)(Code) | |
|
layers | public List<Layer> layers()(Code) | | Typesafe Layer access as a workaround for EMF generation bug.
|
removeDeepAdapter | public void removeDeepAdapter(Adapter adapter)(Code) | | |
select | public void select(Envelope boundingBox)(Code) | | |
select | public void select(Envelope boundingBox, boolean and)(Code) | | |
select | public void select(Filter filter)(Code) | | |
select | public void select(Filter filter, boolean and)(Code) | | |
setNotification | public void setNotification(boolean notify)(Code) | | Turns off emf notification
Parameters: notify - true if notifications should be used. |
|
|