A B C D E F G H I K L M N O P R S T U V W X Y Z

A

AbstractActionTool - Class in net.refractions.udig.project.ui.tool
Abstract class for action tools.
AbstractActionTool() - Constructor for class net.refractions.udig.project.ui.tool.AbstractActionTool
 
AbstractContextMenuTool - Class in net.refractions.udig.project.ui.tool
Deprecated. just for backwards compatibility. use SimpleTool
AbstractContextMenuTool() - Constructor for class net.refractions.udig.project.ui.tool.AbstractContextMenuTool
Deprecated.  
AbstractDrawCommand - Class in net.refractions.udig.project.ui.commands
Abstract super class of commands that simply draw on the acetate layer.
AbstractDrawCommand() - Constructor for class net.refractions.udig.project.ui.commands.AbstractDrawCommand
 
AbstractMapEditorSelectionProvider - Class in net.refractions.udig.project.ui.tool.selection.provider
Implements the basic functionality of a MapEditorSelectionProvider.
AbstractMapEditorSelectionProvider() - Constructor for class net.refractions.udig.project.ui.tool.selection.provider.AbstractMapEditorSelectionProvider
 
AbstractModalTool - Class in net.refractions.udig.project.ui.tool
An abstract super class that modal tools can extend.
AbstractModalTool() - Constructor for class net.refractions.udig.project.ui.tool.AbstractModalTool
By default SimpleTool will simply respond to MOUSE.
AbstractModalTool(int) - Constructor for class net.refractions.udig.project.ui.tool.AbstractModalTool
Creates an new instance of AbstractModalTool
AbstractTool - Class in net.refractions.udig.project.ui.tool
The Abstract base class for items.
AbstractTool(int) - Constructor for class net.refractions.udig.project.ui.tool.AbstractTool
Assigns renderManager to field and registers as a listener with source.
AbstractToolCommandHandler - Class in net.refractions.udig.project.ui.tool
A convenience class.
AbstractToolCommandHandler() - Constructor for class net.refractions.udig.project.ui.tool.AbstractToolCommandHandler
 
ACTION_TOOLBAR_ID - Static variable in interface net.refractions.udig.project.ui.tool.ToolConstants
The ID of the action tools toolbar contribution item.
ActionTool - Interface in net.refractions.udig.project.ui.tool
A tool that performs an action when the tool button is pressed.
AdapterFactoryLabelProviderDecorator - Class in net.refractions.udig.project.ui
Connects Layers with the usual workbench decorators.
AdapterFactoryLabelProviderDecorator(AdapterFactory, StructuredViewer) - Constructor for class net.refractions.udig.project.ui.AdapterFactoryLabelProviderDecorator
 
addDrawCommand(IDrawCommand) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
Adds a Draw command to the list of draw commands.
addLayersToActiveMap(List<IGeoResource>) - Static method in class net.refractions.udig.project.ui.PlatformGIS
Deprecated. - use to ApplicationGIS#addLayersToMap(IMap, List, int, Project))
addLayersToMap(IMap, List<IGeoResource>, int) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Make layers from the resourceList and adds the layers to the map.
addLayersToMap(IProject, List<IGeoResource>) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Make layers from the resourceList, creates a new map, adds layers to map and adds map to the project.
addLayersToMap(IMap, List<IGeoResource>, int, Project) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Deprecated.  
addLayersToMap(IMap, List<IGeoResource>, int, IProject, boolean) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Make layers from the resourceList and adds the layers to the map.
addListener(IOpFilterListener) - Method in class net.refractions.udig.project.ui.properties.OpenMap
 
addListener(ToolLifecycleListener) - Method in class net.refractions.udig.project.ui.tool.AbstractActionTool
 
addListener(ToolLifecycleListener) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
(non-Javadoc)
addListener(ToolLifecycleListener) - Method in interface net.refractions.udig.project.ui.tool.Tool
Adds listener of tool's lifecycle.
addMouseListener(MapMouseListener) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
See Component.addMouseListener(java.awt.event.MouseListener)
addMouseMotionListener(MapMouseMotionListener) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
See Component.addMouseMotionListener(java.awt.event.MouseMotionListener)
addMouseWheelListener(MapMouseWheelListener) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
See Component.addMouseWheelListener(java.awt.event.MouseWheelListener)
addPages() - Method in class net.refractions.udig.project.ui.wizard.export.project.ExportProjectWizard
 
addPaneListener(IMapDisplayListener) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
Adds a listener interested in size changes to the pane
addSelectionChangedListener(ISelectionChangedListener) - Method in class net.refractions.udig.project.ui.tool.selection.provider.AbstractMapEditorSelectionProvider
 
addToolAction(IAction) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Adds an Action that executes a tool to the toolbar.
addToSelection(IStructuredSelection) - Method in class net.refractions.udig.project.ui.wizard.export.MapSelectorPage
Adds the selection to the set of selected maps
adjustForNumColumns(int) - Method in class net.refractions.udig.project.ui.FeatureEditorFieldEditor
 
adjustForNumColumns(int) - Method in class net.refractions.udig.project.ui.preferences.PaletteSelectionFieldEditor
 
ALT_DOWN_MASK - Static variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
Indicates that the alt key is down
AnimationUpdater - Class in net.refractions.udig.project.ui
Responsible for updating the viewport when animations need their next animation frame to be displayed.
AnimationUpdater(ViewportPane, short) - Constructor for class net.refractions.udig.project.ui.AnimationUpdater
 
ApplicationGIS - Class in net.refractions.udig.project.ui
A facade into udig to simplify operations such as getting the active map and openning a map editor.
ApplicationGIS() - Constructor for class net.refractions.udig.project.ui.ApplicationGIS
 
ApplicationGIS.DrawMapParameter - Class in net.refractions.udig.project.ui
Parameter class for ApplicationGIS.drawMap(net.refractions.udig.project.ui.ApplicationGIS.DrawMapParameter)
ApplicationGIS.DrawMapParameter(Graphics2D, Dimension, IMap, BoundsStrategy, int, SelectionStyle, IProgressMonitor, boolean, boolean) - Constructor for class net.refractions.udig.project.ui.ApplicationGIS.DrawMapParameter
New instance
ApplicationGIS.DrawMapParameter(Graphics2D, Dimension, IMap, BoundsStrategy, int, SelectionStyle, IProgressMonitor) - Constructor for class net.refractions.udig.project.ui.ApplicationGIS.DrawMapParameter
New instance
ApplicationGIS.DrawMapParameter(Graphics2D, Dimension, IMap, IProgressMonitor) - Constructor for class net.refractions.udig.project.ui.ApplicationGIS.DrawMapParameter
Create a new instance with a DPI of 90 (OGC default).
ApplicationGIS.DrawMapParameter(Graphics2D, Dimension, IMap, int, IProgressMonitor) - Constructor for class net.refractions.udig.project.ui.ApplicationGIS.DrawMapParameter
Create a new instance with the given DPI
ApplicationGIS.DrawMapParameter(ApplicationGIS.DrawMapParameter) - Constructor for class net.refractions.udig.project.ui.ApplicationGIS.DrawMapParameter
Copies the parameters as well as the graphics and destinationSize objects.
applyEdit() - Method in class net.refractions.udig.project.ui.summary.SummaryControl
Applies edits if an editor is active
ATTR_CLASS - Static variable in interface net.refractions.udig.project.ui.tool.IToolManager
Points to class field of extension point attribute
ATTR_ID - Static variable in interface net.refractions.udig.project.ui.tool.IToolManager
Points to id field of extension point attribute

B

BoundsStrategy - Class in net.refractions.udig.project.ui
A strategy for determining the bounds of the map to display...
BoundsStrategy() - Constructor for class net.refractions.udig.project.ui.BoundsStrategy
For extenders
BoundsStrategy(double) - Constructor for class net.refractions.udig.project.ui.BoundsStrategy
Create a new instance that zooms to the given scale denominator with the center of the map staying unchanged.
boundsToDisplay - Variable in class net.refractions.udig.project.ui.BoundsStrategy
 
BusyIndicator - Class in net.refractions.udig.project.ui
 
BusyIndicator() - Constructor for class net.refractions.udig.project.ui.BusyIndicator
 
button - Variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
indicates the button that last changed
BUTTON1 - Static variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
Indicates that the 1st mouse button, the left button on right handed mouses
BUTTON2 - Static variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
Indicates that the 2nd mouse button.
BUTTON3 - Static variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
Indicates that the 3rd mouse button.
buttons - Variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
All the buttons that are currently down ORed together
buttonsDown() - Method in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
 

C

canCacheResult() - Method in class net.refractions.udig.project.ui.operations.LayerSelectionProperty
 
canCacheResult() - Method in class net.refractions.udig.project.ui.properties.OpenMap
 
cancelEdit() - Method in class net.refractions.udig.project.ui.summary.SummaryControl
Cancel edits if an editor is active
canFinish() - Method in class net.refractions.udig.project.ui.wizard.export.project.ExportProjectWizard
 
canModify(Object, String) - Method in class net.refractions.udig.project.ui.summary.SummaryCellModifier
 
changed(ToolLifecycleEvent) - Method in interface net.refractions.udig.project.ui.tool.ToolLifecycleListener
 
check() - Method in class net.refractions.udig.project.ui.wizard.export.project.ExportSelectionPage
 
checkPermission() - Method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Check if the caller is allowed to change this XAffineTransform state.
cleanDuplicateGeoResources(Collection<IGeoResource>, IMap) - Static method in class net.refractions.udig.project.ui.ProjectUtil
Checks the list of IGeoResources from the resources list whether there are already layers in map from these georesources.
clear() - Method in class net.refractions.udig.project.ui.controls.FeatureTableControl
Don't display nothing :-)
clickCount - Variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseWheelEvent
The number of wheel clicks.
concatenate(AffineTransform) - Method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Check for permission before concatenating this transform.
configureEditors(TableViewer) - Method in class net.refractions.udig.project.ui.wizard.export.image.MapSelectorPageWithScaleColumn
 
configureEditors(TableViewer) - Method in class net.refractions.udig.project.ui.wizard.export.MapSelectorPage
Implementation does nothing
configureMapForRendering(Map, Dimension, int, BoundsStrategy, ReferencedEnvelope) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Creates a ViewportModel and RenderManager; configures them correctly and sets them on the RenderContext.
configureShell(Shell) - Method in class net.refractions.udig.project.ui.summary.SummaryDialog
 
ContentProvider - Class in net.refractions.udig.project.ui.wizard.export
 
ContentProvider() - Constructor for class net.refractions.udig.project.ui.wizard.export.ContentProvider
 
context - Variable in class net.refractions.udig.project.ui.tool.AbstractActionTool
Tool context.
context - Variable in class net.refractions.udig.project.ui.tool.AbstractTool
The items to use for tool actions
contributeActionTools(IToolBarManager, IActionBars) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Adds action tools contribution items to the toolbar.
contributeActiveModalTool(IMenuManager) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Contributes items from current active modal tool to the context menu if the modal tool implements IContextMenuContributionTool interface.
contributeContextMenu(List<IContributionItem>) - Method in interface net.refractions.udig.project.ui.tool.IContextMenuContributionTool
The ModalTool may implement this method to contribute programmatially to the context menu on the MapEditor.
contributeGlobalActions(IWorkbenchPart, IActionBars) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Contributes the common global actions.
contributeModalTools(IToolBarManager, IActionBars) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Adds modal tools contribution items to the toolbar.
contributeToCoolBar(SubCoolBarManager, IActionBars) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Deprecated.  
contributeToMenu(IMenuManager) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
 
copy() - Method in class net.refractions.udig.project.ui.commands.OpenProjectElementCommand
 
copy() - Method in class net.refractions.udig.project.ui.render.glass.GlassPaneSite
Creates a copy of the current context using the map and render manager of the current context.
copy() - Method in interface net.refractions.udig.project.ui.tool.IToolContext
 
