org.eclipse.jface.resource

Home
Java Source Code / Java Documentation 2
1.2D
2.3D
3.Ajax
4.Algebra
5.App Engine
6.Aspect
7.Assemble
8.Cache
9.Cassandra
10.Chat
11.Cloud
12.CMS
13.CouchDB
14.Crypt
15.Database
16.Distributed
17.Eclipse
18.Facebook
19.File
20.Forum
21.GAE
22.Game
23.Google tech
24.Graph
25.Graphic
26.GWT
27.Hibernate
28.HTML
29.HTTP
30.Image
31.IntelliJ
32.IRC
33.J2EE
34.J2ME
35.JDBC
36.JPA
37.JSON
38.JSR
39.JUnit
40.JVM
41.Language
42.Linux
43.Math
44.Maven
45.Media
46.Messenger
47.MiddleWare
48.Mobile
49.Mock
50.MongoDB
51.Mp3
52.Music
53.MVC
54.Network
55.OpenID
56.OSGi
57.Parse
58.Persist
59.Petri
60.Phone
61.Physics
62.REST
63.Robot
64.RPC
65.RSS
66.Ruby
67.Script
68.Search
69.Spring
70.SQL
71.SSH
72.Sudoku
73.Swing
74.Tapestry
75.Test
76.Text
77.Torrent
78.Twitter
79.UML
80.UnTagged
81.Utilities
82.Web
83.Wiki
84.XML
Java Source Code / Java Documentation 2 » Script » java2script » org.eclipse.jface.resource 
org.eclipse.jface.resource
Java Source File NameTypeComment
AbstractResourceManager.javaClass Abstract implementation of ResourceManager.
ArrayFontDescriptor.javaClass
ColorDescriptor.javaClass Lightweight descriptor for an SWT color.
ColorRegistry.javaClass A color registry maintains a mapping between symbolic color names and SWT Colors.

A color registry owns all of the Color objects registered with it, and automatically disposes of them when the SWT Display that creates the Colors is disposed.

CompositeImageDescriptor.javaClass Abstract base class for image descriptors that synthesize an image from other images in order to simulate the effect of custom drawing.
DataFormatException.javaClass An exception indicating that a string value could not be converted into the requested data type.
DerivedImageDescriptor.javaClass An image descriptor which creates images based on another ImageDescriptor, but with additional SWT flags.
DeviceResourceDescriptor.javaClass Instances of this class can allocate and dispose SWT resources.
DeviceResourceException.javaClass
DeviceResourceManager.javaClass Manages SWT resources for a particular device.

IMPORTANT: in most cases clients should use a LocalResourceManager instead of a DeviceResourceManager.

FileImageDescriptor.javaClass An image descriptor that loads its image information from a file.
FontDescriptor.javaClass Lightweight descriptor for a font.
FontRegistry.javaClass A font registry maintains a mapping between symbolic font names and SWT fonts.

A font registry owns all of the font objects registered with it, and automatically disposes of them when the SWT Display that creates the fonts is disposed.

ImageDataImageDescriptor.javaClass
ImageDescriptor.javaClass An image descriptor is an object that knows how to create an SWT image.
ImageRegistry.javaClass An image registry maintains a mapping between symbolic image names and SWT image objects or special image descriptor objects which defer the creation of SWT image objects until they are needed.

An image registry owns all of the image objects registered with it, and automatically disposes of them when the SWT Display that creates the images is disposed.

JFaceColors.javaClass JFaceColors is the class that stores references to all of the colors used by JFace.
JFaceResources.javaClass Utility methods to access JFace-specific resources.

All methods declared on this class are static.

LocalResourceManager.javaClass A local registry that shares its resources with some global registry. NestedSWTRegistry is typically used to safeguard against leaks.
MissingImageDescriptor.javaClass The image descriptor for a missing image.

Use MissingImageDescriptor.getInstance to access the singleton instance maintained in an internal state variable.

NamedFontDescriptor.javaClass Identifies a font by its name, height, and style.
ResourceManager.javaClass This class manages SWT resources.
ResourceRegistry.javaClass Abstract base class for various JFace registries.
RGBColorDescriptor.javaClass Describes a color by its RGB values.
StringConverter.javaClass Helper class for converting various data types to and from strings.
URLImageDescriptor.javaClass An ImageDescriptor that gets its information from a URL. This class is not public API.
w_ww.__j_ava___2_s.___c_o___m___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.