| net.refractions.udig.project.internal.impl.EditManagerImpl
EditManagerImpl | public class EditManagerImpl extends EObjectImpl implements EditManager(Code) | | The default implementation of the EditManager interface.
author: Jesse since: 1.0.0 |
Method Summary | |
public void | addFeature(Feature feature, Layer layer) | public void | addListener(IEditManagerListener listener) | public Layer | basicGetSelectedLayer() | public void | commitTransaction() | public boolean | containsListener(IEditManagerListener listener) | 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) | void | fireEvent(EditManagerEvent event) | public Feature | getEditFeature() | public ILayer | getEditLayer() | public Layer | getEditLayerInternal() | public IMap | getMap() | public Map | getMapInternal() | public Layer | getSelectedLayer() | public Transaction | getTransaction() | public Class | getTransactionType() | public boolean | isEditLayerLocked() | public boolean | isEditing() | public void | refreshEditFeature() | public void | removeListener(IEditManagerListener listener) | public void | rollbackTransaction() | public void | setEditFeature(Feature feature, Layer layer) | public void | setEditLayerLocked(boolean newEditLayerLocked) | public void | setMapInternal(Map newMapInternal) | public void | setSelectedLayer(Layer selectedLayer) | public void | setSelectedLayerGen(Layer newSelectedLayer) | public void | startTransaction() | public String | toString() |
eventCreator | Adapter eventCreator(Code) | | |
EditManagerImpl | protected EditManagerImpl()(Code) | |
|
basicGetSelectedLayer | public Layer basicGetSelectedLayer()(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) | |
|
getEditFeature | public Feature getEditFeature()(Code) | |
|
getEditLayerInternal | public Layer getEditLayerInternal()(Code) | |
|
getMapInternal | public Map getMapInternal()(Code) | |
|
getSelectedLayer | public Layer getSelectedLayer()(Code) | | Returns the currently selected Layer
the currently selected Layer |
getTransactionType | public Class getTransactionType()(Code) | |
|
isEditLayerLocked | public boolean isEditLayerLocked()(Code) | | Returns the editLayerLocked. |
isEditing | public boolean isEditing()(Code) | | |
setEditFeature | public void setEditFeature(Feature feature, Layer layer)(Code) | |
|
setEditLayerLocked | public void setEditLayerLocked(boolean newEditLayerLocked)(Code) | |
|
setMapInternal | public void setMapInternal(Map newMapInternal)(Code) | |
|
setSelectedLayer | public void setSelectedLayer(Layer selectedLayer)(Code) | | Sets the currently selected Layer
|
setSelectedLayerGen | public void setSelectedLayerGen(Layer newSelectedLayer)(Code) | | |
startTransaction | public void startTransaction()(Code) | |
|
|
|