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.preference

Packages that use org.eclipse.jface.preference
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.help.ui Provides a framework for editing and contributing to the help search scope. 
org.eclipse.jface.commands Provides JFace-specific support for commands. 
org.eclipse.jface.dialogs Provides support for dialogs. 
org.eclipse.jface.menus Provides support for trim specification. 
org.eclipse.jface.preference Provides a framework for preferences. 
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.formatter Provides a content formatter add-on for an ITextViewer
org.eclipse.jface.text.hyperlink Provides support for detecting and displaying hyperlinks in ISourceViewers. 
org.eclipse.jface.text.templates.persistence Provides persistence support for templates. 
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.activities Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. 
org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. 
org.eclipse.ui.editors.text.templates Application programming interfaces for interaction with the Eclipse text editor template support. 
org.eclipse.ui.handlers Provides support for integrating handlers into the Eclipse workbench. 
org.eclipse.ui.ide.dialogs APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface. 
org.eclipse.ui.plugin Class hierarchies for plug-ins that integrate with the Eclipse Platform UI. 
org.eclipse.ui.preferences Classes for using the preferences support in org.eclipse.core.runtime.preferences Package Specification This package has the convenience classes provided by the Eclipse workbench for use by clients who wish to use the core preference support added in 3.0. 
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.texteditor.spelling Partial infrastructure for spell checking in text editors. 
org.eclipse.ui.texteditor.templates Application programming interfaces for interaction with the Eclipse text editor template support. 
 

Classes in org.eclipse.jface.preference used by org.eclipse.compare
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.debug.ui
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.help.ui
IPreferencePage
          An interface for a preference page.
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
PreferencePage
          Abstract base implementation for all preference page implementations.
 

Classes in org.eclipse.jface.preference used by org.eclipse.jface.commands
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.jface.dialogs
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.jface.menus
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.jface.preference
ColorSelector
          The ColorSelector is a wrapper for a button that displays a selected Color and allows the user to change the selection.
FieldEditor
          Abstract base class for all field editors.
IPersistentPreferenceStore
          IPersistentPreferenceStore is a preference store that can be saved.
IPreferenceNode
          Interface to a node in a preference dialog.
IPreferencePage
          An interface for a preference page.
IPreferencePageContainer
          An interface used by a preference page to talk to its dialog.
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
ListEditor
          An abstract field editor that manages a list of input values.
PreferenceManager
          A preference manager maintains a hierarchy of preference nodes and associated preference pages.
PreferenceNode
          A concrete implementation of a node in a preference dialog tree.
PreferencePage
          Abstract base implementation for all preference page implementations.
StringButtonFieldEditor
          An abstract field editor for a string type preference that presents a string input field with a change button to its right to edit the input field's content.
StringFieldEditor
          A field editor for a string type preference.
 

Classes in org.eclipse.jface.preference used by org.eclipse.jface.text
FieldEditor
          Abstract base class for all field editors.
FontFieldEditor
          A field editor for a font type preference.
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.jface.text.formatter
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.jface.text.hyperlink
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.jface.text.templates.persistence
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.team.ui.mapping
IPreferencePage
          An interface for a preference page.
 

Classes in org.eclipse.jface.preference used by org.eclipse.team.ui.synchronize
PreferencePage
          Abstract base implementation for all preference page implementations.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui
IPreferencePage
          An interface for a preference page.
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
PreferenceManager
          A preference manager maintains a hierarchy of preference nodes and associated preference pages.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui.activities
IPreferencePage
          An interface for a preference page.
PreferencePage
          Abstract base implementation for all preference page implementations.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui.dialogs
IPreferenceNode
          Interface to a node in a preference dialog.
IPreferencePage
          An interface for a preference page.
PreferenceDialog
          A preference dialog is a hierarchical presentation of preference pages.
PreferencePage
          Abstract base implementation for all preference page implementations.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui.editors.text
FieldEditorPreferencePage
          A special abstract preference page to host field editors.
IPreferencePage
          An interface for a preference page.
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
PreferencePage
          Abstract base implementation for all preference page implementations.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui.editors.text.templates
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui.handlers
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui.ide.dialogs
FieldEditor
          Abstract base class for all field editors.
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui.plugin
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui.preferences
IPersistentPreferenceStore
          IPersistentPreferenceStore is a preference store that can be saved.
IPreferencePage
          An interface for a preference page.
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
PreferencePage
          Abstract base implementation for all preference page implementations.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui.texteditor
FieldEditor
          Abstract base class for all field editors.
FontFieldEditor
          A field editor for a font type preference.
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui.texteditor.rulers
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui.texteditor.spelling
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui.texteditor.templates
IPreferencePage
          An interface for a preference page.
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
PreferencePage
          Abstract base implementation for all preference page implementations.
 


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