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


org.eclipse.ui.ISharedImages

All known Subclasses:   org.eclipse.ui.internal.SharedImages,
ISharedImages
public interface ISharedImages (Code)
A registry for common images used by the workbench which may be useful to other plug-ins.

This class provides Image and ImageDescriptors for each named image in the interface. All Image objects provided by this class are managed by this class and must never be disposed by other clients.

This interface is not intended to be implemented by clients.



Field Summary
final public static  StringIMG_DEF_VIEW
     Identifies the default image used for views.
final public static  StringIMG_OBJS_BKMRK_TSK
     Identifies the default image used to indicate a bookmark.
final public static  StringIMG_OBJS_ERROR_TSK
     Identifies the default image used to indicate errors.
final public static  StringIMG_OBJS_INFO_TSK
     Identifies the default image used to indicate information only.
final public static  StringIMG_OBJS_TASK_TSK
     Identifies the default image used to indicate a task.
final public static  StringIMG_OBJS_WARN_TSK
     Identifies the default image used to indicate warnings.
final public static  StringIMG_OBJ_ELEMENT
     Identifies an element image.
final public static  StringIMG_OBJ_FILE
     Identifies a file image.
final public static  StringIMG_OBJ_FOLDER
     Identifies a folder image.
final public static  StringIMG_OBJ_PROJECT
     Identifies a project image.
final public static  StringIMG_OBJ_PROJECT_CLOSED
     Identifies a closed project image.
final public static  StringIMG_OPEN_MARKER
     Identifies the image used for "open marker".
final public static  StringIMG_TOOL_BACK
     Identifies the back image in the enabled state.
final public static  StringIMG_TOOL_BACK_DISABLED
     Identifies the back image in the disabled state.
final public static  StringIMG_TOOL_BACK_HOVER
     Identifies the back image in the hover (colored) state.
final public static  StringIMG_TOOL_COPY
     Identifies the copy image in the enabled state.
final public static  StringIMG_TOOL_COPY_DISABLED
     Identifies the copy image in the disabled state.
final public static  StringIMG_TOOL_COPY_HOVER
     Identifies the copy image in the hover (colored) state.
final public static  StringIMG_TOOL_CUT
     Identifies the cut image in the enabled state.
final public static  StringIMG_TOOL_CUT_DISABLED
     Identifies the cut image in the disabled state.
final public static  StringIMG_TOOL_CUT_HOVER
     Identifies the cut image in the hover (colored) state.
final public static  StringIMG_TOOL_DELETE
     Identifies the delete image in the enabled state.
final public static  StringIMG_TOOL_DELETE_DISABLED
     Identifies the delete image in the disabled state.
final public static  StringIMG_TOOL_DELETE_HOVER
     Identifies the delete image in the hover (colored) state.
final public static  StringIMG_TOOL_FORWARD
     Identifies the forward image in the enabled state.
final public static  StringIMG_TOOL_FORWARD_DISABLED
     Identifies the forward image in the disabled state.
final public static  StringIMG_TOOL_FORWARD_HOVER
     Identifies the forward image in the hover (colored) state.
final public static  StringIMG_TOOL_NEW_WIZARD
     Identifies the new wizard image in the enabled state.
final public static  StringIMG_TOOL_NEW_WIZARD_DISABLED
     Identifies the new wizard image in the disabled state.
final public static  StringIMG_TOOL_NEW_WIZARD_HOVER
     Identifies the new wizard image in the hover (colored) state.
final public static  StringIMG_TOOL_PASTE
     Identifies the paste image in the enabled state.
final public static  StringIMG_TOOL_PASTE_DISABLED
     Identifies the paste image in the disabled state.
final public static  StringIMG_TOOL_PASTE_HOVER
     Identifies the paste image in the hover (colored) state.
final public static  StringIMG_TOOL_REDO
     Identifies the redo image in the enabled state.
final public static  StringIMG_TOOL_REDO_DISABLED
     Identifies the redo image in the disabled state.
