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
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Q

quadTo(float, float, float, float) - Method in class org.eclipse.swt.graphics. Path
Adds to the receiver a quadratic curve based on the parameters.
QualifiedName - Class in org.eclipse.core.runtime
Qualified names are two-part names: qualifier and local name.
QualifiedName(String, String) - Constructor for class org.eclipse.core.runtime. QualifiedName
Creates and returns a new qualified name with the given qualifier and local name.
QUALIFIER_COLOR - Static variable in class org.eclipse.jface.preference. JFacePreferences
Identifier for the color used to show extra informations in labels, as a qualified name.
QUALIFIER_STYLER - Static variable in class org.eclipse.jface.viewers. StyledString
A built-in styler using the JFacePreferences.QUALIFIER_COLOR managed in the JFace color registry (See JFaceResources.getColorRegistry()).
queryAdapter(Object, String) - Method in interface org.eclipse.core.runtime. IAdapterManager
Returns a status of an adapter factory registered that may be able to convert adaptable to an object of type adapterTypeName.
queryAdded(ISearchQuery) - Method in interface org.eclipse.search.ui. IQueryListener
Called when an query has been added to the system.
queryDestinationParameters(IProject) - Method in class org.eclipse.ui.actions. CopyProjectAction
Query for a new project name and destination using the parameters in the existing project.
queryDestinationParameters(IProject) - Method in class org.eclipse.ui.actions. MoveProjectAction
Query for a new project destination using the parameters in the existing project.
queryFinished(ISearchQuery) - Method in interface org.eclipse.search.ui. IQueryListener
Called after an ISearchQuery has finished.
queryForContainer(IContainer, String) - Method in class org.eclipse.ui.dialogs. WizardDataTransferPage
Queries the user to supply a container resource.
queryForContainer(IContainer, String, String) - Method in class org.eclipse.ui.dialogs. WizardDataTransferPage
Queries the user to supply a container resource.
queryIndividualResourcesToExport(IAdaptable) - Method in class org.eclipse.ui.dialogs. WizardExportPage
Deprecated. Queries the user for the individual resources that are to be exported and returns these resources as a collection.
QueryInterface(int, int) - Method in class org.eclipse.swt.ole.win32. OleClientSite
 
QueryInterface(int, int) - Method in class org.eclipse.swt.ole.win32. OleControlSite
 
queryNewResourceName(IResource) - Method in class org.eclipse.ui.actions. RenameResourceAction
Return the new name to be given to the target resource.
queryOverwrite(String) - Method in interface org.eclipse.ui.dialogs. IOverwriteQuery
Returns one of the return code constants declared on this interface, indicating whether the entity represented by the passed String should be overwritten.
queryOverwrite(String) - Method in class org.eclipse.ui.dialogs. WizardDataTransferPage
The WizardDataTransfer implementation of this IOverwriteQuery method asks the user whether the existing resource at the given path should be overwritten.
queryOverwrite(String) - Method in class org.eclipse.ui.views.navigator. NavigatorDropAdapter
Deprecated.  
queryRemoved(ISearchQuery) - Method in interface org.eclipse.search.ui. IQueryListener
Called when a query has been removed.
queryResourceTypesToExport() - Method in class org.eclipse.ui.dialogs. WizardExportPage
Deprecated. Queries the user for the resource types that are to be exported and returns these types as a collection.
queryResourceTypesToExport() - Method in class org.eclipse.ui.dialogs. WizardExportResourcesPage
Queries the user for the resource types that are to be exported and returns these types as an array.
queryStarting(ISearchQuery) - Method in interface org.eclipse.search.ui. IQueryListener
Called before an ISearchQuery is starting.
queryStatus(int) - Method in class org.eclipse.swt.ole.win32. OleClientSite
Returns the status of the specified command.
queryYesNoQuestion(String) - Method in class org.eclipse.ui.dialogs. WizardDataTransferPage
Displays a Yes/No question to the user with the specified message and returns the user's response.
QUESTION - Static variable in class org.eclipse.jface.dialogs. MessageDialog
Constant for the question image, or a simple dialog with the question image and Yes/No buttons (value 3).
QUESTION_WITH_CANCEL - Static variable in class org.eclipse.jface.dialogs. MessageDialog
Constant for a simple dialog with the question image and Yes/No/Cancel buttons (value 6).
QUICK_ASSIST - Static variable in interface org.eclipse.jface.text.source. ISourceViewer
Text operation code for requesting quick assist.
QUICK_ASSIST - Static variable in interface org.eclipse.ui.texteditor. ITextEditorActionConstants
Name of the quick assist action Value: "QuickAssist"
QUICK_ASSIST - Static variable in interface org.eclipse.ui.texteditor. ITextEditorActionDefinitionIds
Action definition ID of the edit -> quick assist proposal action Note: The constant contains 'jdt' for historical and compatibility reasons.
QUICK_ASSIST_ACTION - Static variable in interface org.eclipse.ui.texteditor. IAbstractTextEditorHelpContextIds
Help context id for the quick assist action.
QUICK_DIFF_ALWAYS_ON - Static variable in class org.eclipse.ui.texteditor. AbstractDecoratedTextEditorPreferenceConstants
A named preference that controls whether quick diff colors are shown on the line number bar.
QUICK_DIFF_CHARACTER_MODE - Static variable in class org.eclipse.ui.texteditor. AbstractDecoratedTextEditorPreferenceConstants
A named preference that controls the default quick diff reference provider.
QUICK_DIFF_DEFAULT_PROVIDER - Static variable in class org.eclipse.ui.texteditor. AbstractDecoratedTextEditorPreferenceConstants
A named preference that controls the default quick diff reference provider.
QUICK_DIFF_MODEL_ID - Static variable in interface org.eclipse.jface.text.source. IChangeRulerColumn
The ID under which the quick diff model is registered with a document's annotation model.
QUICK_FIX_IMAGE_DESCRIPTOR - Static variable in class org.eclipse.ui.texteditor. AnnotationPreference
The Quick Fix image to be used for drawing in the vertical ruler.
QUICK_START - Static variable in class org.eclipse.ui.ide. IDEActionFactory
Deprecated. the IDE now uses the new intro mechanism
QuickAssistAssistant - Class in org.eclipse.jface.text.quickassist
Default implementation of IQuickAssistAssistant.
QuickAssistAssistant() - Constructor for class org.eclipse.jface.text.quickassist. QuickAssistAssistant
 
