Java Doc for ISharedImages.java in  » IDE-Eclipse » jdt » org » eclipse » jdt » ui » 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 » IDE Eclipse » jdt » org.eclipse.jdt.ui 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.eclipse.jdt.ui.ISharedImages

All known Subclasses:   org.eclipse.jdt.internal.ui.SharedImages,
ISharedImages
public interface ISharedImages (Code)
Standard images provided by the Java UI plug-in. This class offers access to the standard images in two forms:
  • Use ISharedImages.getImage(IMG_OBJS_FOO) to access the shared standard Image object (caller must not dispose of image).
  • Use ISharedImages.getImageDescriptor(IMG_OBJS_FOO) to access the standard ImageDescriptor object (caller is responsible for disposing of any Image objects it creates using this descriptor).

This interface is not intended to be implemented by clients.



Field Summary
final public static  StringIMG_FIELD_DEFAULT
     Key to access the shared image or image descriptor for a field with default visibility.
final public static  StringIMG_FIELD_PRIVATE
     Key to access the shared image or image descriptor for a private field.
final public static  StringIMG_FIELD_PROTECTED
     Key to access the shared image or image descriptor for a protected field.
final public static  StringIMG_FIELD_PUBLIC
     Key to access the shared image or image descriptor for a public field.
final public static  StringIMG_OBJS_ANNOTATION
     Key to access the shared image or image descriptor for a annotation type.
final public static  StringIMG_OBJS_ANNOTATION_DEFAULT
     Key to access the shared image or image descriptor for a annotation type with default visibility.
final public static  StringIMG_OBJS_ANNOTATION_PRIVATE
     Key to access the shared image or image descriptor for a annotation type with private visibility.
final public static  StringIMG_OBJS_ANNOTATION_PROTECTED
     Key to access the shared image or image descriptor for a annotation type with protected visibility.
final public static  StringIMG_OBJS_CFILE
     Key to access the shared image or image descriptor for a Java class file.
final public static  StringIMG_OBJS_CLASS
     Key to access the shared image or image descriptor for a class.
final public static  StringIMG_OBJS_CLASSPATH_VAR_ENTRY
     Key to access the shared image or image descriptor for a classpath variable entry.
final public static  StringIMG_OBJS_CLASS_DEFAULT
     Key to access the shared image or image descriptor for a class with default visibility.
final public static  StringIMG_OBJS_CUNIT
     Key to access the shared image or image descriptor for a Java compilation unit.
final public static  StringIMG_OBJS_DEFAULT
     Key to access the shared image or image descriptor for class members with default visibility.
final public static  StringIMG_OBJS_EMPTY_LOGICAL_PACKAGE
     Key to access the shared image or image descriptor for an empty logical package.
final public static  StringIMG_OBJS_EMPTY_PACKAGE
     Key to access the shared image or image descriptor for an empty package.
final public static  StringIMG_OBJS_ENUM
     Key to access the shared image or image descriptor for a enum type.
final public static  StringIMG_OBJS_ENUM_DEFAULT
     Key to access the shared image or image descriptor for a enum type with default visibility.
final public static  StringIMG_OBJS_ENUM_PRIVATE
     Key to access the shared image or image descriptor for a enum type with private visibility.
final public static  StringIMG_OBJS_ENUM_PROTECTED
     Key to access the shared image or image descriptor for a enum type with protected visibility.
final public static  StringIMG_OBJS_EXTERNAL_ARCHIVE
     Key to access the shared image or image descriptor for external archives.
final public static  StringIMG_OBJS_EXTERNAL_ARCHIVE_WITH_SOURCE
     Key to access the shared image or image descriptor for external archives with source.
final public static  StringIMG_OBJS_IMPCONT
     Key to access the shared image or image descriptor for an import container.
final public static  StringIMG_OBJS_IMPDECL
     Key to access the shared image or image descriptor for an import statement.
final public static  StringIMG_OBJS_INNER_CLASS_DEFAULT
     Key to access the shared image or image descriptor for a inner class with default visibility.
final public static  StringIMG_OBJS_INNER_CLASS_PRIVATE
     Key to access the shared image or image descriptor for a private inner class.