copyMap(IMap) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Performs a deep copy of a map.
createAndOpenMap(List<IGeoResource>) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
creates a map and opens an editor for the map.
createAndOpenMap(List<IGeoResource>, IProject) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
creates a map and opens an editor for the map.
createAndOpenMap(List<IGeoResource>, IProject, boolean) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
creates a map and opens an editor for the map.
createAndOpenMap(List<IGeoResource>) - Static method in class net.refractions.udig.project.ui.PlatformGIS
Deprecated. - use to ApplicationGIS#createAndOpenMap(List))
createAndOpenMap(List<IGeoResource>, IProject) - Static method in class net.refractions.udig.project.ui.PlatformGIS
Deprecated. - use to ApplicationGIS#createAndOpenMap(List, IProject))
createButtonsForButtonBar(Composite) - Method in class net.refractions.udig.project.ui.summary.SummaryDialog
 
createColumns(Table, TableLayout) - Method in class net.refractions.udig.project.ui.wizard.export.image.MapSelectorPageWithScaleColumn
 
createColumns(Table, TableLayout) - Method in class net.refractions.udig.project.ui.wizard.export.MapSelectorPage
Creates the columns that are shown in the viewer.
createCompositeDrawCommand(IDrawCommand[]) - Method in class net.refractions.udig.project.ui.commands.DrawCommandFactory
Creates a new CompositeDrawCommand
createCompositeDrawCommand(List<? extends IDrawCommand>) - Method in class net.refractions.udig.project.ui.commands.DrawCommandFactory
Creates a new CompositeDrawCommand
createContext(IMap) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Creates a Tools Context out of Map.
createControl(Composite) - Method in interface net.refractions.udig.project.ui.IUDIGDialogPage
The method must create a control.
createControl(Composite) - Method in class net.refractions.udig.project.ui.summary.SummaryControl
 
createControl(Composite) - Method in class net.refractions.udig.project.ui.wizard.export.image.GeotiffImageExportFormat
 
createControl(Composite) - Method in class net.refractions.udig.project.ui.wizard.export.image.ImageExportFormat
Method adds creates a control for custom configuration.
createControl(Composite) - Method in class net.refractions.udig.project.ui.wizard.export.image.ImageExportPage
 
createControl(Composite) - Method in class net.refractions.udig.project.ui.wizard.export.image.MapSelectorPageWithScaleColumn
 
createControl(Composite) - Method in class net.refractions.udig.project.ui.wizard.export.image.PDFImageExportFormat
 
createControl(Composite) - Method in class net.refractions.udig.project.ui.wizard.export.image.WorldImageExportFormat
 
createControl(Composite) - Method in class net.refractions.udig.project.ui.wizard.export.MapSelectorPage
 
createControl(Composite) - Method in class net.refractions.udig.project.ui.wizard.export.project.ExportSelectionPage
 
createDialogArea(Composite) - Method in class net.refractions.udig.project.ui.summary.SummaryDialog
 
createDrawFeatureCommand(SimpleFeature, ILayer) - Method in class net.refractions.udig.project.ui.commands.DrawCommandFactory
Creates a new DrawFeatureCommand
createDrawFeatureCommand(SimpleFeature) - Method in class net.refractions.udig.project.ui.commands.DrawCommandFactory
Creates a new DrawFeatureCommand
createDrawShapeCommand(Shape, Color, int, int) - Method in class net.refractions.udig.project.ui.commands.DrawCommandFactory
Creates a new DrawShapeCommand
createDrawShapeCommand(Shape, Color) - Method in class net.refractions.udig.project.ui.commands.DrawCommandFactory
Creates a new DrawShapeCommand
createDrawShapeCommand(Shape) - Method in class net.refractions.udig.project.ui.commands.DrawCommandFactory
Creates a new DrawShapeCommand
createEditFeaturesCommand(IViewportModel) - Method in class net.refractions.udig.project.ui.commands.DrawCommandFactory
Creates a new DrawEditFeatureCommand
createFieldEditors() - Method in class net.refractions.udig.project.ui.preferences.LayerPreferencePage
 
createFieldEditors() - Method in class net.refractions.udig.project.ui.preferences.MapPreferencePage
 
createFieldEditors() - Method in class net.refractions.udig.project.ui.preferences.ProjectPreferencePage
 
createFieldEditors() - Method in class net.refractions.udig.project.ui.preferences.RenderPreferences
Creates the field editors.
createFieldEditors() - Method in class net.refractions.udig.project.ui.preferences.StylePreferencePage
 
createFieldEditors() - Method in class net.refractions.udig.project.ui.ToolPreferences
 
createGeneralProjectElement(IProject, Class<? extends IGenericProjectElement>, String) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Creates an instance of the typeToCreate and wraps it with the ProjectElementAdapter.
createGeneralProjectElement(IProject, String, Class<? extends IGenericProjectElement>, String) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Creates an instance of the typeToCreate and wraps it with the ProjectElementAdapter.
createLabelProvider(StructuredViewer) - Method in class net.refractions.udig.project.ui.wizard.export.image.MapSelectorPageWithScaleColumn
 
createLabelProvider(StructuredViewer) - Method in class net.refractions.udig.project.ui.wizard.export.MapSelectorPage
Creates the label provider to use in the table viewer.
CreateLayerView - Class in net.refractions.udig.project.ui.operations
Creates a layer that is a view based on the selection of the currently selected layer.
CreateLayerView() - Constructor for class net.refractions.udig.project.ui.operations.CreateLayerView
 
createOperationsContextMenu(ISelection) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
This allows for customized operation menus that are based on the currently selected tool.
createPageMapping() - Method in class net.refractions.udig.project.ui.wizard.export.ExportFeatureSelection
Since we have a subclass of ExportResourceSelectionState we need to map that state to the wizard page that is normally used for the ExportResourceSelectionState
createStartAnimationCommand(IMapDisplay, List<IAnimation>) - Method in class net.refractions.udig.project.ui.commands.DrawCommandFactory
Creates a new StartAnimationCommand
createStopAnimationCommand(IMapDisplay, List<IAnimation>) - Method in class net.refractions.udig.project.ui.commands.DrawCommandFactory
Creates a new StartAnimationCommand
createTableControl(Composite) - Method in class net.refractions.udig.project.ui.controls.FeatureTableControl
Creates the table control.
createTableViewer(Composite) - Method in class net.refractions.udig.project.ui.controls.FeatureTableControl
Creates the table control itself.
createToolAction(String, String) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Creates a action that acts as a proxy for the tool in the editor toolbar.
createTranslateCommand(Point) - Method in class net.refractions.udig.project.ui.commands.DrawCommandFactory
Creates a new TranslateCommand
createTranslateCommand(int, int) - Method in class net.refractions.udig.project.ui.commands.DrawCommandFactory
Creates a new TranslateCommand
createWorkflow() - Method in class net.refractions.udig.project.ui.wizard.export.ExportFeatureSelection
We want our subclass of ExportResourceSelectionState to be used instead
createZoomDrawCommand(int, int, double) - Method in class net.refractions.udig.project.ui.commands.DrawCommandFactory
Creates a new TranslateCommand
CROSSHAIR_CURSOR - Static variable in interface net.refractions.udig.project.ui.tool.ModalTool
The crosshair cursor type.
CTRL_DOWN_MASK - Static variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
Indicates that the ctrl key is down
currentMap - Variable in class net.refractions.udig.project.ui.PlatformGeoSelectionManager
Current active Map.

D

DEFAULT_CURSOR - Static variable in interface net.refractions.udig.project.ui.tool.ModalTool
The default cursor type (gets set if no cursor is defined).
DEFAULT_CURSOR_ID_KEY - Static variable in interface net.refractions.udig.project.ui.tool.ToolConstants
Key for default tool cursor ID.
deregisterMouseListeners() - Method in class net.refractions.udig.project.ui.tool.AbstractTool
Deregisters this object as a listener.
DIRECTORY_KEY - Static variable in class net.refractions.udig.project.ui.wizard.export.image.ExportMapToImageWizard
 
display - Variable in class net.refractions.udig.project.ui.commands.AbstractDrawCommand
 
dispose() - Method in class net.refractions.udig.project.ui.AdapterFactoryLabelProviderDecorator
 
dispose() - Method in class net.refractions.udig.project.ui.commands.AbstractDrawCommand
 
dispose() - Method in interface net.refractions.udig.project.ui.commands.IDrawCommand
Disposes of any resources that need to be disposed of.
dispose() - Method in class net.refractions.udig.project.ui.controls.ScaleRatioLabel
 
dispose() - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
disposes of any system resources
dispose() - Method in class net.refractions.udig.project.ui.tool.AbstractTool
 
dispose() - Method in interface net.refractions.udig.project.ui.tool.Tool
Releases resource, Cursor and image resources possibly.
dispose() - Method in class net.refractions.udig.project.ui.viewers.MapViewer
 
dispose() - Method in class net.refractions.udig.project.ui.wizard.export.ContentProvider
 
doFillIntoGrid(Composite, int) - Method in class net.refractions.udig.project.ui.FeatureEditorFieldEditor
 
doFillIntoGrid(Composite, int) - Method in class net.refractions.udig.project.ui.preferences.PaletteSelectionFieldEditor
 
doLoad() - Method in class net.refractions.udig.project.ui.FeatureEditorFieldEditor
 
doLoad() - Method in class net.refractions.udig.project.ui.preferences.PaletteSelectionFieldEditor
 
doLoadDefault() - Method in class net.refractions.udig.project.ui.FeatureEditorFieldEditor
 
doLoadDefault() - Method in class net.refractions.udig.project.ui.preferences.PaletteSelectionFieldEditor
 
doStore() - Method in class net.refractions.udig.project.ui.FeatureEditorFieldEditor
 
doStore() - Method in class net.refractions.udig.project.ui.preferences.PaletteSelectionFieldEditor
 
DRAG_DROP - Static variable in class net.refractions.udig.project.ui.tool.AbstractTool
Flag indicating that the tool can drag from the Map Editor.
draw(GC) - Method in class net.refractions.udig.project.ui.render.glass.GlassPane
This function does the drawing.
DrawCommandFactory - Class in net.refractions.udig.project.ui.commands
Creates draw commands.
drawMap(ApplicationGIS.DrawMapParameter) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Renders the provided map on to the provided graphics2D object.

E

E_RESIZE_CURSOR - Static variable in interface net.refractions.udig.project.ui.tool.ModalTool
The east-resize cursor type.
EDIT - Static variable in interface net.refractions.udig.project.ui.tool.Tool
Tool category for tools that modify.
EDIT_CA - Static variable in interface net.refractions.udig.project.ui.tool.ToolConstants
 
editFeatureChanged(SimpleFeature) - Method in interface net.refractions.udig.project.ui.IUDIGView
Called when the the current edit feature changes.
EditFeatureSelectionProvider - Class in net.refractions.udig.project.ui.tool.selection.provider
A selection provider that provides as the current selection the currently selected feature.
EditFeatureSelectionProvider() - Constructor for class net.refractions.udig.project.ui.tool.selection.provider.EditFeatureSelectionProvider
 
EDITING_CATEGORY - Static variable in interface net.refractions.udig.project.ui.tool.ToolsConstants
 
enabled - Variable in class net.refractions.udig.project.ui.tool.AbstractTool
Enablement of the tool.
enableDrawCommands(boolean) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
Switches ViewportPainter to run custom IDrawCommands during map repainting or disable them.
EPS - Static variable in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Deprecated. To be removed after we removed the deprecated XAffineTransform.round(AffineTransform) method (replaced by XAffineTransform.round(AffineTransform,double)).
equals(Object) - Method in class net.refractions.udig.project.ui.SelectionStyle
 
equals(Object) - Method in class net.refractions.udig.project.ui.UDIGEditorInput
 
EXCLUSIVE - Static variable in class net.refractions.udig.project.ui.SelectionStyle
Only draw the selection but as normal features
EXCLUSIVE_ALL - Static variable in class net.refractions.udig.project.ui.SelectionStyle
Draw the selection when there is a selection, draw the rest as normal
EXCLUSIVE_ALL_SELECTION - Static variable in class net.refractions.udig.project.ui.SelectionStyle
Draw the selection when there is a selection, draw the rest as normal
EXCLUSIVE_SELECTION - Static variable in class net.refractions.udig.project.ui.SelectionStyle
Only draw the selection but using the selection style
exists() - Method in class net.refractions.udig.project.ui.UDIGEditorInput
 