final public static  StringIMG_TOOL_REDO_HOVER
     Identifies the redo image in the hover (colored) state.
final public static  StringIMG_TOOL_UNDO
     Identifies the undo image in the enabled state.
final public static  StringIMG_TOOL_UNDO_DISABLED
     Identifies the undo image in the disabled state.
final public static  StringIMG_TOOL_UNDO_HOVER
     Identifies the undo image in the hover (colored) state.
final public static  StringIMG_TOOL_UP
     Identifies the up image in the enabled state.
final public static  StringIMG_TOOL_UP_DISABLED
     Identifies the up image in the disabled state.
final public static  StringIMG_TOOL_UP_HOVER
     Identifies the up image in the hover (colored) state.


Method Summary
public  ImagegetImage(String symbolicName)
     Retrieves the specified image from the workbench plugin's image registry.
public  ImageDescriptorgetImageDescriptor(String symbolicName)
     Retrieves the image descriptor for specified image from the workbench's image registry.

Field Detail
IMG_DEF_VIEW
final public static String IMG_DEF_VIEW(Code)
Identifies the default image used for views.



IMG_OBJS_BKMRK_TSK
final public static String IMG_OBJS_BKMRK_TSK(Code)
Identifies the default image used to indicate a bookmark.



IMG_OBJS_ERROR_TSK
final public static String IMG_OBJS_ERROR_TSK(Code)
Identifies the default image used to indicate errors.



IMG_OBJS_INFO_TSK
final public static String IMG_OBJS_INFO_TSK(Code)
Identifies the default image used to indicate information only.



IMG_OBJS_TASK_TSK
final public static String IMG_OBJS_TASK_TSK(Code)
Identifies the default image used to indicate a task.



IMG_OBJS_WARN_TSK
final public static String IMG_OBJS_WARN_TSK(Code)
Identifies the default image used to indicate warnings.



IMG_OBJ_ELEMENT
final public static String IMG_OBJ_ELEMENT(Code)
Identifies an element image.



IMG_OBJ_FILE
final public static String IMG_OBJ_FILE(Code)
Identifies a file image.



IMG_OBJ_FOLDER
final public static String IMG_OBJ_FOLDER(Code)
Identifies a folder image.



IMG_OBJ_PROJECT
final public static String IMG_OBJ_PROJECT(Code)
Identifies a project image.



IMG_OBJ_PROJECT_CLOSED
final public static String IMG_OBJ_PROJECT_CLOSED(Code)
Identifies a closed project image.



IMG_OPEN_MARKER
final public static String IMG_OPEN_MARKER(Code)
Identifies the image used for "open marker".



IMG_TOOL_BACK
final public static String IMG_TOOL_BACK(Code)
Identifies the back image in the enabled state.



IMG_TOOL_BACK_DISABLED
final public static String IMG_TOOL_BACK_DISABLED(Code)
Identifies the back image in the disabled state.



IMG_TOOL_BACK_HOVER
final public static String IMG_TOOL_BACK_HOVER(Code)
Identifies the back image in the hover (colored) state.



IMG_TOOL_COPY
final public static String IMG_TOOL_COPY(Code)
Identifies the copy image in the enabled state.



IMG_TOOL_COPY_DISABLED
final public static String IMG_TOOL_COPY_DISABLED(Code)
Identifies the copy image in the disabled state.



IMG_TOOL_COPY_HOVER
final public static String IMG_TOOL_COPY_HOVER(Code)
Identifies the copy image in the hover (colored) state.



IMG_TOOL_CUT
final public static String IMG_TOOL_CUT(Code)
Identifies the cut image in the enabled state.



IMG_TOOL_CUT_DISABLED
final public static String IMG_TOOL_CUT_DISABLED(Code)
Identifies the cut image in the disabled state.



IMG_TOOL_CUT_HOVER
final public static String IMG_TOOL_CUT_HOVER(Code)
Identifies the cut image in the hover (colored) state.