final public static  StringIMG_OBJS_INNER_CLASS_PROTECTED
     Key to access the shared image or image descriptor for a protected inner class.
final public static  StringIMG_OBJS_INNER_CLASS_PUBLIC
     Key to access the shared image or image descriptor for a public inner class.
final public static  StringIMG_OBJS_INNER_INTERFACE_DEFAULT
     Key to access the shared image or image descriptor for an inner interface with default visibility.
final public static  StringIMG_OBJS_INNER_INTERFACE_PRIVATE
     Key to access the shared image or image descriptor for a private inner interface.
final public static  StringIMG_OBJS_INNER_INTERFACE_PROTECTED
     Key to access the shared image or image descriptor for a protected inner interface.
final public static  StringIMG_OBJS_INNER_INTERFACE_PUBLIC
     Key to access the shared image or image descriptor for a public inner interface.
final public static  StringIMG_OBJS_INTERFACE
     Key to access the shared image or image descriptor for an interface.
final public static  StringIMG_OBJS_INTERFACE_DEFAULT
     Key to access the shared image or image descriptor for an interface with default visibility.
final public static  StringIMG_OBJS_JAR
     Key to access the shared image or image descriptor for a JAR archive.
final public static  StringIMG_OBJS_JAR_WITH_SOURCE
     Key to access the shared image or image descriptor for a JAR with source.
final public static  StringIMG_OBJS_JAVADOCTAG
     Key to access the shared image or image descriptor for javadoc tags.
final public static  StringIMG_OBJS_LIBRARY
     Key to access the shared image or image descriptor for a library (class path container).
final public static  StringIMG_OBJS_LOCAL_VARIABLE
     Key to access the shared image or image descriptor for a local variable.
final public static  StringIMG_OBJS_LOGICAL_PACKAGE
     Key to access the shared image or image descriptor for a logical package.
final public static  StringIMG_OBJS_PACKAGE
     Key to access the shared image or image descriptor for a package.
final public static  StringIMG_OBJS_PACKDECL
     Key to access the shared image or image descriptor for a package declaration.
final public static  StringIMG_OBJS_PACKFRAG_ROOT
     Key to access the shared image or image descriptor for a package fragment root.
final public static  StringIMG_OBJS_PRIVATE
     Key to access the shared image or image descriptor for a private member.
final public static  StringIMG_OBJS_PROTECTED
     Key to access the shared image or image descriptor for a protected member.
final public static  StringIMG_OBJS_PUBLIC
     Key to access the shared image or image descriptor for a public member.


Method Summary
public  ImagegetImage(String key)
     Returns the shared image managed under the given key.
public  ImageDescriptorgetImageDescriptor(String key)
     Returns the image descriptor managed under the given key.

Field Detail
IMG_FIELD_DEFAULT
final public static String IMG_FIELD_DEFAULT(Code)
Key to access the shared image or image descriptor for a field with default visibility.
since:
   3.0



IMG_FIELD_PRIVATE
final public static String IMG_FIELD_PRIVATE(Code)
Key to access the shared image or image descriptor for a private field.
since:
   3.0



IMG_FIELD_PROTECTED
final public static String IMG_FIELD_PROTECTED(Code)
Key to access the shared image or image descriptor for a protected field.
since:
   3.0



IMG_FIELD_PUBLIC
final public static String IMG_FIELD_PUBLIC(Code)
Key to access the shared image or image descriptor for a public field.
since:
   3.0



IMG_OBJS_ANNOTATION
final public static String IMG_OBJS_ANNOTATION(Code)
Key to access the shared image or image descriptor for a annotation type.
since:
   3.1



IMG_OBJS_ANNOTATION_DEFAULT
final public static String IMG_OBJS_ANNOTATION_DEFAULT(Code)
Key to access the shared image or image descriptor for a annotation type with default visibility.
since:
   3.1



IMG_OBJS_ANNOTATION_PRIVATE
final public static String IMG_OBJS_ANNOTATION_PRIVATE(Code)
Key to access the shared image or image descriptor for a annotation type with private visibility.
since:
   3.1



