net.refractions.udig.ui

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » GIS » udig 1.1 » net.refractions.udig.ui 
net.refractions.udig.ui
Java Source File NameTypeComment
AbstractStrategizedTransfer.javaClass This class provides the framework for a transfer to have different behaviours depending on the strategy that is set.

For example:

A GeometryTextTransfer can encode the geometry as a GML string or a WKT string (as created by JTS WKTWriter). The GeometryTextTransfer class subclasses AbstractStrategizedTransfer and only needs to provide the current strategy and the set of possible strategies.

AbstractTextStrategizedTransfer.javaClass An abstract class for all the Types of text transfers supported by uDig.
AttributeColumnSortListener.javaClass Listens for clicks on the column header and sorts the columns according to the direction of the column.
AttributeComparator.javaClass
AttributeValidator.javaClass
BasicTypeCellEditor.javaClass
BooleanCellEditor.javaClass
Constants.javaInterface General constants used by the uDig Application.
Controller.javaInterface
CreateMenus.javaClass This class is used to create the application menus.
CRSChooser.javaClass Creates a Control for choosing a Coordinate Reference System.
CRSDialogCellEditor.javaClass A dialog cell editor that opens a CRSChooser dialog.
DecoratorOverlayIcon.javaClass An DecoratorOverlayIcon consists of a main icon and several adornments.

Eclipse has many implementations of this class - all of them are internal. This one is based on org.eclipse.ui.internal.decorators.DecoratorOverlayIcon and has the advantage of having an equals and hashcode impemenation.

DisplayErrorCellListener.javaClass Writes a message to the Status Line if available and changes the BackgroundColor of the editor if possible.
Drawing.javaClass
ErrorManager.javaClass Provides a consistent way to handle error notifications.
ExceptionDisplayer.javaClass
FeatureCollectionSelection.javaClass Adapt a feature collection as a Selection so it can be used with StructedViewers.
FeatureTableContentProvider.javaClass
FeatureTableControl.javaClass A TreeViewer control for viewing a table of Feature attributes.

The object is used by using a FeatureCollection.

FeatureTableLabelProvider.javaClass
FeatureTableSelectionProvider.javaClass
FeatureTypeEditor.javaClass A composite editor based on a JFace TreeViewer for creating and editing feature types.
FeatureTypeEditorDialog.javaClass Opens a dialog that allows a FeatureType to be defined.
FIDComparator.javaClass Sorts features according to their FIDS.
FidSelection.javaClass A selection that uses a set of fids to indicate the selection in the collection of features.
GraphicConstants.javaInterface This class defines constants for looking up resources that are available only within the uDig project.
HelpContextIds.javaInterface Help context ids for the uDig application..
IBlockingSelection.javaInterface This is a selection that may block upon retrieving selection.
IDropAction.javaClass Defines the behaviour when a drag and drop event occurs.
IDropHandlerListener.javaInterface Listener that is notified when a drop is completed.
IFeatureTableLoadingListener.javaInterface A listener that is notified when the FeatureTable begins loading features and stops loading features.
ImageCache.javaClass A weakly referenced cache of image descriptors to arrays of image instances (representing normal, gray and disabled images).
LegalAttributeTypes.javaClass Maps between the Name of a type in the combo box cell editor and the class of the type.
LoadingEvent.javaClass
MenuBuilder.javaInterface This class is used to configure a menu bar and a cool bar.
OffThreadProgressMonitor.javaClass
OverlayCache.javaClass The OverlayCache is works specifically with DecoratorOverlayIcon allowing decorators while not wasting resources.
PlatformGIS.javaClass A facade into udig to simplify operations relating to performing platform operations.
PostShutdownTask.javaInterface Encapsulates a task that needs to be run after the workbench has shutdown.
PreShutdownTask.javaInterface Encapsulates a task that needs to be run at shutdown but before the workbench has been shutdown.
ProgressFeatureCollection.javaClass This is a single use collection because the monitor is used by the iterators and since iterator doesn't take one then it can only be used once.
ProgressManager.javaClass Provides a consistent way to show progress of blocking operations.
ProgressMonitorTaskNamer.javaClass A SubprogressMonitor that also changes the current task name when begin Task is called.
SearchPart.javaClass A ViewPart with support for a background "search" process.
SelectionComparator.javaClass Promotes the Features selected by the filter to the top if SWT.UP.
ShutdownTaskList.javaClass This class allows a plugin to add an IShutdownTask object that will be run when uDig shuts down.
TransferFactory.javaInterface
UDIGDisplaySafeCondition.javaClass
UDIGDisplaySafeLock.javaClass This lock is reentrant and guarantees that a display thread will not block, it will continue to call Display.readAndDispatch .
UDIGDragDropUtilities.javaClass Useful methods for adding drag and drop support to controls or viewers.
UDIGDropTargetListener.javaInterface The interface for uDig drop target listeners.
UDIGMenuBuilder.javaClass This class builds the menus for the uDig application.

When uDig is run as a plugin, this class would need to be called by something other than the WorkbenchAdvisor in order to setup the menus.

UIUtilities.javaClass
ViewerDropLocation.javaenum Enumerates the number of places that a element can be dropped on an element in a viewer.
WaitCondition.javaInterface
WarningCellEditor.javaClass A Cell editor that tells the user a message.
WorkbenchConfiguration.javaInterface The WorkbenchConfiguration configures the Eclipse WorkbenchWindow.
ZoomingDialog.javaClass A dialog that, on opening, will zoom from the start location/size the location of the provided dialog.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.