ExportFeatureSelection - Class in net.refractions.udig.project.ui.wizard.export
Class for exporting the selected features to a shapefile or all of them if there is not selection
ExportFeatureSelection() - Constructor for class net.refractions.udig.project.ui.wizard.export.ExportFeatureSelection
 
ExportFeatureSelection.FeatureSelectionExportWizard - Class in net.refractions.udig.project.ui.wizard.export
 
ExportFeatureSelection.FeatureSelectionExportWizard() - Constructor for class net.refractions.udig.project.ui.wizard.export.ExportFeatureSelection.FeatureSelectionExportWizard
 
ExportMapToImageWizard - Class in net.refractions.udig.project.ui.wizard.export.image
Wizard for exporting a collection of maps to a collection of images.
ExportMapToImageWizard() - Constructor for class net.refractions.udig.project.ui.wizard.export.image.ExportMapToImageWizard
 
ExportMapWizard - Class in net.refractions.udig.project.ui.wizard.export.map
Wizard for exporting a project, its maps and all associated data to a project.
ExportMapWizard() - Constructor for class net.refractions.udig.project.ui.wizard.export.map.ExportMapWizard
Create a new instance
ExportProjectWizard - Class in net.refractions.udig.project.ui.wizard.export.project
Wizard for exporting a project, its maps and all associated data to a project.
ExportProjectWizard() - Constructor for class net.refractions.udig.project.ui.wizard.export.project.ExportProjectWizard
 
ExportSelectionPage - Class in net.refractions.udig.project.ui.wizard.export.project
 
ExportSelectionPage(String, String, ImageDescriptor) - Constructor for class net.refractions.udig.project.ui.wizard.export.project.ExportSelectionPage
 
EXTENSION_ID - Static variable in interface net.refractions.udig.project.ui.tool.Tool
The extension point id for tools
EXTENSION_POINT_ID - Static variable in class net.refractions.udig.project.ui.GeoSelectionService
An ID of extension point to add static listeners declaratively.

F

FeatureEditorFieldEditor - Class in net.refractions.udig.project.ui
Editor for modifying the default SimpleFeature Editor
FeatureEditorFieldEditor(Composite) - Constructor for class net.refractions.udig.project.ui.FeatureEditorFieldEditor
 
FeaturesInView - Class in net.refractions.udig.project.ui.operations.example
Counts all the features that are within the current view.
FeaturesInView() - Constructor for class net.refractions.udig.project.ui.operations.example.FeaturesInView
 
FeatureTableControl - Class in net.refractions.udig.project.ui.controls
A TreeViewer control for viewing a table of SimpleFeature attributes.
FeatureTableControl() - Constructor for class net.refractions.udig.project.ui.controls.FeatureTableControl
Construct FeatureTableControl.
FeatureTableControl(DefaultFeatureCollection) - Constructor for class net.refractions.udig.project.ui.controls.FeatureTableControl
Construct FeatureTableControl.
FeatureTableControl(<any>, int) - Constructor for class net.refractions.udig.project.ui.controls.FeatureTableControl
Construct a FeatureTableControl.
fill(Composite) - Method in class net.refractions.udig.project.ui.controls.ScaleRatioLabel
 
FilterSelectionProvider - Class in net.refractions.udig.project.ui.tool.selection.provider
A selection provider that provides as the current selection the currently selected layer's selection filter.
FilterSelectionProvider() - Constructor for class net.refractions.udig.project.ui.tool.selection.provider.FilterSelectionProvider
 
findActionCategory(String) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
 
findTool(String) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Finds tool proxy and returns the actual tool implementation object.
findToolCursor(String) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Searches for the Cursor object by ID.
fireEvent(ToolLifecycleEvent) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
 
fireSelectionChanged(GeoSelectionChangedEvent) - Method in class net.refractions.udig.project.ui.PlatformGeoSelectionManager
Fires GeoSelectionChangedEvent to listeners.
focusGained(FocusEvent) - Method in class net.refractions.udig.project.ui.controls.ScaleRatioLabel
 
focusLost(FocusEvent) - Method in class net.refractions.udig.project.ui.controls.ScaleRatioLabel
 
FORMAT_KEY - Static variable in class net.refractions.udig.project.ui.wizard.export.image.ExportMapToImageWizard
 

G

GeoSelectionService - Class in net.refractions.udig.project.ui
Default UDIG implementation of IGeoSelectionService with a platform selection manager working for the currently active MapEditor.
GeotiffImageExportFormat - Class in net.refractions.udig.project.ui.wizard.export.image
A strategy for exporting to Geotiff.
GeotiffImageExportFormat() - Constructor for class net.refractions.udig.project.ui.wizard.export.image.GeotiffImageExportFormat
 
getActionBars() - Method in interface net.refractions.udig.project.ui.tool.IToolContext
Gets an instance of the ActionsBars from the current editor or null if there is no editor open.
getActiveCategory() - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Returns the tool category that is currently active.
getActiveMap() - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Returns the active map.
getActiveMap() - Static method in class net.refractions.udig.project.ui.PlatformGIS
Deprecated. - use to ApplicationGIS.getActiveMap()()
getActiveProject() - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Obtains the current project.
getActiveProject() - Static method in class net.refractions.udig.project.ui.PlatformGIS
Deprecated. - use to ApplicationGIS.getActiveProject()
getActiveTool() - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Returns current active tool implementation object.
getAdapter(Class) - Method in class net.refractions.udig.project.ui.UDIGEditorInput
 
getAnimations() - Method in class net.refractions.udig.project.ui.AnimationUpdater
 
getBACKWARD_HISTORYAction() - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Retrieves the backward navigation action that is used by much of the map components such as the MapEditor and the LayersView.
getBasicCommandFactory() - Method in interface net.refractions.udig.project.ui.tool.IToolContext
Returns a BasicCommandFactory.
getChildren() - Method in class net.refractions.udig.project.ui.summary.SummaryData
gets the items to display as children of this object
getChildren(Object) - Method in class net.refractions.udig.project.ui.wizard.export.ContentProvider
 
getClickCount() - Method in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseWheelEvent
Returns the number of wheel clicks.
getContext() - Method in interface net.refractions.udig.project.ui.IUDIGDialogPage
Returns the current context object
getContext() - Method in interface net.refractions.udig.project.ui.IUDIGView
Returns the current context object
getContext() - Method in class net.refractions.udig.project.ui.tool.AbstractActionTool
 