IMG_OBJS_ANNOTATION_PROTECTED
final public static String IMG_OBJS_ANNOTATION_PROTECTED(Code)
Key to access the shared image or image descriptor for a annotation type with protected visibility.
since:
   3.1



IMG_OBJS_CFILE
final public static String IMG_OBJS_CFILE(Code)
Key to access the shared image or image descriptor for a Java class file.



IMG_OBJS_CLASS
final public static String IMG_OBJS_CLASS(Code)
Key to access the shared image or image descriptor for a class.



IMG_OBJS_CLASSPATH_VAR_ENTRY
final public static String IMG_OBJS_CLASSPATH_VAR_ENTRY(Code)
Key to access the shared image or image descriptor for a classpath variable entry.
since:
   3.2



IMG_OBJS_CLASS_DEFAULT
final public static String IMG_OBJS_CLASS_DEFAULT(Code)
Key to access the shared image or image descriptor for a class with default visibility.
since:
   3.0



IMG_OBJS_CUNIT
final public static String IMG_OBJS_CUNIT(Code)
Key to access the shared image or image descriptor for a Java compilation unit.



IMG_OBJS_DEFAULT
final public static String IMG_OBJS_DEFAULT(Code)
Key to access the shared image or image descriptor for class members with default visibility.



IMG_OBJS_EMPTY_LOGICAL_PACKAGE
final public static String IMG_OBJS_EMPTY_LOGICAL_PACKAGE(Code)
Key to access the shared image or image descriptor for an empty logical package.
since:
   3.0



IMG_OBJS_EMPTY_PACKAGE
final public static String IMG_OBJS_EMPTY_PACKAGE(Code)
Key to access the shared image or image descriptor for an empty package.
since:
   3.0



IMG_OBJS_ENUM
final public static String IMG_OBJS_ENUM(Code)
Key to access the shared image or image descriptor for a enum type.
since:
   3.1



IMG_OBJS_ENUM_DEFAULT
final public static String IMG_OBJS_ENUM_DEFAULT(Code)
Key to access the shared image or image descriptor for a enum type with default visibility.
since:
   3.1



IMG_OBJS_ENUM_PRIVATE
final public static String IMG_OBJS_ENUM_PRIVATE(Code)
Key to access the shared image or image descriptor for a enum type with private visibility.
since:
   3.1



IMG_OBJS_ENUM_PROTECTED
final public static String IMG_OBJS_ENUM_PROTECTED(Code)
Key to access the shared image or image descriptor for a enum type with protected visibility.
since:
   3.1



IMG_OBJS_EXTERNAL_ARCHIVE
final public static String IMG_OBJS_EXTERNAL_ARCHIVE(Code)
Key to access the shared image or image descriptor for external archives.
since:
   2.1



IMG_OBJS_EXTERNAL_ARCHIVE_WITH_SOURCE
final public static String IMG_OBJS_EXTERNAL_ARCHIVE_WITH_SOURCE(Code)
Key to access the shared image or image descriptor for external archives with source.
since:
   2.1



IMG_OBJS_IMPCONT
final public static String IMG_OBJS_IMPCONT(Code)
Key to access the shared image or image descriptor for an import container.



IMG_OBJS_IMPDECL
final public static String IMG_OBJS_IMPDECL(Code)
Key to access the shared image or image descriptor for an import statement.



IMG_OBJS_INNER_CLASS_DEFAULT
final public static String IMG_OBJS_INNER_CLASS_DEFAULT(Code)
Key to access the shared image or image descriptor for a inner class with default visibility.
since:
   3.0



IMG_OBJS_INNER_CLASS_PRIVATE
final public static String IMG_OBJS_INNER_CLASS_PRIVATE(Code)
Key to access the shared image or image descriptor for a private inner class.
since:
   3.0



IMG_OBJS_INNER_CLASS_PROTECTED
final public static String IMG_OBJS_INNER_CLASS_PROTECTED(Code)
Key to access the shared image or image descriptor for a protected inner class.
since:
   3.0