QuickDiff - Class in org.eclipse.ui.texteditor.quickdiff
Access class for the quick diff reference provider extension point.
QuickDiff() - Constructor for class org.eclipse.ui.texteditor.quickdiff. QuickDiff
Creates a new instance.
QUICKDIFF_REVERT - Static variable in interface org.eclipse.ui.texteditor. ITextEditorActionConstants
Name of the action for reverting the selection or the block at the current selection.
QUICKDIFF_REVERT - Static variable in interface org.eclipse.ui.texteditor. ITextEditorActionDefinitionIds
Command ID of the revert selection/block action Value: "org.eclipse.ui.editors.quickdiff.revert").
QUICKDIFF_REVERTBLOCK - Static variable in interface org.eclipse.ui.texteditor. ITextEditorActionConstants
Name of the action for reverting the block at the current selection.
QUICKDIFF_REVERTDELETION - Static variable in interface org.eclipse.ui.texteditor. ITextEditorActionConstants
Name of the action for reverting deleted lines at the current selection.
QUICKDIFF_REVERTLINE - Static variable in interface org.eclipse.ui.texteditor. ITextEditorActionConstants
Name of the action for reverting the line at the current selection.
QUICKDIFF_REVERTLINE - Static variable in interface org.eclipse.ui.texteditor. ITextEditorActionDefinitionIds
Command ID of the revert line action Value: "org.eclipse.ui.editors.quickdiff.revertLine").
QUICKDIFF_REVERTSELECTION - Static variable in interface org.eclipse.ui.texteditor. ITextEditorActionConstants
Name of the action for reverting the current selection.
QUICKDIFF_TOGGLE - Static variable in interface org.eclipse.ui.texteditor. ITextEditorActionConstants
Name of the action for toggling quick diff display.
QUICKDIFF_TOGGLE - Static variable in interface org.eclipse.ui.texteditor. ITextEditorActionDefinitionIds
Command ID of the toggle quick diff action.
QuickDiffToggleAction - Class in org.eclipse.ui.texteditor.quickdiff
Action to toggle the line number bar's quick diff display.
QuickDiffToggleAction() - Constructor for class org.eclipse.ui.texteditor.quickdiff. QuickDiffToggleAction
 
QuickMenuCreator - Class in org.eclipse.ui.actions
Abstract class that is capable of creating a context menu.
QuickMenuCreator() - Constructor for class org.eclipse.ui.actions. QuickMenuCreator
 
QuickStartAction - Class in org.eclipse.ui.actions
Deprecated. the IDE now uses the new intro mechanism
QuickStartAction() - Constructor for class org.eclipse.ui.actions. QuickStartAction
Deprecated. Create an instance of this class.
QuickStartAction(IWorkbenchWindow) - Constructor for class org.eclipse.ui.actions. QuickStartAction
Deprecated. Creates an instance of this action, for use in the given window.
quietCompute - Variable in class org.eclipse.ui.ide.undo. AbstractWorkspaceOperation
 
QUIT - Static variable in class org.eclipse.ui.actions. ActionFactory
Workbench action (id: "quit", commandId: "org.eclipse.ui.file.exit"): Quit (close the workbench).
QUIT - Static variable in interface org.eclipse.ui. IWorkbenchActionConstants
Deprecated. in 3.0. Use ActionFactory.QUIT.getId() instead.

Eclipse Platform
Release 3.5
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

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