getContext() - Method in class net.refractions.udig.project.ui.tool.AbstractTool
This method does not need to be overridden by subclasses normally.
getContext() - Method in interface net.refractions.udig.project.ui.tool.Tool
Returns the AbstractContext that a tool can use in its operations.
getControl() - Method in class net.refractions.udig.project.ui.controls.FeatureTableControl
Returns the control representing the table control.
getControl() - Method in interface net.refractions.udig.project.ui.IUDIGDialogPage
This method must return the control created by createControl.
getControl() - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
Returns the SWT Control that listeners, including drag and drop, can be added to.
getControl() - Method in class net.refractions.udig.project.ui.viewers.MapViewer
Access to the control (often this is the same as getViewport().
getControl() - Method in class net.refractions.udig.project.ui.wizard.export.image.ImageExportFormat
Must return the control that is created by ImageExportFormat.createControl(Composite)
getCOPYAction(IWorkbenchPart) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
 
getCurrentCommandId() - Method in class net.refractions.udig.project.ui.tool.AbstractToolCommandHandler
 
getCurrentMap() - Method in class net.refractions.udig.project.ui.PlatformGeoSelectionManager
 
getCurrentTool() - Method in class net.refractions.udig.project.ui.tool.AbstractToolCommandHandler
 
getCursorID() - Method in class net.refractions.udig.project.ui.tool.AbstractModalTool
(non-Javadoc)
getCursorID() - Method in interface net.refractions.udig.project.ui.tool.ModalTool
Returns current cursor ID of the modal tool.
getCUTAction(IWorkbenchPart) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
 
getDefault() - Static method in class net.refractions.udig.project.ui.GeoSelectionService
 
getDELETEAction() - Method in interface net.refractions.udig.project.ui.tool.IToolManager
 
getDestinationDirectory() - Method in class net.refractions.udig.project.ui.wizard.export.project.ExportSelectionPage
 
getDPI() - Method in class net.refractions.udig.project.ui.wizard.export.image.ImageExportFormat
Returns the DPI at which to render.
getDpi() - Method in class net.refractions.udig.project.ui.wizard.export.image.PDFImageExportFormat
gets the output DPI
getDrawFactory() - Method in interface net.refractions.udig.project.ui.tool.IToolContext
Returns a DrawCommandFactory.
getEditFactory() - Method in interface net.refractions.udig.project.ui.tool.IToolContext
Returns a EditCommandFactory.
getEditorId() - Method in class net.refractions.udig.project.ui.UDIGEditorInput
The id of the default editor for this type of input.
getEditorInputs(IProjectElement) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Returns an editor input for the type passed in.
getElements(Object) - Method in class net.refractions.udig.project.ui.wizard.export.ContentProvider
 
getExportDir() - Method in class net.refractions.udig.project.ui.wizard.export.MapSelectorPage
 
getExtension() - Method in class net.refractions.udig.project.ui.wizard.export.image.GeotiffImageExportFormat
 
getExtension() - Method in class net.refractions.udig.project.ui.wizard.export.image.ImageExportFormat
Returns the extension of the format.
getExtension() - Method in class net.refractions.udig.project.ui.wizard.export.image.PDFImageExportFormat
 
getExtension() - Method in class net.refractions.udig.project.ui.wizard.export.image.WorldImageExportFormat
 
getFeatures() - Method in class net.refractions.udig.project.ui.controls.FeatureTableControl
Contents of the current page of features
getFlip(AffineTransform) - Static method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Returns -1 if one axis has been flipped, +1 if no axis has been flipped, or 0 if unknown.
getFormat() - Method in class net.refractions.udig.project.ui.wizard.export.image.ImageExportPage
The format that will be used to write out the rendered map
getFORWARD_HISTORYAction() - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Retrieves the forward navigation action that is used by much of the map components such as the MapEditor and the LayersView.
getFrameInterval() - Method in class net.refractions.udig.project.ui.AnimationUpdater
 
getFrameInterval() - Method in interface net.refractions.udig.project.ui.IAnimation
Gets time the interval between the frames in milliseconds.
getGlass() - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
Returns the glass pane.
getHeight(double, double) - Method in class net.refractions.udig.project.ui.wizard.export.image.ImageExportFormat
Returns the height of the image to be created.
getHeight(double, double) - Method in class net.refractions.udig.project.ui.wizard.export.image.ImageExportPage
 
getHeight() - Method in enum net.refractions.udig.project.ui.wizard.export.image.Paper
gets the page height in millimeters
getHeight(double, double) - Method in class net.refractions.udig.project.ui.wizard.export.image.PDFImageExportFormat
 
getImage(Object) - Method in class net.refractions.udig.project.ui.AdapterFactoryLabelProviderDecorator
 
getInfo() - Method in class net.refractions.udig.project.ui.summary.SummaryData
 
getInitialSize() - Method in class net.refractions.udig.project.ui.summary.SummaryDialog
 
getInput(IProjectElement) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Returns the IEditorInput instance that wraps the element argument.
getInstance() - Static method in class net.refractions.udig.project.ui.commands.DrawCommandFactory
Creates a new DrawCommandFactory object
getLatestSelection() - Method in class net.refractions.udig.project.ui.PlatformGeoSelectionManager
 
getListeners() - Method in interface net.refractions.udig.project.ui.tool.IMapEditorSelectionProvider
 
getListeners() - Method in class net.refractions.udig.project.ui.tool.selection.provider.AbstractMapEditorSelectionProvider
 
getMap() - Method in class net.refractions.udig.project.ui.viewers.MapViewer
This is the Map; you can send addLayer commands and so forth to this.
getMapEditor() - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
Returns the associated MapEditor object.
getMaps() - Static method in class net.refractions.udig.project.ui.PlatformGIS
Deprecated. - use to ApplicationGIS.getOpenMaps()
getMaps() - Method in class net.refractions.udig.project.ui.wizard.export.MapSelectorPage
 
getMenu() - Method in class net.refractions.udig.project.ui.viewers.MapViewer
 
getModalToolCategories() - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Returns the list of categories containing modal tools.
getModifier() - Method in class net.refractions.udig.project.ui.summary.SummaryData
 
getName() - Method in class net.refractions.udig.project.ui.commands.AbstractDrawCommand
 
getName() - Method in class net.refractions.udig.project.ui.commands.OpenProjectElementCommand
 
getName() - Method in class net.refractions.udig.project.ui.wizard.export.image.GeotiffImageExportFormat
 
getName() - Method in class net.refractions.udig.project.ui.wizard.export.image.ImageExportFormat
Returns the name of the format.
getName() - Method in class net.refractions.udig.project.ui.wizard.export.image.PDFImageExportFormat
 
getName() - Method in class net.refractions.udig.project.ui.wizard.export.image.WorldImageExportFormat
 
getNavigationFactory() - Method in interface net.refractions.udig.project.ui.tool.IToolContext
Deprecated. Please use navigation commands directly
getNumberOfControls() - Method in class net.refractions.udig.project.ui.FeatureEditorFieldEditor
 
getNumberOfControls() - Method in class net.refractions.udig.project.ui.preferences.PaletteSelectionFieldEditor
 
getOpenMaps() - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Returns all open maps.
getPageSize() - Method in class net.refractions.udig.project.ui.controls.FeatureTableControl
Returns the number of features viewed in the table per page.
getParent() - Method in class net.refractions.udig.project.ui.summary.SummaryData
 
getParent(Object) - Method in class net.refractions.udig.project.ui.wizard.export.ContentProvider
 
getPASTEAction(IWorkbenchPart) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
 
getPersistable() - Method in class net.refractions.udig.project.ui.UDIGEditorInput
 
getPixelHeight(boolean, int) - Method in enum net.refractions.udig.project.ui.wizard.export.image.Paper
get paper height in pixels
getPixelWidth(boolean, int) - Method in enum net.refractions.udig.project.ui.wizard.export.image.Paper
get paper width in pixels
getPlatformSelectionManager() - Method in class net.refractions.udig.project.ui.GeoSelectionService
 
getPoint() - Method in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
Returns the location of the event.
getPreferredSize() - Method in interface net.refractions.udig.project.ui.IUDIGDialogPage
Returns the desired Size of the dialog.
getProject() - Method in class net.refractions.udig.project.ui.wizard.export.project.ExportSelectionPage
 
getProjectElement() - Method in class net.refractions.udig.project.ui.UDIGEditorInput
 
getProjects() - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Return all Projects.
getProperty(String) - Method in class net.refractions.udig.project.ui.tool.AbstractActionTool
 
getProperty(String) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
 
getProperty(String) - Method in interface net.refractions.udig.project.ui.tool.Tool
Returns the property of the particular tool implementation.
getREDOAction() - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Retrieves the redo action that is used by much of the map components such as the MapEditor and the LayersView.
getRenderManager() - Method in class net.refractions.udig.project.ui.viewers.MapViewer
The render manager responsible for rendering items in this view.
getRotation(AffineTransform) - Static method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Returns an estimation of the rotation angle in radians.
getScale(AffineTransform) - Static method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Returns a global scale factor for the specified affine transform.
getScaleDenom(IMap) - Static method in class net.refractions.udig.project.ui.wizard.export.image.MapSelectorPageWithScaleColumn
 
getScaleInstance(double, double, double, double) - Static method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Returns an affine transform representing a zoom carried out around a central point (x, y).
getScaleX0(AffineTransform) - Static method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Returns the magnitude of scale factor x by cancelling the effect of eventual flip and rotation.
getScaleY0(AffineTransform) - Static method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Returns the magnitude of scale factor y by cancelling the effect of eventual flip and rotation.
getSelection(String) - Method in class net.refractions.udig.project.ui.PlatformGeoSelectionManager
Gets selection from current map by context.
getSelection() - Method in class net.refractions.udig.project.ui.tool.selection.provider.AbstractMapEditorSelectionProvider
 
getSelectionFactory() - Method in interface net.refractions.udig.project.ui.tool.IToolContext
Returns a SelectionCommandFactory.
getSelectionHandling() - Method in class net.refractions.udig.project.ui.wizard.export.image.ImageExportPage
 
getSelectionManager(String) - Method in class net.refractions.udig.project.ui.GeoSelectionService
 
getSelectionProvider() - Method in class net.refractions.udig.project.ui.tool.AbstractTool
 
getSelectionProvider() - Method in interface net.refractions.udig.project.ui.tool.ModalTool
Returns tool's selection provider.
getSelections() - Method in class net.refractions.udig.project.ui.PlatformGeoSelectionManager
 
getShape() - Method in class net.refractions.udig.project.ui.commands.SelectionBoxCommand
 
getShowLabels() - Method in class net.refractions.udig.project.ui.SelectionStyle
 
getSite() - Method in class net.refractions.udig.project.ui.render.glass.GlassPane
Gets the site associated with the glasspane.
getSource() - Method in class net.refractions.udig.project.ui.tool.ToolLifecycleEvent
 
getStatusBar() - Method in interface net.refractions.udig.project.ui.tool.IToolContext
Deprecated. use getActionBars().getStatusLineManager()
getSwapXY(AffineTransform) - Static method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Returns an estimation about whatever the specified transform swaps x and y axis.
getTableViewer() - Method in class net.refractions.udig.project.ui.controls.FeatureTableControl
The TableViewer used is returned...
getText(Object) - Method in class net.refractions.udig.project.ui.AdapterFactoryLabelProviderDecorator
 
getTitle() - Method in class net.refractions.udig.project.ui.summary.SummaryData
 
getTool(String, String) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Deprecated. since 1.1, use getToolAction()
getToolAction(String, String) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Returns the tool identified by an id and a category.
getToolContext() - Method in class net.refractions.udig.project.ui.viewers.MapViewer
 
getToolManager() - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Returns the ToolManager singleton.
getTransform() - Method in class net.refractions.udig.project.ui.commands.TransformDrawCommand
 
getType() - Method in class net.refractions.udig.project.ui.tool.ToolLifecycleEvent
 
getUNDOAction() - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Retrieves the undo action that is used by much of the map components such as the MapEditor and the LayersView.
getValidArea() - Method in interface net.refractions.udig.project.ui.commands.IDrawCommand
Returns the rectangle where this command is valid.
getValidArea() - Method in class net.refractions.udig.project.ui.commands.SelectionBoxCommand
 
getValidArea() - Method in class net.refractions.udig.project.ui.commands.TransformDrawCommand
 
getValidator() - Method in class net.refractions.udig.project.ui.summary.SummaryData
 
getValue(Object, String) - Method in class net.refractions.udig.project.ui.summary.SummaryCellModifier
 
getView(boolean, String) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Gets a reference to a view.
getView(boolean, String) - Static method in class net.refractions.udig.project.ui.PlatformGIS
Deprecated. - use to ApplicationGIS#getView(boolean, String))
getViewport() - Method in class net.refractions.udig.project.ui.viewers.MapViewer
Access to the ViewportPane
getViewportPane() - Method in interface net.refractions.udig.project.ui.tool.IToolContext
Casts getDisplay to ViewportPane;
getVisibleMaps() - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Returns all visible maps.
getWidth(double, double) - Method in class net.refractions.udig.project.ui.wizard.export.image.ImageExportFormat
Returns the width of the image to be created.
getWidth(double, double) - Method in class net.refractions.udig.project.ui.wizard.export.image.ImageExportPage
 
getWidth() - Method in enum net.refractions.udig.project.ui.wizard.export.image.Paper
gets the page width in millimeters
getWidth(double, double) - Method in class net.refractions.udig.project.ui.wizard.export.image.PDFImageExportFormat
 
getWizard() - Method in class net.refractions.udig.project.ui.wizard.export.ExportFeatureSelection
 
GlassPane - Class in net.refractions.udig.project.ui.render.glass
A glass pane that draws onto the image drawn on the screen.
GlassPane(ViewportPane) - Constructor for class net.refractions.udig.project.ui.render.glass.GlassPane
Creates a new glass pane with a given parent viewport.
GlassPaneSite - Class in net.refractions.udig.project.ui.render.glass
This class tracks the context of the glass pane.
GlassPaneSite(RenderManager, Map) - Constructor for class net.refractions.udig.project.ui.render.glass.GlassPaneSite
Creates a new GlassPaneSite from the given render manager and map.
graphics - Variable in class net.refractions.udig.project.ui.commands.AbstractDrawCommand
The graphics object will be set just prior to the execution of the command and is used to execute draw commands.

H

HAND_CURSOR - Static variable in interface net.refractions.udig.project.ui.tool.ModalTool
The hand cursor type.
handleSelection(List<Layer>) - Method in class net.refractions.udig.project.ui.SelectionStyle
 
hasChildren(Object) - Method in class net.refractions.udig.project.ui.wizard.export.ContentProvider
 
hashCode() - Method in class net.refractions.udig.project.ui.SelectionStyle
 
hashCode() - Method in class net.refractions.udig.project.ui.UDIGEditorInput
 
hasNext() - Method in interface net.refractions.udig.project.ui.IAnimation
Returns true if the animation has more frames to display.
HEIGHT_KEY - Static variable in class net.refractions.udig.project.ui.wizard.export.image.ExportMapToImageWizard
 

I

IAnimation - Interface in net.refractions.udig.project.ui
This Commands manages the timing of a short animation being drawn on the ViewportPane.
IContextMenuContributionTool - Interface in net.refractions.udig.project.ui.tool
If the currently active ModalTool implements this interface the MapEditor asks it to contribute to the context menu programmatically.
ID - Static variable in class net.refractions.udig.project.ui.PlatformGeoSelectionManager
ID of the manager.
IDataDropWizard - Interface in net.refractions.udig.project.ui
 
IDrawCommand - Interface in net.refractions.udig.project.ui.commands
Draw commands do not change the model, rather they simply draw on the top-most layer.
IGNORE - Static variable in class net.refractions.udig.project.ui.SelectionStyle
Don't draw the selections
image(int, int) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
Create a image that is compatable with this ViewportPane.
Image2Pdf - Class in net.refractions.udig.project.ui.wizard.export.image
 
Image2Pdf() - Constructor for class net.refractions.udig.project.ui.wizard.export.image.Image2Pdf
 
ImageExportFormat - Class in net.refractions.udig.project.ui.wizard.export.image
An interface for the different ways that Images can be exported from ExportMapToImageWizard
ImageExportFormat() - Constructor for class net.refractions.udig.project.ui.wizard.export.image.ImageExportFormat
 
ImageExportPage - Class in net.refractions.udig.project.ui.wizard.export.image
Wizard page that allows the export directory and format to be selected.
ImageExportPage() - Constructor for class net.refractions.udig.project.ui.wizard.export.image.ImageExportPage
 
IMapEditorSelectionProvider - Interface in net.refractions.udig.project.ui.tool
Modal tools are responsible for providing the selection for the MapEditor.
IMapTransformCommand - Interface in net.refractions.udig.project.ui.commands
DrawCommand that is valid until the map is rerendered.
INFO_CA - Static variable in interface net.refractions.udig.project.ui.tool.ToolConstants
 
INFORMATION_CATEGORY - Static variable in interface net.refractions.udig.project.ui.tool.ToolsConstants
 
init(IWorkbench) - Method in class net.refractions.udig.project.ui.preferences.LayerPreferencePage
 
init(IWorkbench) - Method in class net.refractions.udig.project.ui.preferences.MapPreferencePage
 
init(IWorkbench) - Method in class net.refractions.udig.project.ui.preferences.ProjectPreferencePage
 
init(IWorkbench) - Method in class net.refractions.udig.project.ui.preferences.RenderPreferences
 
init(IWorkbench) - Method in class net.refractions.udig.project.ui.preferences.StylePreferencePage
 
init(IConfigurationElement) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
Permits the tool to perform some initialization.
init(IWorkbench) - Method in class net.refractions.udig.project.ui.ToolPreferences
 
init(WorkbenchPart) - Method in class net.refractions.udig.project.ui.viewers.MapViewer
Used to internal "MapPart" to the provided WorkbenchPart (any status messages etc..
init(IWorkbench, IStructuredSelection) - Method in class net.refractions.udig.project.ui.wizard.export.image.ExportMapToImageWizard
 
init(IWorkbench, IStructuredSelection) - Method in class net.refractions.udig.project.ui.wizard.export.map.ExportMapWizard
 
init(IWorkbench, IStructuredSelection) - Method in class net.refractions.udig.project.ui.wizard.export.project.ExportProjectWizard
 
initializeDefaultPreferences() - Method in class net.refractions.udig.project.ui.preferences.PreferenceInitializer
 
initializeViewer(Composite) - Method in class net.refractions.udig.project.ui.wizard.export.MapSelectorPage
By default creates a table viewer.
inputChanged(Viewer, Object, Object) - Method in class net.refractions.udig.project.ui.wizard.export.ContentProvider
 
inverseDeltaTransform(AffineTransform, Point2D, Point2D) - Static method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Calculates the inverse affine transform of a point without without applying the translation components.
inverseTransform(AffineTransform, Rectangle2D, Rectangle2D) - Static method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Returns a rectangle which entirely contains the inverse transform of bounds.
IPreMapDrawCommand - Interface in net.refractions.udig.project.ui.commands
PreMapDrawCommands are draw commands that are executed before the map is drawn onto the IMapDisplay.
isActive() - Method in class net.refractions.udig.project.ui.tool.AbstractModalTool
 
isActive() - Method in interface net.refractions.udig.project.ui.tool.ModalTool
Returns true if the current tool is active.
isAltDown() - Method in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
Returns true if alt key is down.
isBlocking() - Method in class net.refractions.udig.project.ui.operations.LayerSelectionProperty
 
isBlocking() - Method in class net.refractions.udig.project.ui.properties.OpenMap
 
isControlDown() - Method in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
Returns true if control key is down.
isDisposed() - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
returns if the viewportpane has been disposed
isDynamic() - Method in class net.refractions.udig.project.ui.controls.ScaleRatioLabel
 
isEnabled() - Method in class net.refractions.udig.project.ui.tool.AbstractActionTool
 
isEnabled() - Method in class net.refractions.udig.project.ui.tool.AbstractTool
(non-Javadoc)
isEnabled() - Method in interface net.refractions.udig.project.ui.tool.Tool
Returns enablement statement of the tool.
isIdentity(double) - Method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Check whether or not this XAffineTransform is the identity by using the provided tolerance.
isIdentity(AffineTransform, double) - Static method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Returns true if the specified affine transform is an identity transform up to the specified tolerance.
isLegalKey(KeyEvent) - Method in class net.refractions.udig.project.ui.controls.ScaleRatioLabel
 
isModifierDown(int) - Method in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
Returns true if the modifier is down
isNotifyListeners() - Method in class net.refractions.udig.project.ui.tool.AbstractTool
 
isPDF() - Method in class net.refractions.udig.project.ui.wizard.export.image.ImageExportPage
 
isShiftDown() - Method in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
Returns true if shift key is down.
isTrue(ILayer, String) - Method in class net.refractions.udig.project.ui.operations.LayerSelectionProperty
 
isTrue(Object, String) - Method in class net.refractions.udig.project.ui.properties.OpenMap
 
isValid() - Method in class net.refractions.udig.project.ui.commands.AbstractDrawCommand
 
isValid() - Method in interface net.refractions.udig.project.ui.commands.IDrawCommand
Returns whether the current command should be drawn.
isValid(Object) - Method in class net.refractions.udig.project.ui.summary.SummaryCellEditorValidator
 
isVisible() - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
Returns true if the viewportPane component is visible.
IToolContext - Interface in net.refractions.udig.project.ui.tool
A set of tools that is provided to Tool extensions.
IToolHandler - Interface in net.refractions.udig.project.ui.tool
A custom command handler.
IToolManager - Interface in net.refractions.udig.project.ui.tool
 
IUDIGDialogPage - Interface in net.refractions.udig.project.ui
A "Page" that will have a ToolContext object set each time an the active MapEditor changes.
IUDIGView - Interface in net.refractions.udig.project.ui
A View that will have a ToolContext object set each time an editor changes.

K

keyPressed(KeyEvent) - Method in class net.refractions.udig.project.ui.controls.ScaleRatioLabel
 
keyReleased(KeyEvent) - Method in class net.refractions.udig.project.ui.controls.ScaleRatioLabel
 

L

landscape() - Method in class net.refractions.udig.project.ui.wizard.export.image.PDFImageExportFormat
 
LayerPreferencePage - Class in net.refractions.udig.project.ui.preferences
Preferences for Layer elements
LayerPreferencePage() - Constructor for class net.refractions.udig.project.ui.preferences.LayerPreferencePage
 
LayerSelectionProperty - Class in net.refractions.udig.project.ui.operations
Checks if a layer has a selection
LayerSelectionProperty() - Constructor for class net.refractions.udig.project.ui.operations.LayerSelectionProperty
 
LayerSummary - Class in net.refractions.udig.project.ui.operations.example
Displays a summary of the layer in a dialog.
LayerSummary() - Constructor for class net.refractions.udig.project.ui.operations.example.LayerSummary
 
listeners - Variable in class net.refractions.udig.project.ui.tool.selection.provider.AbstractMapEditorSelectionProvider
 
loadProjectElement(URL, IProject) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Loads the project element indicated by the url and adds the map to the provided project.
LOGGER - Static variable in class net.refractions.udig.project.ui.GeoSelectionService
Logger.
LOGGER - Static variable in class net.refractions.udig.project.ui.PlatformGeoSelectionManager
Logger.

M

main(String[]) - Static method in class net.refractions.udig.project.ui.wizard.export.image.Image2Pdf
 
MakeHole - Class in net.refractions.udig.project.ui.operations
 
MakeHole() - Constructor for class net.refractions.udig.project.ui.operations.MakeHole
 
map - Variable in class net.refractions.udig.project.ui.viewers.MapViewer
This is the current map.
MapMouseEvent - Class in net.refractions.udig.project.ui.render.displayAdapter
Encapsulates a mouse event.
MapMouseEvent(IMapDisplay, int, int, int, int, int) - Constructor for class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
Construct MapMouseEvent.
MapMouseListener - Interface in net.refractions.udig.project.ui.render.displayAdapter
A Listener interested in mouse button event and entry and exit events.
MapMouseMotionListener - Interface in net.refractions.udig.project.ui.render.displayAdapter
A Listener that is interested in mouse motion events.
MapMouseWheelEvent - Class in net.refractions.udig.project.ui.render.displayAdapter
Event Mouse wheel events.
MapMouseWheelEvent(IMapDisplay, int, int, int, int, int, int) - Constructor for class net.refractions.udig.project.ui.render.displayAdapter.MapMouseWheelEvent
Construct MapMouseWheelEvent.
MapMouseWheelListener - Interface in net.refractions.udig.project.ui.render.displayAdapter
An Listener interested int Mouse Wheel Events.
MapPreferencePage - Class in net.refractions.udig.project.ui.preferences
Preference page for setting the preferences of maps.
MapPreferencePage() - Constructor for class net.refractions.udig.project.ui.preferences.MapPreferencePage
 
MapSelectorPage - Class in net.refractions.udig.project.ui.wizard.export
Wizard Page for selecting the maps to export.
MapSelectorPage(String, String, ImageDescriptor) - Constructor for class net.refractions.udig.project.ui.wizard.export.MapSelectorPage
Create a new instance
MapSelectorPage.SelectButtonListener - Class in net.refractions.udig.project.ui.wizard.export
 
MapSelectorPage.SelectButtonListener() - Constructor for class net.refractions.udig.project.ui.wizard.export.MapSelectorPage.SelectButtonListener
 
MapSelectorPageWithScaleColumn - Class in net.refractions.udig.project.ui.wizard.export.image
Adds a column where the user can set the scale at which to export the map
MapSelectorPageWithScaleColumn(String, String, ImageDescriptor) - Constructor for class net.refractions.udig.project.ui.wizard.export.image.MapSelectorPageWithScaleColumn
 
MapViewer - Class in net.refractions.udig.project.ui.viewers
A concrete viewer based on a ViewportPane widget.
MapViewer(Composite) - Constructor for class net.refractions.udig.project.ui.viewers.MapViewer
Creates a map viewer on a newly-created viewport pane under the given parent.
MapViewer(Composite, int) - Constructor for class net.refractions.udig.project.ui.viewers.MapViewer
Creates a table viewer on a newly-created table control under the given parent.
MOD1_DOWN_MASK - Static variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
Indicates that the mod1 key is down
MOD2_DOWN_MASK - Static variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
Indicates that the mod2 key is down
MOD3_DOWN_MASK - Static variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
Indicates that the mod3 key is down
MOD4_DOWN_MASK - Static variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
Indicates that the mod3 key is down
MODAL_TOOLBAR_ID - Static variable in interface net.refractions.udig.project.ui.tool.ToolConstants
The ID of the modal tools toolbar contribution item.
ModalTool - Interface in net.refractions.udig.project.ui.tool
A ModalTool is a tool which "takes control" of how the Map Editor operates.of operation.
modifiers - Variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
All the key modifiers ORed together
modifiersDown() - Method in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
 
modify(Object, String, Object) - Method in class net.refractions.udig.project.ui.summary.SummaryCellModifier
 
MOTION - Static variable in class net.refractions.udig.project.ui.tool.AbstractTool
Flag indicating the tool is a MapMouseMotionListener
MOUSE - Static variable in class net.refractions.udig.project.ui.tool.AbstractTool
Flag indicating the tool is a MapMouseListener
mouseDoubleClicked(MapMouseEvent) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.MapMouseListener
Called when a button has been double clicked.
mouseDoubleClicked(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
This method may be overridden by subclasses
mouseDoubleClicked(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.SimpleTool
Consumes the event if the second mouse button is doubleclicked and calls onContextMouseDoubleClicked().
mouseDragged(MapMouseEvent) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.MapMouseMotionListener
Called when a mouse is moved with buttons down.
mouseDragged(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
This method may be overridden by subclasses
mouseDragged(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.SimpleTool
 
mouseEntered(MapMouseEvent) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.MapMouseListener
Called when the mouse cursor enters the map display area.
mouseEntered(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
This method may be overridden by subclasses
mouseEntered(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.SimpleTool
 
mouseExited(MapMouseEvent) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.MapMouseListener
Called when the mouse cursor exits the map dispaly area.
mouseExited(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
This method may be overridden by subclasses
mouseExited(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.SimpleTool
 
mouseHovered(MapMouseEvent) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.MapMouseMotionListener
Called when a mouse is considered to be "hovering"
mouseHovered(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
This method may be overridden by subclasses
mouseHovered(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.SimpleTool
 
mouseMoved(MapMouseEvent) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.MapMouseMotionListener
called when a mouse is moved without buttons down.
mouseMoved(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
This method may be overridden by subclasses
mouseMoved(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.SimpleTool
 
mousePressed(MapMouseEvent) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.MapMouseListener
Called when a button is pressed down.
mousePressed(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
This method may be overridden by subclasses
mousePressed(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.SimpleTool
Opens the context menu if the second mouse button is pressed and calls noContextMouseReleased().
mouseReleased(MapMouseEvent) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.MapMouseListener
Called when a button is release.
mouseReleased(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
This method may be overridden by subclasses
mouseReleased(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.SimpleTool
Consumes the event if the second mouse button is released and calls noContextMousePressed().
mouseWheelMoved(MapMouseWheelEvent) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.MapMouseWheelListener
called when the mouse wheel has moved.
mouseWheelMoved(MapMouseWheelEvent) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
This method may be overridden by subclasses
mouseWheelMoved(MapMouseWheelEvent) - Method in class net.refractions.udig.project.ui.tool.SimpleTool
 
MOVE_CURSOR - Static variable in interface net.refractions.udig.project.ui.tool.ModalTool
The move cursor type.
MultiTargetOp - Class in net.refractions.udig.project.ui.operations.example
An Operation that can operate on either GeoResources or on FeatureSources.
MultiTargetOp() - Constructor for class net.refractions.udig.project.ui.operations.example.MultiTargetOp
 

N

N_RESIZE_CURSOR - Static variable in interface net.refractions.udig.project.ui.tool.ModalTool
The north-resize cursor type.
name() - Method in class net.refractions.udig.project.ui.SelectionStyle
Returns a name (and identifier) for this object
NE_RESIZE_CURSOR - Static variable in interface net.refractions.udig.project.ui.tool.ModalTool
The north-east-resize cursor type.
net.refractions.udig.project.ui - package net.refractions.udig.project.ui
 
net.refractions.udig.project.ui.commands - package net.refractions.udig.project.ui.commands
 
net.refractions.udig.project.ui.controls - package net.refractions.udig.project.ui.controls
 
net.refractions.udig.project.ui.operations - package net.refractions.udig.project.ui.operations
 
net.refractions.udig.project.ui.operations.example - package net.refractions.udig.project.ui.operations.example
 
net.refractions.udig.project.ui.preferences - package net.refractions.udig.project.ui.preferences
 
net.refractions.udig.project.ui.properties - package net.refractions.udig.project.ui.properties
 
net.refractions.udig.project.ui.render.displayAdapter - package net.refractions.udig.project.ui.render.displayAdapter
 
net.refractions.udig.project.ui.render.glass - package net.refractions.udig.project.ui.render.glass
 
net.refractions.udig.project.ui.summary - package net.refractions.udig.project.ui.summary
 
net.refractions.udig.project.ui.tool - package net.refractions.udig.project.ui.tool
 
net.refractions.udig.project.ui.tool.selection.provider - package net.refractions.udig.project.ui.tool.selection.provider
 
net.refractions.udig.project.ui.viewers - package net.refractions.udig.project.ui.viewers
 
net.refractions.udig.project.ui.wizard.export - package net.refractions.udig.project.ui.wizard.export
 
net.refractions.udig.project.ui.wizard.export.image - package net.refractions.udig.project.ui.wizard.export.image
 
net.refractions.udig.project.ui.wizard.export.map - package net.refractions.udig.project.ui.wizard.export.map
 
net.refractions.udig.project.ui.wizard.export.project - package net.refractions.udig.project.ui.wizard.export.project
 
next() - Method in class net.refractions.udig.project.ui.controls.FeatureTableControl
Moves the control to the next page of features.
nextFrame() - Method in interface net.refractions.udig.project.ui.IAnimation
Increments the current frame.
nextInternal() - Method in class net.refractions.udig.project.ui.controls.FeatureTableControl
Moves the control to the next page of features.
NO_CURSOR - Static variable in interface net.refractions.udig.project.ui.tool.ModalTool
 
NO_MAP - Static variable in class net.refractions.udig.project.ui.ApplicationGIS
 
NONE - Static variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
Indicates no modifiers or no buttons.
NONE - Static variable in class net.refractions.udig.project.ui.tool.AbstractTool
Flag indicating that the tool does not listen for events from the ViewportPane
notifyListeners() - Method in class net.refractions.udig.project.ui.tool.selection.provider.AbstractMapEditorSelectionProvider
 
NW_RESIZE_CURSOR - Static variable in interface net.refractions.udig.project.ui.tool.ModalTool
The north-west-resize cursor type.

O

onMouseDoubleClicked(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.SimpleTool
Called when a double clicked event occurs.
onMouseDragged(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.SimpleTool
Called when a mouse dragged event occurs.
onMouseEntered(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.SimpleTool
Called when a entered event occurs.
onMouseExited(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.SimpleTool
Called when a exited event occurs.
onMouseHovered(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.SimpleTool
Called when a hovered event occurs.
onMouseMoved(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.SimpleTool
Called when a moved event occurs.
onMousePressed(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.SimpleTool
Called when a mouse pressed event occurs.
onMouseReleased(MapMouseEvent) - Method in class net.refractions.udig.project.ui.tool.SimpleTool
Called when a mouse released event occurs.
onMouseWheelMoved(MapMouseWheelEvent) - Method in class net.refractions.udig.project.ui.tool.SimpleTool
Called when a mouse wheel moved event occurs.
op(Display, Object, IProgressMonitor) - Method in class net.refractions.udig.project.ui.operations.CreateLayerView
 
op(Display, Object, IProgressMonitor) - Method in class net.refractions.udig.project.ui.operations.example.FeaturesInView
 
op(Display, Object, IProgressMonitor) - Method in class net.refractions.udig.project.ui.operations.example.LayerSummary
 
op(Display, Object, IProgressMonitor) - Method in class net.refractions.udig.project.ui.operations.example.MultiTargetOp
 
op(Display, Object, IProgressMonitor) - Method in class net.refractions.udig.project.ui.operations.example.ResourceSummary
 
op(Display, Object, IProgressMonitor) - Method in class net.refractions.udig.project.ui.operations.example.SelectedFeatureop
 
op(Display, Object, IProgressMonitor) - Method in class net.refractions.udig.project.ui.operations.MakeHole
Calls a command which makes a spatial filter and puts it on the styleBlackboard
op(Display, Object, IProgressMonitor) - Method in class net.refractions.udig.project.ui.operations.SyncProjection
 
openContextMenu() - Method in class net.refractions.udig.project.ui.viewers.MapViewer
Will open the menu provided by getMenu().
openMap(IMap) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Opens a Map editor for the provided map, This is a non-blocking call.
openMap(IMap, boolean) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Opens a Map editor for the provided map.
openMap(IMap) - Static method in class net.refractions.udig.project.ui.PlatformGIS
Deprecated. - use to ApplicationGIS.openMap(IMap)
OpenMap - Class in net.refractions.udig.project.ui.properties
Returns true if there is an open map.
OpenMap() - Constructor for class net.refractions.udig.project.ui.properties.OpenMap
 
openProjectElement(IProjectElement, boolean) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Opens a IProjectElement for editing/viewing.
OpenProjectElementCommand - Class in net.refractions.udig.project.ui.commands
 
OpenProjectElementCommand(IProjectElement) - Constructor for class net.refractions.udig.project.ui.commands.OpenProjectElementCommand
 
operate(ILayer, AdaptingFilter, Object) - Method in class net.refractions.udig.project.ui.UDIGGenericAction
Operates on a filter and associated layer.
operate(SimpleFeature, Object) - Method in class net.refractions.udig.project.ui.UDIGGenericAction
Operates on a SimpleFeature.
OVERLAY - Static variable in class net.refractions.udig.project.ui.SelectionStyle
Overlay the selection on top of the normal rendering

P

P_OPEN_MAPS_ON_STARTUP - Static variable in interface net.refractions.udig.project.ui.preferences.PreferenceConstants
Indicates whether previously open maps should be re-opened on startup.
P_TOOL_MANAGER - Static variable in interface net.refractions.udig.project.ui.tool.IToolManager
Preference constant that can used to set and look up the default IToolManager.
PaletteSelectionFieldEditor - Class in net.refractions.udig.project.ui.preferences
 
PaletteSelectionFieldEditor(String, String, Composite) - Constructor for class net.refractions.udig.project.ui.preferences.PaletteSelectionFieldEditor
 
pan(int, int) - Method in class net.refractions.udig.project.ui.commands.TransformDrawCommand
 
PAN_CA - Static variable in interface net.refractions.udig.project.ui.tool.ToolConstants
 
PAN_CATEGORY - Static variable in interface net.refractions.udig.project.ui.tool.ToolsConstants
 
Paper - Enum in net.refractions.udig.project.ui.wizard.export.image
The types of paper to export
paper() - Method in class net.refractions.udig.project.ui.wizard.export.image.PDFImageExportFormat
 
parent - Variable in class net.refractions.udig.project.ui.render.glass.GlassPane
The viewport pane that does the drawing on the screen.
parseBounds(Envelope) - Static method in class net.refractions.udig.project.ui.operations.example.LayerSummary
 
PDFImageExportFormat - Class in net.refractions.udig.project.ui.wizard.export.image
A strategy for exporting to PDF
PDFImageExportFormat() - Constructor for class net.refractions.udig.project.ui.wizard.export.image.PDFImageExportFormat
 
performFinish() - Method in class net.refractions.udig.project.ui.wizard.export.image.ExportMapToImageWizard
 
performFinish() - Method in class net.refractions.udig.project.ui.wizard.export.map.ExportMapWizard
 
performFinish() - Method in class net.refractions.udig.project.ui.wizard.export.project.ExportProjectWizard
 
PLATFORM_SELECTION_BAG - Static variable in class net.refractions.udig.project.ui.PlatformGeoSelectionManager
Key for selection bag in Map's blackboard.
PLATFORM_SELECTION_CACHE_KEY - Static variable in class net.refractions.udig.project.ui.PlatformGeoSelectionManager
Key for cached selection bag in Map's blackboard.
PlatformGeoSelectionManager - Class in net.refractions.udig.project.ui
The UDIG platform standard geoselection manager instance.
PlatformGeoSelectionManager() - Constructor for class net.refractions.udig.project.ui.PlatformGeoSelectionManager
 
PlatformGIS - Class in net.refractions.udig.project.ui
Deprecated. - use to ApplicationGIS
PlatformGIS() - Constructor for class net.refractions.udig.project.ui.PlatformGIS
Deprecated.  
preConcatenate(AffineTransform) - Method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Check for permission before concatenating this transform.
PreferenceConstants - Interface in net.refractions.udig.project.ui.preferences
 
PreferenceInitializer - Class in net.refractions.udig.project.ui.preferences
 
PreferenceInitializer() - Constructor for class net.refractions.udig.project.ui.preferences.PreferenceInitializer
 
projectElement - Variable in class net.refractions.udig.project.ui.UDIGEditorInput
 
ProjectPreferencePage - Class in net.refractions.udig.project.ui.preferences
Preferences for Project elements
ProjectPreferencePage() - Constructor for class net.refractions.udig.project.ui.preferences.ProjectPreferencePage
 
ProjectUtil - Class in net.refractions.udig.project.ui
Starting place to add various helper methods to deal with project model.
ProjectUtil() - Constructor for class net.refractions.udig.project.ui.ProjectUtil
 

R

refresh(Object) - Method in class net.refractions.udig.project.ui.summary.SummaryControl
Refresh an element
registerActionsWithPart(IWorkbenchPart) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Registers keybindings for tools and cut/paste with the workbench part
registerMouseListeners() - Method in class net.refractions.udig.project.ui.tool.AbstractTool
Registers this object as a listener.
registerSelectionManager(String, IGeoSelectionManager) - Method in class net.refractions.udig.project.ui.GeoSelectionService
 
removeListener(IOpFilterListener) - Method in class net.refractions.udig.project.ui.properties.OpenMap
 
removeListener(ToolLifecycleListener) - Method in class net.refractions.udig.project.ui.tool.AbstractActionTool
 
removeListener(ToolLifecycleListener) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
(non-Javadoc)
removeListener(ToolLifecycleListener) - Method in interface net.refractions.udig.project.ui.tool.Tool
Removes a listener of tool's lifecycle.
removeMouseListener(MapMouseListener) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
See Component.removeMouseListener(java.awt.event.MouseListener)
removeMouseMotionListener(MapMouseMotionListener) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
See Component.removeMouseMotionListener(java.awt.event.MouseMotionListener)
removeMouseWheelListener(MapMouseWheelListener) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
See Component.removeMouseWheelListener(java.awt.event.MouseWheelListener)
removePaneListener(IMapDisplayListener) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
Removes a MapDisplayListener.
removeSelectionChangedListener(ISelectionChangedListener) - Method in class net.refractions.udig.project.ui.tool.selection.provider.AbstractMapEditorSelectionProvider
 
RENDER_CA - Static variable in interface net.refractions.udig.project.ui.tool.ToolConstants
 
renderDone() - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
Called when a renderer has data that can be displayed.
RenderPreferences - Class in net.refractions.udig.project.ui.preferences
This class represents a preference page that is contributed to the Preferences dialog.
RenderPreferences() - Constructor for class net.refractions.udig.project.ui.preferences.RenderPreferences
 
renderStarting() - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
Called when rendering is about to start.
renderUpdate() - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
Called when renderer has rendered for single Job scheduled run.
repaint() - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
Repaints the ViewportPane
repaint(int, int, int, int) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
Requests that the area indicated is repainted
reset() - Method in class net.refractions.udig.project.ui.controls.FeatureTableControl
Reset to start of FeatureResutls
ResourceSummary - Class in net.refractions.udig.project.ui.operations.example
Prints out a summary about the resource.
ResourceSummary() - Constructor for class net.refractions.udig.project.ui.operations.example.ResourceSummary
 
rollback(IProgressMonitor) - Method in class net.refractions.udig.project.ui.commands.OpenProjectElementCommand
 
rotate(double) - Method in class net.refractions.udig.project.ui.commands.TransformDrawCommand
 
rotate(double) - Method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Check for permission before rotating this transform.
rotate(double, double, double) - Method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Check for permission before rotating this transform.
round(AffineTransform) - Static method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Deprecated. Use XAffineTransform.round(AffineTransform, double) instead.
round(AffineTransform, double) - Static method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Checks whether the matrix coefficients are close to whole numbers.
run() - Method in class net.refractions.udig.project.ui.AnimationUpdater
 
run(ISafeRunnable) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
Runs the given runnable in a protected mode.
run(IProgressMonitor) - Method in class net.refractions.udig.project.ui.commands.OpenProjectElementCommand
 
run(IProgressMonitor) - Method in class net.refractions.udig.project.ui.commands.SelectionBoxCommand
 
run(IProgressMonitor) - Method in class net.refractions.udig.project.ui.commands.TransformDrawCommand
 
run(IProgressMonitor) - Method in interface net.refractions.udig.project.ui.IAnimation
This method draws the current frame and fires a FRAME event
run(ISafeRunnable) - Static method in class net.refractions.udig.project.ui.PlatformGIS
Deprecated. - use to net.refractions.udig.ui.PlatformGIS#run(ISafeRunnable)
run() - Method in interface net.refractions.udig.project.ui.tool.ActionTool
Called when tool button is pressed.
run(IAction) - Method in class net.refractions.udig.project.ui.UDIGGenericAction
 
run(IProgressMonitor) - Method in class net.refractions.udig.project.ui.wizard.export.project.ExportProjectWizard
 
runTimer(IMapDisplay, IAnimation) - Static method in class net.refractions.udig.project.ui.AnimationUpdater
 

S

S_RESIZE_CURSOR - Static variable in interface net.refractions.udig.project.ui.tool.ModalTool
The south-resize cursor type.
scale(double, double) - Method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Check for permission before scaling this transform.
SCALE_ITEM_ID - Static variable in class net.refractions.udig.project.ui.controls.ScaleRatioLabel
 
scaleDenominator - Variable in class net.refractions.udig.project.ui.BoundsStrategy
 
ScaleRatioLabel - Class in net.refractions.udig.project.ui.controls
Displays the current scale ratio on the status bar.
ScaleRatioLabel(MapEditorPart) - Constructor for class net.refractions.udig.project.ui.controls.ScaleRatioLabel
 
SE_RESIZE_CURSOR - Static variable in interface net.refractions.udig.project.ui.tool.ModalTool
The south-east-resize cursor type.
SelectedFeatureop - Class in net.refractions.udig.project.ui.operations.example
Counts the selected features on the layer
SelectedFeatureop() - Constructor for class net.refractions.udig.project.ui.operations.example.SelectedFeatureop
 
selection - Variable in class net.refractions.udig.project.ui.tool.selection.provider.AbstractMapEditorSelectionProvider
 
SELECTION - Static variable in class net.refractions.udig.project.ui.wizard.export.image.ExportMapToImageWizard
 
SELECTION_CA - Static variable in interface net.refractions.udig.project.ui.tool.ToolConstants
 
SELECTION_CATEGORY - Static variable in interface net.refractions.udig.project.ui.tool.ToolsConstants
 
SelectionBoxCommand - Class in net.refractions.udig.project.ui.commands
A command that draws the indicated shape onto the viewport in the correct "selection" style.
SelectionBoxCommand() - Constructor for class net.refractions.udig.project.ui.commands.SelectionBoxCommand
 
selectionChanged(IAction, ISelection) - Method in class net.refractions.udig.project.ui.UDIGGenericAction
 
SelectionStyle - Class in net.refractions.udig.project.ui
Describes how to handle a layer's selection.
SelectionStyle() - Constructor for class net.refractions.udig.project.ui.SelectionStyle
 
SelectionStyle(SelectionStyle.Style) - Constructor for class net.refractions.udig.project.ui.SelectionStyle
 
selectProject(String) - Method in class net.refractions.udig.project.ui.wizard.export.project.ExportSelectionPage
 
sendASyncCommand(Command) - Method in interface net.refractions.udig.project.ui.tool.IToolContext
Dispatches a command.
sendSyncCommand(Command) - Method in interface net.refractions.udig.project.ui.tool.IToolContext
Dispatches a command and blocks until the command has executed.
setActive(boolean) - Method in class net.refractions.udig.project.ui.tool.AbstractModalTool
 
setActive(boolean) - Method in interface net.refractions.udig.project.ui.tool.ModalTool
Called when tool button is pressed.
setActiveMap(IMap, MapPart) - Method in interface net.refractions.udig.project.ui.tool.IMapEditorSelectionProvider
 
setActiveMap(IMap, MapPart) - Method in class net.refractions.udig.project.ui.tool.selection.provider.EditFeatureSelectionProvider
 
setActiveMap(IMap, MapPart) - Method in class net.refractions.udig.project.ui.tool.selection.provider.FilterSelectionProvider
 
setActiveMapTracker(ActiveMapTracker) - Static method in class net.refractions.udig.project.ui.ApplicationGIS
This method should only be called by uDig.
setBACKAction(IAction, IWorkbenchPart) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
 
setBounds(ViewportModel, ReferencedEnvelope) - Method in class net.refractions.udig.project.ui.BoundsStrategy
Sets the bounds on the viewport model.
setChildren(SummaryData[]) - Method in class net.refractions.udig.project.ui.summary.SummaryData
 
setContainer(IWizardContainer) - Method in class net.refractions.udig.project.ui.wizard.export.image.ExportMapToImageWizard
 
setContext(IToolContext) - Method in interface net.refractions.udig.project.ui.IUDIGDialogPage
Sets the current context object
setContext(IToolContext) - Method in interface net.refractions.udig.project.ui.IUDIGView
Sets the current context object
setContext(IToolContext) - Method in class net.refractions.udig.project.ui.tool.AbstractActionTool
 
setContext(IToolContext) - Method in class net.refractions.udig.project.ui.tool.AbstractModalTool
 
setContext(IToolContext) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
Called each time an eclipse editor is activated.
setContext(IToolContext) - Method in interface net.refractions.udig.project.ui.tool.Tool
Called each time an eclipse editor is activated.
setControl(Control) - Method in class net.refractions.udig.project.ui.wizard.export.image.ImageExportFormat
 
setCOPYAction(IAction, IWorkbenchPart) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
 
setCurrentCommandId(String) - Method in class net.refractions.udig.project.ui.tool.AbstractToolCommandHandler
 
setCurrentCommandId(String) - Method in interface net.refractions.udig.project.ui.tool.IToolHandler
Called before any of the IHandler methods are called.
setCurrentEditor(MapPart) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
 
setCurrentMap(Map) - Method in class net.refractions.udig.project.ui.PlatformGeoSelectionManager
 
setCursor(org.eclipse.swt.graphics.Cursor) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
Sets the mouse cursor.
setCursorID(String) - Method in class net.refractions.udig.project.ui.tool.AbstractModalTool
(non-Javadoc)
setCursorID(String) - Method in interface net.refractions.udig.project.ui.tool.ModalTool
Sets the current cursor ID for the modal tool.
setCUTAction(IAction, IWorkbenchPart) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
 
setDELETEAction(IAction, IWorkbenchPart) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
 
setEditorId(String) - Method in class net.refractions.udig.project.ui.UDIGEditorInput
 
setEnabled(boolean) - Method in class net.refractions.udig.project.ui.tool.AbstractActionTool
 
setEnabled(boolean) - Method in class net.refractions.udig.project.ui.tool.AbstractModalTool
(non-Javadoc)
setEnabled(boolean) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
(non-Javadoc)
setEnabled(boolean) - Method in interface net.refractions.udig.project.ui.tool.Tool
Sets enablement of the tool.
setFeature(SimpleFeature) - Method in interface net.refractions.udig.project.ui.IUDIGDialogPage
Called before createControl is called.
setFeatures(<any>) - Method in class net.refractions.udig.project.ui.controls.FeatureTableControl
Set up for a one time only paged access
setFocus() - Method in class net.refractions.udig.project.ui.controls.FeatureTableControl
Does nothing.
setFont(Control) - Method in class net.refractions.udig.project.ui.viewers.MapViewer
 
setFORWARDAction(IAction, IWorkbenchPart) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
 
setGlass(GlassPane) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
Sets the glass Pane
setGraphics(ViewportGraphics, IMapDisplay) - Method in class net.refractions.udig.project.ui.commands.AbstractDrawCommand
 
setGraphics(ViewportGraphics, IMapDisplay) - Method in interface net.refractions.udig.project.ui.commands.IDrawCommand
Sets the graphics2D that this command will draw on.
setIDs(List<String>) - Method in interface net.refractions.udig.project.ui.IDataDropWizard
 
setInfo(String) - Method in class net.refractions.udig.project.ui.summary.SummaryData
 
setMap(Map) - Method in class net.refractions.udig.project.ui.viewers.MapViewer
Used to ask the widget to display the provided map.
setMenu(Menu) - Method in class net.refractions.udig.project.ui.viewers.MapViewer
Context menu to be made visible as needed by tools.
setModalTool(ModalTool) - Method in class net.refractions.udig.project.ui.viewers.MapViewer
Accept the provided tool; call setContext; and activate the tool.
setModifier(ICellModifier) - Method in class net.refractions.udig.project.ui.summary.SummaryData
Sets the cell modifier used for this data item.
setNotifyListeners(boolean) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
 
setPageSize(int) - Method in class net.refractions.udig.project.ui.controls.FeatureTableControl
Sets the number of features viewed in the table per page.
setParent(SummaryData) - Method in class net.refractions.udig.project.ui.summary.SummaryData
 
setPASTEAction(IAction, IWorkbenchPart) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
 
setProjectElement(IProjectElement) - Method in class net.refractions.udig.project.ui.UDIGEditorInput
 
setProperty(String, Object) - Method in class net.refractions.udig.project.ui.tool.AbstractActionTool
 
setProperty(String, Object) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
 
setProperty(String, Object) - Method in interface net.refractions.udig.project.ui.tool.Tool
Sets the tool's property value by key.
setREDOAction(IAction, IWorkbenchPart) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
 
setRenderManager(RenderManager) - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
Called to set the owning renderManager()
setResolutions(double[]) - Method in class net.refractions.udig.project.ui.viewers.MapViewer
For resolutions consider:
setSelection(String, IGeoSelection) - Method in class net.refractions.udig.project.ui.PlatformGeoSelectionManager
 
setSelection(ISelection) - Method in class net.refractions.udig.project.ui.tool.selection.provider.AbstractMapEditorSelectionProvider
 
setSelection(IStructuredSelection) - Method in class net.refractions.udig.project.ui.wizard.export.MapSelectorPage
Sets the set of selected maps
setSelectionProvider(IMapEditorSelectionProvider) - Method in class net.refractions.udig.project.ui.tool.AbstractTool
 
setSelectionProvider(IMapEditorSelectionProvider) - Method in interface net.refractions.udig.project.ui.tool.ModalTool
Sets tool's selection provider.
setSelectionProvider(IMapEditorSelectionProvider) - Method in class net.refractions.udig.project.ui.viewers.MapViewer
 
setShape(Shape) - Method in class net.refractions.udig.project.ui.commands.SelectionBoxCommand
 
setShowLabels(boolean) - Method in class net.refractions.udig.project.ui.SelectionStyle
 
setTesting(boolean) - Static method in class net.refractions.udig.project.ui.AnimationUpdater
should only be used for testing purposes.
setTitle(String) - Method in class net.refractions.udig.project.ui.summary.SummaryData
 
setToIdentity() - Method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Check for permission before setting this transform.
setTool(Tool) - Method in class net.refractions.udig.project.ui.tool.AbstractToolCommandHandler
 
setTool(Tool) - Method in interface net.refractions.udig.project.ui.tool.IToolHandler
Called before any of the IHandler methods are called.
setToRotation(double) - Method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Check for permission before setting this transform.
setToRotation(double, double, double) - Method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Check for permission before setting this transform.
setToScale(double, double) - Method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Check for permission before setting this transform.
setToShear(double, double) - Method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Check for permission before setting this transform.
setToTranslation(double, double) - Method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Check for permission before setting this transform.
setTransform(AffineTransform) - Method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Check for permission before setting this transform.
setTransform(double, double, double, double, double, double) - Method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Check for permission before setting this transform.
setUNDOAction(IAction, IWorkbenchPart) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
 
setValid(boolean) - Method in class net.refractions.udig.project.ui.commands.AbstractDrawCommand
 
setValid(boolean) - Method in interface net.refractions.udig.project.ui.commands.IDrawCommand
Sets whether the current command should be drawn.
setValidator(ICellEditorValidator) - Method in class net.refractions.udig.project.ui.summary.SummaryData
 
setViewportModel(IViewportModel) - Method in class net.refractions.udig.project.ui.controls.ScaleRatioLabel
Sets the current viewport model.
shear(double, double) - Method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Check for permission before shearing this transform.
SHIFT_DOWN_MASK - Static variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
Indicates that the shift key is down
showErrorMessage(int, Project) - Method in class net.refractions.udig.project.ui.UDIGGenericAction
Called before operation.
showErrorMessage(int, ILayer, AdaptingFilter) - Method in class net.refractions.udig.project.ui.UDIGGenericAction
Called before operation.
showWhile(ViewportPane, Runnable) - Static method in class net.refractions.udig.project.ui.BusyIndicator
 
showWhile(ViewportPane, Display, Runnable) - Static method in class net.refractions.udig.project.ui.BusyIndicator
 
SimpleTool - Class in net.refractions.udig.project.ui.tool
An abstract class for all tools that wish to be "selection" tools.
SimpleTool() - Constructor for class net.refractions.udig.project.ui.tool.SimpleTool
By default SimpleTool will simply respond to MOUSE.
SimpleTool(int) - Constructor for class net.refractions.udig.project.ui.tool.SimpleTool
 
source - Variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
The Viewport pane that raised the event.
state - Variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
Deprecated. user modifiers and buttons
STATUS_LINE_HEIGHT - Static variable in class net.refractions.udig.project.ui.controls.ScaleRatioLabel
 
StylePreferencePage - Class in net.refractions.udig.project.ui.preferences
Preferences for Style elements
StylePreferencePage() - Constructor for class net.refractions.udig.project.ui.preferences.StylePreferencePage
 
SummaryCellEditorValidator - Class in net.refractions.udig.project.ui.summary
Delegates to the ICellEditorValidator object responsible for the modifying the SummaryData object.
SummaryCellEditorValidator(Collection<SummaryData>, Tree) - Constructor for class net.refractions.udig.project.ui.summary.SummaryCellEditorValidator
 
SummaryCellModifier - Class in net.refractions.udig.project.ui.summary
Delegates to the ICellModifier object responsible for the modifying the SummaryData object.
SummaryCellModifier(Collection<SummaryData>) - Constructor for class net.refractions.udig.project.ui.summary.SummaryCellModifier
 
SummaryControl - Class in net.refractions.udig.project.ui.summary
A control that shows a TableTree summary of the provided SummaryData
SummaryControl(Collection<SummaryData>) - Constructor for class net.refractions.udig.project.ui.summary.SummaryControl
 
SummaryData - Class in net.refractions.udig.project.ui.summary
Simple data object that has title and information fields.
SummaryData(String, Object) - Constructor for class net.refractions.udig.project.ui.summary.SummaryData
new instance.
SummaryDialog - Class in net.refractions.udig.project.ui.summary
Displays a set of summary information in a Table
SummaryDialog(Shell, String, Collection<SummaryData>) - Constructor for class net.refractions.udig.project.ui.summary.SummaryDialog
 
SW_RESIZE_CURSOR - Static variable in interface net.refractions.udig.project.ui.tool.ModalTool
The south-west-resize cursor type.
SyncProjection - Class in net.refractions.udig.project.ui.operations
 
SyncProjection() - Constructor for class net.refractions.udig.project.ui.operations.SyncProjection
 

T

TEXT_CURSOR - Static variable in interface net.refractions.udig.project.ui.tool.ModalTool
The text cursor type.
timestamp - Variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
the time the event occurred
Tool - Interface in net.refractions.udig.project.ui.tool
The general interface for tools interacting with the Map Editor.
ToolConstants - Interface in net.refractions.udig.project.ui.tool
Constants that are often used when defining tool extensions or creating tool extensions.
ToolLifecycleEvent - Class in net.refractions.udig.project.ui.tool
Event of tool lifecycle changing, such as:
ToolLifecycleEvent(Object, ToolLifecycleEvent.Type, Object, Object) - Constructor for class net.refractions.udig.project.ui.tool.ToolLifecycleEvent
 
ToolLifecycleEvent.Type - Enum in net.refractions.udig.project.ui.tool
 
ToolLifecycleListener - Interface in net.refractions.udig.project.ui.tool
Tool lifecycle listener.
ToolPreferences - Class in net.refractions.udig.project.ui
Preference page for all tools.
ToolPreferences() - Constructor for class net.refractions.udig.project.ui.ToolPreferences
 
ToolsConstants - Interface in net.refractions.udig.project.ui.tool
Some of the generic tool categories
transform(AffineTransform, Rectangle2D, Rectangle2D) - Static method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Returns a rectangle which entirely contains the direct transform of bounds.
TransformDrawCommand - Class in net.refractions.udig.project.ui.commands
Tranforms the Viewport's graphics current transform.
TransformDrawCommand() - Constructor for class net.refractions.udig.project.ui.commands.TransformDrawCommand
 
translate(double, double) - Method in class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Check for permission before translating this transform.

U

UDIGEditorInput - Class in net.refractions.udig.project.ui
So the project explorer could generically open any editor.
UDIGEditorInput() - Constructor for class net.refractions.udig.project.ui.UDIGEditorInput
 
UDIGGenericAction - Class in net.refractions.udig.project.ui
Calls implemented operate method on the each element of selection
UDIGGenericAction() - Constructor for class net.refractions.udig.project.ui.UDIGGenericAction
 
unregisterActions(IWorkbenchPart) - Method in interface net.refractions.udig.project.ui.tool.IToolManager
Unregisters keybindings for tools and cut/paste with the workbench part
unregisterSelectionManager(String) - Method in class net.refractions.udig.project.ui.GeoSelectionService
 
update() - Method in class net.refractions.udig.project.ui.controls.FeatureTableControl
Updates the table control with the current set of features.
update() - Method in interface net.refractions.udig.project.ui.render.displayAdapter.ViewportPane
This function is used to force paint events for a control.
updateMapList() - Method in class net.refractions.udig.project.ui.wizard.export.MapSelectorPage
Updates the list of selected maps
updateTable() - Method in class net.refractions.udig.project.ui.controls.FeatureTableControl
Updates the table by adding/removing columns.
updateUI(Runnable) - Method in interface net.refractions.udig.project.ui.tool.IToolContext
Run a code block in the UI thread.
useStandardDimensionControls() - Method in class net.refractions.udig.project.ui.wizard.export.image.ImageExportFormat
Returns true if the format will use the standard height/width widgets for choosing the dimensions of the output.
useStandardDimensionControls() - Method in class net.refractions.udig.project.ui.wizard.export.image.PDFImageExportFormat
 

V

valueOf(String) - Static method in class net.refractions.udig.project.ui.SelectionStyle
Given a name returned by SelectionStyle.name() this class returns one of the defaults
valueOf(String) - Static method in enum net.refractions.udig.project.ui.tool.ToolLifecycleEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.refractions.udig.project.ui.wizard.export.image.Paper
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.refractions.udig.project.ui.tool.ToolLifecycleEvent.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum net.refractions.udig.project.ui.wizard.export.image.Paper
Returns an array containing the constants of this enum type, in the order they're declared.
VIEW - Static variable in interface net.refractions.udig.project.ui.tool.Tool
Tool category for tools that do not modify.
viewer - Variable in class net.refractions.udig.project.ui.wizard.export.MapSelectorPage
 
viewport - Variable in class net.refractions.udig.project.ui.viewers.MapViewer
This viewer's ViewportPane control.
ViewportPane - Interface in net.refractions.udig.project.ui.render.displayAdapter
The ViewportPane is the display area for a Map.

W

W_RESIZE_CURSOR - Static variable in interface net.refractions.udig.project.ui.tool.ModalTool
The west-resize cursor type.
WAIT_CURSOR - Static variable in interface net.refractions.udig.project.ui.tool.ModalTool
The wait cursor type.
WHEEL - Static variable in class net.refractions.udig.project.ui.tool.AbstractTool
Flag indicating the tool is a MapMouseWheelListener
widgetDefaultSelected(SelectionEvent) - Method in class net.refractions.udig.project.ui.wizard.export.MapSelectorPage.SelectButtonListener
 
widgetSelected(SelectionEvent) - Method in class net.refractions.udig.project.ui.wizard.export.MapSelectorPage.SelectButtonListener
 
WIDTH_KEY - Static variable in class net.refractions.udig.project.ui.wizard.export.image.ExportMapToImageWizard
 
WorldImageExportFormat - Class in net.refractions.udig.project.ui.wizard.export.image
An export strategy for exporting an image in World+Image format.
WorldImageExportFormat(String, String) - Constructor for class net.refractions.udig.project.ui.wizard.export.image.WorldImageExportFormat
 
write(IMap, BufferedImage, File) - Method in class net.refractions.udig.project.ui.wizard.export.image.GeotiffImageExportFormat
 
write(BufferedImage, String, Paper, int, int, boolean, int) - Static method in class net.refractions.udig.project.ui.wizard.export.image.Image2Pdf
writes a buffered image to pdf at a given resolution
write(IMap, BufferedImage, File) - Method in class net.refractions.udig.project.ui.wizard.export.image.ImageExportFormat
Writes the image that was created from the map to the destination file.
write(IMap, BufferedImage, File) - Method in class net.refractions.udig.project.ui.wizard.export.image.PDFImageExportFormat
 
write(IMap, BufferedImage, File) - Method in class net.refractions.udig.project.ui.wizard.export.image.WorldImageExportFormat
 

X

x - Variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
indicates the x position of the event
XAffineTransform - Class in net.refractions.udig.project.ui.wizard.export.image
This is a class in Geotools but it has different package name in GT 2.2 vs trunk and therefore until I abandon 2.2 I need this class
XAffineTransform(AffineTransform) - Constructor for class net.refractions.udig.project.ui.wizard.export.image.XAffineTransform
Constructs a new XAffineTransform that is a copy of the specified AffineTransform object.
XPID - Static variable in interface net.refractions.udig.project.ui.tool.IToolManager
 

Y

y - Variable in class net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent
indicates the y position of the event

Z

zoom(double, double) - Method in class net.refractions.udig.project.ui.commands.TransformDrawCommand
 
ZOOM_CA - Static variable in interface net.refractions.udig.project.ui.tool.ToolConstants
 
ZOOM_CATEGORY - Static variable in interface net.refractions.udig.project.ui.tool.ToolsConstants
 
zoomTo(int) - Method in class net.refractions.udig.project.ui.viewers.MapViewer
Will zoom to the appropriate level (if a zoom model has been provided by setResolutions call).

A B C D E F G H I K L M N O P R S T U V W X Y Z