IMG_OBJS_INNER_CLASS_PUBLIC
final public static String IMG_OBJS_INNER_CLASS_PUBLIC(Code)
Key to access the shared image or image descriptor for a public inner class.
since:
   3.0



IMG_OBJS_INNER_INTERFACE_DEFAULT
final public static String IMG_OBJS_INNER_INTERFACE_DEFAULT(Code)
Key to access the shared image or image descriptor for an inner interface with default visibility.
since:
   3.0



IMG_OBJS_INNER_INTERFACE_PRIVATE
final public static String IMG_OBJS_INNER_INTERFACE_PRIVATE(Code)
Key to access the shared image or image descriptor for a private inner interface.
since:
   3.0



IMG_OBJS_INNER_INTERFACE_PROTECTED
final public static String IMG_OBJS_INNER_INTERFACE_PROTECTED(Code)
Key to access the shared image or image descriptor for a protected inner interface.
since:
   3.0



IMG_OBJS_INNER_INTERFACE_PUBLIC
final public static String IMG_OBJS_INNER_INTERFACE_PUBLIC(Code)
Key to access the shared image or image descriptor for a public inner interface.
since:
   3.0



IMG_OBJS_INTERFACE
final public static String IMG_OBJS_INTERFACE(Code)
Key to access the shared image or image descriptor for an interface.



IMG_OBJS_INTERFACE_DEFAULT
final public static String IMG_OBJS_INTERFACE_DEFAULT(Code)
Key to access the shared image or image descriptor for an interface with default visibility.
since:
   3.0



IMG_OBJS_JAR
final public static String IMG_OBJS_JAR(Code)
Key to access the shared image or image descriptor for a JAR archive.



IMG_OBJS_JAR_WITH_SOURCE
final public static String IMG_OBJS_JAR_WITH_SOURCE(Code)
Key to access the shared image or image descriptor for a JAR with source.
since:
   3.0



IMG_OBJS_JAVADOCTAG
final public static String IMG_OBJS_JAVADOCTAG(Code)
Key to access the shared image or image descriptor for javadoc tags.
since:
   3.2



IMG_OBJS_LIBRARY
final public static String IMG_OBJS_LIBRARY(Code)
Key to access the shared image or image descriptor for a library (class path container).
since:
   3.0



IMG_OBJS_LOCAL_VARIABLE
final public static String IMG_OBJS_LOCAL_VARIABLE(Code)
Key to access the shared image or image descriptor for a local variable.
since:
   3.0



IMG_OBJS_LOGICAL_PACKAGE
final public static String IMG_OBJS_LOGICAL_PACKAGE(Code)
Key to access the shared image or image descriptor for a logical package.
since:
   3.0



IMG_OBJS_PACKAGE
final public static String IMG_OBJS_PACKAGE(Code)
Key to access the shared image or image descriptor for a package.



IMG_OBJS_PACKDECL
final public static String IMG_OBJS_PACKDECL(Code)
Key to access the shared image or image descriptor for a package declaration.



IMG_OBJS_PACKFRAG_ROOT
final public static String IMG_OBJS_PACKFRAG_ROOT(Code)
Key to access the shared image or image descriptor for a package fragment root.
since:
   3.0



IMG_OBJS_PRIVATE
final public static String IMG_OBJS_PRIVATE(Code)
Key to access the shared image or image descriptor for a private member.



IMG_OBJS_PROTECTED
final public static String IMG_OBJS_PROTECTED(Code)
Key to access the shared image or image descriptor for a protected member.



IMG_OBJS_PUBLIC
final public static String IMG_OBJS_PUBLIC(Code)
Key to access the shared image or image descriptor for a public member.





Method Detail
getImage
public Image getImage(String key)(Code)
Returns the shared image managed under the given key.

Note that clients must not dispose the image returned by this method.


Parameters:
  key - the image key; one of the IMG_OBJS_* constants the shared image managed under the given key, or nullif none



getImageDescriptor
public ImageDescriptor getImageDescriptor(String key)(Code)
Returns the image descriptor managed under the given key.
Parameters:
  key - the image key; one of the IMG_OBJS_* constants the image descriptor managed under the given key, or nullif none



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