IMG_TOOL_DELETE
final public static String IMG_TOOL_DELETE(Code)
Identifies the delete image in the enabled state.



IMG_TOOL_DELETE_DISABLED
final public static String IMG_TOOL_DELETE_DISABLED(Code)
Identifies the delete image in the disabled state.



IMG_TOOL_DELETE_HOVER
final public static String IMG_TOOL_DELETE_HOVER(Code)
Identifies the delete image in the hover (colored) state.



IMG_TOOL_FORWARD
final public static String IMG_TOOL_FORWARD(Code)
Identifies the forward image in the enabled state.



IMG_TOOL_FORWARD_DISABLED
final public static String IMG_TOOL_FORWARD_DISABLED(Code)
Identifies the forward image in the disabled state.



IMG_TOOL_FORWARD_HOVER
final public static String IMG_TOOL_FORWARD_HOVER(Code)
Identifies the forward image in the hover (colored) state.



IMG_TOOL_NEW_WIZARD
final public static String IMG_TOOL_NEW_WIZARD(Code)
Identifies the new wizard image in the enabled state.



IMG_TOOL_NEW_WIZARD_DISABLED
final public static String IMG_TOOL_NEW_WIZARD_DISABLED(Code)
Identifies the new wizard image in the disabled state.



IMG_TOOL_NEW_WIZARD_HOVER
final public static String IMG_TOOL_NEW_WIZARD_HOVER(Code)
Identifies the new wizard image in the hover (colored) state.



IMG_TOOL_PASTE
final public static String IMG_TOOL_PASTE(Code)
Identifies the paste image in the enabled state.



IMG_TOOL_PASTE_DISABLED
final public static String IMG_TOOL_PASTE_DISABLED(Code)
Identifies the paste image in the disabled state.



IMG_TOOL_PASTE_HOVER
final public static String IMG_TOOL_PASTE_HOVER(Code)
Identifies the paste image in the hover (colored) state.



IMG_TOOL_REDO
final public static String IMG_TOOL_REDO(Code)
Identifies the redo image in the enabled state.



IMG_TOOL_REDO_DISABLED
final public static String IMG_TOOL_REDO_DISABLED(Code)
Identifies the redo image in the disabled state.



IMG_TOOL_REDO_HOVER
final public static String IMG_TOOL_REDO_HOVER(Code)
Identifies the redo image in the hover (colored) state.



IMG_TOOL_UNDO
final public static String IMG_TOOL_UNDO(Code)
Identifies the undo image in the enabled state.



IMG_TOOL_UNDO_DISABLED
final public static String IMG_TOOL_UNDO_DISABLED(Code)
Identifies the undo image in the disabled state.



IMG_TOOL_UNDO_HOVER
final public static String IMG_TOOL_UNDO_HOVER(Code)
Identifies the undo image in the hover (colored) state.



IMG_TOOL_UP
final public static String IMG_TOOL_UP(Code)
Identifies the up image in the enabled state.



IMG_TOOL_UP_DISABLED
final public static String IMG_TOOL_UP_DISABLED(Code)
Identifies the up image in the disabled state.



IMG_TOOL_UP_HOVER
final public static String IMG_TOOL_UP_HOVER(Code)
Identifies the up image in the hover (colored) state.





Method Detail
getImage
public Image getImage(String symbolicName)(Code)
Retrieves the specified image from the workbench plugin's image registry. Note: The returned Image is managed by the workbench; clients must not dispose of the returned image.
Parameters:
  symbolicName - the symbolic name of the image; there are constantsdeclared in this interface for build-in images that come with the workbench the image, or null if not found



getImageDescriptor
public ImageDescriptor getImageDescriptor(String symbolicName)(Code)
Retrieves the image descriptor for specified image from the workbench's image registry. Unlike Images, image descriptors themselves do not need to be disposed.
Parameters:
  symbolicName - the symbolic name of the image; there are constantsdeclared in this interface for build-in images that come with the workbench the image descriptor, or null if not found



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