| java.lang.Object net.refractions.udig.tools.edit.EditBlackboardUtil
EditBlackboardUtil | public class EditBlackboardUtil (Code) | | To delete soon EditManager will have an editblackboard.
author: jones since: 1.1.0 |
Inner Class :static class ViewportModelListener extends AdapterImpl | |
EDIT_BLACKBOARD_KEY | final public static String EDIT_BLACKBOARD_KEY(Code) | | |
clearEditBlackboardCommandListener | static ICommandListener clearEditBlackboardCommandListener(Code) | | Listener for "net.refractions.udig.tool.edit.clearAction" command.
|
clearEditBlackboardHandler | static IHandler clearEditBlackboardHandler(Code) | | Command handler for the command "net.refractions.udig.tool.edit.clearAction"
to clear EditBlackboard.
|
dialog | static volatile Dialog dialog(Code) | | |
disableClearBlackboardCommand | static synchronized void disableClearBlackboardCommand()(Code) | | Removes a command handler for the "ESC" button.
Called from EditToolHandler.disableListeners() .
|
enableClearBlackboardCommand | static synchronized void enableClearBlackboardCommand(IToolContext context)(Code) | | Sets the command handler for the "ESC" button. The handler clears current edit blackboard.
Called from EditToolHandler.enableListeners() .
Parameters: context - |
findEditLayer | public static ILayer findEditLayer(IToolContext context)(Code) | | Returns the selectedLayer or if it is not editable or not visible then the edit layer will be
|
openDataChangedDialog | public static void openDataChangedDialog(ILayer layer, Envelope dirtyArea)(Code) | | |
resetBlackboards | public static void resetBlackboards(IMap map)(Code) | | clears edit blackboard for all layers in a given map... Critical to prevent memory leaks
|
updateFeatures | public static void updateFeatures(ILayer layer, IProgressMonitor monitor, Envelope dirtyArea)(Code) | | Updates the features in the "dirty Area" so that the
EditGeom s reflect the actual state of the stored features.
Any changes to the
EditGeom will be lost.
Parameters: layer - that needs to be updated. Parameters: monitor - progress monitor Parameters: dirtyArea - area that needs to be updated. |
|
|