Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Package
org.eclipse.jface.resource

Packages that use org.eclipse.jface.resource
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
org.eclipse.compare.patch Provides support for applying and working with patches. 
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.debug.ui.sourcelookup Provides a user interface for debug platform source lookup facilities. 
org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines. 
org.eclipse.jface.dialogs Provides support for dialogs. 
org.eclipse.jface.fieldassist Provides classes that help communicate proper content for fields in dialogs and wizards. 
org.eclipse.jface.preference Provides a framework for preferences. 
org.eclipse.jface.resource Provides support for managing resources such as SWT fonts and images. 
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
org.eclipse.jface.wizard Provides a framework for wizards. 
org.eclipse.ltk.ui.refactoring Application programming interface to implement a wizard based user interface for refactorings. 
org.eclipse.search.ui Classes and interface required to contribute search dialog pages and search result view pages. 
org.eclipse.team.ui Provides basic support for managing Team providers. 
org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings. 
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
org.eclipse.ui.activities Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface. 
org.eclipse.ui.commands Provides support for retrieving information on Commands from the workbench. 
org.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console. 
org.eclipse.ui.ide APIs for the IDE-specific portion of the Eclipse Platform User Interface. 
org.eclipse.ui.menus Provides the public API and default implementation for contributing menu and toolbars to the menu service. 
org.eclipse.ui.model Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element, and various label providers for workbench-specific objects like editors, views, and perspectives. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.plugin Class hierarchies for plug-ins that integrate with the Eclipse Platform UI. 
org.eclipse.ui.progress Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
org.eclipse.ui.texteditor.rulers Provides interfaces and classes for the org.eclipse.ui.workbench.texteditor.rulerColumns
org.eclipse.ui.themes Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.views Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.views.markers Utility classes for working with markers in views
  
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. 
org.eclipse.ui.wizards Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface wizard support. 
 

Classes in org.eclipse.jface.resource used by org.eclipse.compare
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.compare.patch
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.debug.ui
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.debug.ui.sourcelookup
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.jface.action
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.jface.dialogs
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.jface.fieldassist
ImageRegistry
          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.
 

Classes in org.eclipse.jface.resource used by org.eclipse.jface.preference
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.jface.resource
ColorDescriptor
          Lightweight descriptor for an SWT color.
ColorRegistry
          A color registry maintains a mapping between symbolic color names and SWT Colors.
DataFormatException
          An exception indicating that a string value could not be converted into the requested data type.
DeviceResourceDescriptor
          Instances of this class can allocate and dispose SWT resources.
DeviceResourceException
          Thrown when allocation of an SWT device resource fails
FontDescriptor
          Lightweight descriptor for a font.
FontRegistry
          A font registry maintains a mapping between symbolic font names and SWT fonts.
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
ImageRegistry
          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.
ResourceManager
          This class manages SWT resources.
ResourceRegistry
          Abstract base class for various JFace registries.
 

Classes in org.eclipse.jface.resource used by org.eclipse.jface.viewers
CompositeImageDescriptor
          Abstract base class for image descriptors that synthesize an image from other images in order to simulate the effect of custom drawing.
DeviceResourceDescriptor
          Instances of this class can allocate and dispose SWT resources.
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.jface.wizard
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ltk.ui.refactoring
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.search.ui
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.team.ui
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.team.ui.mapping
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.team.ui.synchronize
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui.actions
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui.activities
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui.application
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui.commands
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui.console
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui.ide
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui.menus
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui.model
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui.part
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui.plugin
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
ImageRegistry
          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.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui.progress
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui.texteditor
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui.texteditor.rulers
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui.themes
ColorRegistry
          A color registry maintains a mapping between symbolic color names and SWT Colors.
DataFormatException
          An exception indicating that a string value could not be converted into the requested data type.
FontRegistry
          A font registry maintains a mapping between symbolic font names and SWT fonts.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui.views
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui.views.markers
ResourceManager
          This class manages SWT resources.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui.views.navigator
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 

Classes in org.eclipse.jface.resource used by org.eclipse.ui.wizards
ImageDescriptor
          An image descriptor is an object that knows how to create an SWT image.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire