Java Doc for ProjectUIPlugin.java in  » GIS » udig-1.1 » net » refractions » udig » project » ui » internal » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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.project.ui.internal 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


net.refractions.udig.project.ui.internal.ProjectUIPlugin

ProjectUIPlugin
public class ProjectUIPlugin extends AbstractUIPlugin (Code)
The Plugin class for the net.refractions.udig.project plugin. Provides access to plugin resources.
author:
   Jesse Eichar
version:
   $Revision: 1.9 $


Field Summary
final public static  StringID
    
final public static  ProjectUIPluginINSTANCE
     Keep track of the singleton.
final public static  intMAX_RESOURCES_IN_SERVICE
     The maximum number of resources per service that can be added to a map without asking the user for permission.
final public static  StringPREF_OPEN_DIALOG_DIRECTORY
    
 List<AdapterFactory>adapterFactories
    
 FeatureEditorExtensionProcessorfeatureEditProcessor
    
 Imagesimages
    
 Objectmutex
    

Constructor Summary
public  ProjectUIPlugin()
    

Method Summary
public  List<AdapterFactory>getAdapterFactories()
    
public  AdapterFactorygetAdapterFactory()
     Returns the adapterfactory instance.
public static  ProjectUIPlugingetDefault()
    
public  intgetDoubleClickSpeed()
    
public  FeatureEditorExtensionProcessorgetFeatureEditProcessor()
     Gets the FeatureEditorProcessor instance.
public  ImagesgetImages()
    
public  IPropertySheetPagegetPropertySheetPage()
     This accesses a cached version of the property sheet.
public static  booleanisDebugging(String trace)
     Performs the Platform.getDebugOption true check on the provided trace

Note: ProjectUIPlugin.getDefault().isDebugging() must also be on.

public static  voidlog(String message2, Throwable e)
     Writes an info log in the plugin's log.
public  voidstart(BundleContext context)
    
public  voidstop(BundleContext context)
    
public static  voidtrace(String traceID, Class caller, String message, Throwable e)
     Messages that only engage if getDefault().isDebugging() and the trace option traceID is true. Available trace options can be found in the Trace class.
public static  voidtrace(Class caller, String message, Throwable e)
     Adds the name of the caller class to the message.

Field Detail
ID
final public static String ID(Code)
The plugin ID



INSTANCE
final public static ProjectUIPlugin INSTANCE(Code)
Keep track of the singleton.



MAX_RESOURCES_IN_SERVICE
final public static int MAX_RESOURCES_IN_SERVICE(Code)
The maximum number of resources per service that can be added to a map without asking the user for permission.



PREF_OPEN_DIALOG_DIRECTORY
final public static String PREF_OPEN_DIALOG_DIRECTORY(Code)
Preference store for the last directory open by the file selection dialog



adapterFactories
List<AdapterFactory> adapterFactories(Code)



featureEditProcessor
FeatureEditorExtensionProcessor featureEditProcessor(Code)



images
Images images(Code)



mutex
Object mutex(Code)




Constructor Detail
ProjectUIPlugin
public ProjectUIPlugin()(Code)
creates a plugin instance




Method Detail
getAdapterFactories
public List<AdapterFactory> getAdapterFactories()(Code)
Returns the adapterFactories.



getAdapterFactory
public AdapterFactory getAdapterFactory()(Code)
Returns the adapterfactory instance. the adapterfactory instance.



getDefault
public static ProjectUIPlugin getDefault()(Code)
Returns the system created plugin object the plugin object



getDoubleClickSpeed
public int getDoubleClickSpeed()(Code)



getFeatureEditProcessor
public FeatureEditorExtensionProcessor getFeatureEditProcessor()(Code)
Gets the FeatureEditorProcessor instance.



getImages
public Images getImages()(Code)
Returns the images.



getPropertySheetPage
public IPropertySheetPage getPropertySheetPage()(Code)
This accesses a cached version of the property sheet. An IProperty page for the selected object



isDebugging
public static boolean isDebugging(String trace)(Code)
Performs the Platform.getDebugOption true check on the provided trace

Note: ProjectUIPlugin.getDefault().isDebugging() must also be on.

  • Trace.RENDER - trace rendering progress


Parameters:
  trace - currently only RENDER is defined



log
public static void log(String message2, Throwable e)(Code)
Writes an info log in the plugin's log.

This should be used for user level messages.




start
public void start(BundleContext context) throws Exception(Code)

See Also:   org.osgi.framework.BundleActivator.start(org.osgi.framework.BundleContext)



stop
public void stop(BundleContext context) throws Exception(Code)

See Also:   org.eclipse.ui.plugin.AbstractUIPlugin.stop(org.osgi.framework.BundleContext)



trace
public static void trace(String traceID, Class caller, String message, Throwable e)(Code)
Messages that only engage if getDefault().isDebugging() and the trace option traceID is true. Available trace options can be found in the Trace class. (They must also be part of the .options file)



trace
public static void trace(Class caller, String message, Throwable e)(Code)
Adds the name of the caller class to the message.
Parameters:
  caller - class of the object doing the trace.
Parameters:
  message - tracing message, may be null.
Parameters:
  e - exception, may be null.



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.