Gets an instance of the ActionsBars from the current editor or null if there is no editor
open.
an instance of the ActionsBars from the current editor or null if there is no editoropen.
Returns a NavigationCommandFactory. Used to create commands that change the current view of
the map.
a NavigationCommandFactory See Also:NavigationCommandFactory
Gets an instance of the status bar from the current editor or null if there is no editor
open.
an instance of the status bar from the current editor or null if there is no editoropen.
Dispatches a command. If the command is a IDrawCommand the command will
be added to the ViewportPane and the ViewportPane will be refreshed.
Parameters: command - The command to execute. See Also:MapCommand
Run a code block in the UI thread. This method should always be used when modifying the ui.
Parameters: runnable - the code block to execute in the ui thread.