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 _

H

H_SCROLL - Static variable in class org.eclipse.swt.SWT
Style constant for horizontal scrollbar behavior (value is 1<<8).
handleDefaultSelection(SelectionEvent) - Method in class org.eclipse.jface.viewers.TextCellEditor
Handles a default selection event from the text control by applying the editor value and deactivating this cell editor.
handleDispose(DisposeEvent) - Method in class org.eclipse.jface.viewers.ContentViewer
Handles a dispose event on this viewer's control.
handleDoubleSelect(SelectionEvent) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
 
handleDoubleSelect(SelectionEvent) - Method in class org.eclipse.jface.viewers.StructuredViewer
Handles a double-click select event from the widget.
handleEvent(Event) - Method in interface org.eclipse.swt.widgets.Listener
Sent when an event that the receiver has registered for occurs.
handleEvent(Event) - Method in class org.eclipse.swt.widgets.TypedListener
Handles the given event.
handleException(Throwable) - Method in interface org.eclipse.core.runtime.ISafeRunnable
Handles an exception thrown by this runnable's run method.
handleException(Throwable) - Method in class org.eclipse.jface.util.SafeRunnable
 
handleInvalidSelection(ISelection, ISelection) - Method in class org.eclipse.jface.viewers.StructuredViewer
Handles an invalid selection.
handleLabelProviderChanged(LabelProviderChangedEvent) - Method in class org.eclipse.jface.viewers.ContentViewer
Handles a label provider changed event.
handleLabelProviderChanged(LabelProviderChangedEvent) - Method in class org.eclipse.jface.viewers.StructuredViewer
The StructuredViewer implementation of this ContentViewer method calls update if the event specifies that the label of a given element has changed, otherwise it calls super.
handleNewChanges() - Static method in class org.eclipse.update.core.SiteManager
Deprecated. Do not use this method
HandleObject - Class in org.eclipse.core.commands.common
An object that can exist in one of two states: defined and undefined.
HandleObject(String) - Constructor for class org.eclipse.core.commands.common.HandleObject
Constructs a new instance of HandleObject.
HandleObjectManager - Class in org.eclipse.core.commands.common
A manager of HandleObject instances.
HandleObjectManager() - Constructor for class org.eclipse.core.commands.common.HandleObjectManager
 
handleObjectsById - Variable in class org.eclipse.core.commands.common.HandleObjectManager
The map of identifiers (String) to handle objects ( HandleObject).
handleOpen(SelectionEvent) - Method in interface org.eclipse.jface.util.IOpenEventListener
Called when a selection or default selection occurs depending on the user preference.
handleOpen(SelectionEvent) - Method in class org.eclipse.jface.viewers.StructuredViewer
Handles an open event from the OpenStrategy.
handlePostSelect(SelectionEvent) - Method in class org.eclipse.jface.viewers.StructuredViewer
Handles a post select event from the widget.
HANDLER_ACTION_CONFIGURE - Static variable in interface org.eclipse.update.core.IInstallHandler
Indicates the handler is being initialized for feature configure.
HANDLER_ACTION_INSTALL - Static variable in interface org.eclipse.update.core.IInstallHandler
Indicates the handler is being initialized for feature install.
HANDLER_ACTION_UNCONFIGURE - Static variable in interface org.eclipse.update.core.IInstallHandler
Indicates the handler is being initialized for feature unconfigure.
HANDLER_ACTION_UNINSTALL - Static variable in interface org.eclipse.update.core.IInstallHandler
Indicates the handler is being initialized for feature uninstall.
HandlerBase - Class in org.xml.sax
Deprecated. This class works with the deprecated DocumentHandler interface. It has been replaced by the SAX2 DefaultHandler class.
HandlerBase() - Constructor for class org.xml.sax.HandlerBase
Deprecated.  
handlerChanged(HandlerEvent) - Method in interface org.eclipse.core.commands.IHandlerListener
Notifies that one or more properties of an instance of IHandler have changed.
HandlerEvent - Class in org.eclipse.core.commands
An instance of this class describes changes to an instance of IHandler.
HandlerEvent(IHandler, boolean, boolean) - Constructor for class org.eclipse.core.commands.HandlerEvent
Creates a new instance of this class.
HandlerSubmission - Class in org.eclipse.ui.commands
Deprecated. Please use IHandlerService.activateHandler instead.
HandlerSubmission(String, Shell, IWorkbenchPartSite, String, IHandler, Priority) - Constructor for class org.eclipse.ui.commands.HandlerSubmission
Deprecated. Creates a new instance of this class.
handleRuntimeError(Throwable) - Method in class org.eclipse.osgi.baseadaptor.BaseAdaptor
This method calls all the configured adaptor hooks AdaptorHook.handleRuntimeError(Throwable) methods.
handleRuntimeError(Throwable) - Method in interface org.eclipse.osgi.baseadaptor.hooks.AdaptorHook
Gets called by the adaptor during FrameworkAdaptor.handleRuntimeError(Throwable).
handleRuntimeError(Throwable) - Method in interface org.eclipse.osgi.framework.adaptor.FrameworkAdaptor
Handles a RuntimeException or Error that was caught by the Framework and there is not a suitable caller to propagate the Throwable to.
handles(String, String) - Method in interface org.eclipse.core.expressions.IPropertyTester
Returns whether the property tester can handle the given property or not.
handles(String, String) - Method in class org.eclipse.core.expressions.PropertyTester
Returns whether the property tester can handle the given property or not.
handleSave() - Method in class org.eclipse.jface.preference.PreferenceDialog
Save the values specified in the pages.
handleSelect(SelectionEvent) - Method in class org.eclipse.jface.viewers.CheckboxTableViewer
 
handleSelect(SelectionEvent) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
 
handleSelect(SelectionEvent) - Method in class org.eclipse.jface.viewers.StructuredViewer
Handles a select event from the widget.
handleStateChange(State, Object) - Method in interface org.eclipse.core.commands.IStateListener
Handles a change to the value in some state.
handleTreeCollapse(TreeEvent) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Handles a tree collapse event from the SWT widget.
handleTreeExpand(TreeEvent) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Handles a tree expand event from the SWT widget.
HardKeyDown - Static variable in class org.eclipse.swt.SWT
The hardware key down event type (value is 33).
HardKeyUp - Static variable in class org.eclipse.swt.SWT
The hardware key up event type (value is 34).
hasAdapter(Object, String) - Method in interface org.eclipse.core.runtime.IAdapterManager
Returns whether there is an adapter factory registered that may be able to convert adaptable to an object of type adapterTypeName.
hasAttribute(String) - Method in class org.eclipse.ercp.xml.dom.ElementImpl
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
hasAttribute(String) - Method in interface org.w3c.dom.Element
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
hasAttributeNS(String, String) - Method in class org.eclipse.ercp.xml.dom.ElementImpl
Returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
hasAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
hasAttributes() - Method in class org.eclipse.ercp.xml.dom.ElementImpl
Returns whether this node (if it is an element) has any attributes.
hasAttributes() - Method in class org.eclipse.ercp.xml.dom.NodeImpl
Returns whether this node (if it is an element) has any attributes.
hasAttributes() - Method in interface org.w3c.dom.Node
Returns whether this node (if it is an element) has any attributes.
hasChildNodes() - Method in class org.eclipse.ercp.xml.dom.NodeImpl
Returns whether this node has any children.
hasChildNodes() - Method in class org.eclipse.ercp.xml.dom.TreeNode
Returns whether this node has any children.
hasChildNodes() - Method in interface org.w3c.dom.Node
Returns whether this node has any children.
hasChildren(Object) - Method in interface org.eclipse.jface.viewers.ITreeContentProvider
Returns whether the given element has children.
hasContext(IUndoContext) - Method in class org.eclipse.core.commands.operations.AbstractOperation
 
hasContext(IUndoContext) - Method in interface org.eclipse.core.commands.operations.IUndoableOperation
Returns whether the operation has a matching context for the specified context.
hasDefaultVariableAccess() - Method in class org.eclipse.core.expressions.ExpressionInfo
Returns true if the default variable is accessed by the expression tree.
hasDynamicImports() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns true if this bundle has one or more dynamically imported packages.
hasDynamicItems() - Method in class org.eclipse.jface.action.ContributionManager
Returns whether this contribution manager contains dynamic items.
hasFeature(String, String) - Method in class org.eclipse.ercp.xml.dom.DOMImplementationImpl
Test if the DOM implementation implements a specific feature.
hasFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
Test if the DOM implementation implements a specific feature.
hasFilters() - Method in class org.eclipse.jface.viewers.StructuredViewer
Returns whether this viewer has any filters.
HASH_CODE_NOT_COMPUTED - Static variable in class org.eclipse.core.expressions.Expression
The constant integer hash code value meaning the hash code has not yet been computed.
HASH_FACTOR - Static variable in class org.eclipse.core.expressions.Expression
A factor for computing the hash code for all expressions.
hashCode() - Method in class org.eclipse.core.commands.common.HandleObject
Computes the hash code for this object based on the id.
hashCode() - Method in class org.eclipse.core.commands.Parameterization
 
hashCode() - Method in class org.eclipse.core.commands.ParameterizedCommand
 
hashCode(Object) - Static method in class org.eclipse.core.expressions.Expression
Returns the hash code for the given object.
hashCode(Object[]) - Static method in class org.eclipse.core.expressions.Expression
Returns the hash code for the given array.
hashCode() - Method in class org.eclipse.core.expressions.Expression
hashCode() - Method in class org.eclipse.core.runtime.Path
 
hashCode() - Method in class org.eclipse.core.runtime.PerformanceStats
 
hashCode() - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated. Returns a hash code value for the object.
hashCode() - Method in class org.eclipse.core.runtime.QualifiedName
 
hashCode(int) - Static method in class org.eclipse.jface.util.Util
Provides a hash code based on the given integer value.
hashCode(Object) - Static method in class org.eclipse.jface.util.Util
Provides a hash code for the object -- defending against null.
hashCode(Object[]) - Static method in class org.eclipse.jface.util.Util
Computes the hash code for an array of objects, but with defense against null.
hashCode(Object) - Method in interface org.eclipse.jface.viewers.IElementComparer
Returns the hash code for the given element.
hashCode() - Method in class org.eclipse.swt.graphics.Color
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.Font
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.FontData
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.GC
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.Image
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.Point
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.Rectangle
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.RGB
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.ui.commands.HandlerSubmission
Deprecated.  
hashCode() - Method in class org.eclipse.ui.commands.Priority
Deprecated.  
hashCode() - Method in class org.eclipse.update.core.model.CategoryModel
Compute hash code for category model.
hashCode() - Method in class org.eclipse.update.core.VersionedIdentifier
Returns a computed hashcode for the versioned identifier.
hashCode() - Method in class org.osgi.framework.AdminPermission
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.framework.BundlePermission
Returns the hash code value for this object.
hashCode() - Method in interface org.osgi.framework.Filter
Returns the hashCode for this Filter object.
hashCode() - Method in class org.osgi.framework.PackagePermission
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.framework.ServicePermission
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.framework.Version
Returns a hash code value for the object.
hashCode() - Method in class org.osgi.service.application.ApplicationAdminPermission
 
hashCode() - Method in class org.osgi.service.condpermadmin.ConditionInfo
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.service.permissionadmin.PermissionInfo
Returns the hash code value for this object.
hashCode(URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.hashCode(URL).
hashCode(URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
hasListeners() - Method in class org.eclipse.core.commands.AbstractHandler
Returns true iff there is one or more IHandlerListeners attached to this AbstractHandler.
hasNewBackground() - Method in class org.eclipse.jface.viewers.ViewerLabel
Return whether or not the background color has been set.
hasNewFont() - Method in class org.eclipse.jface.viewers.ViewerLabel
Return whether or not the font has been set.
hasNewForeground() - Method in class org.eclipse.jface.viewers.ViewerLabel
Return whether or not the foreground color has been set.
hasNewImage() - Method in class org.eclipse.jface.viewers.ViewerLabel
Return whether or not the image has been set.
hasNewText() - Method in class org.eclipse.jface.viewers.ViewerLabel
Return whether or not the text has been set.
hasPermission(Object) - Method in interface org.osgi.framework.Bundle
Determines if this bundle has the specified permissions.
hasSelectedJobsWithLicenses(IInstallFeatureOperation[]) - Static method in class org.eclipse.update.operations.OperationsManager
Returns true when any of the install operations requires a license agreement.
hasSelectedJobsWithOptionalFeatures(IInstallFeatureOperation[]) - Static method in class org.eclipse.update.operations.OperationsManager
Returns true when any of the features to install has optional features.
hasSystemPropertyAccess() - Method in class org.eclipse.core.expressions.ExpressionInfo
Returns true if the system property is accessed by the expression tree.
hasTrailingSeparator() - Method in interface org.eclipse.core.runtime.IPath
Returns whether this path has a trailing separator.
hasTrailingSeparator() - Method in class org.eclipse.core.runtime.Path
 
hasTrailingSlash() - Method in class org.eclipse.osgi.framework.adaptor.FilePath
Returns whether this path ends with a slash.
hasValueFor(String) - Method in class org.eclipse.jface.resource.ColorRegistry
 
hasValueFor(String) - Method in class org.eclipse.jface.resource.FontRegistry
 
hasValueFor(String) - Method in class org.eclipse.jface.resource.ResourceRegistry
Return whether or not the receiver has a value for the supplied key.
HEADER_FONT - Static variable in class org.eclipse.jface.resource.JFaceResources
The symbolic font name for the header font (value "org.eclipse.jface.headerfont").
Headers - Class in org.eclipse.osgi.framework.util
Headers classes.
Headers(int) - Constructor for class org.eclipse.osgi.framework.util.Headers
Create an empty Headers dictionary.
Headers(Dictionary) - Constructor for class org.eclipse.osgi.framework.util.Headers
Create a Headers dictionary from a Dictionary.
height - Variable in class org.eclipse.swt.events.PaintEvent
the height of the bounding rectangle of the region that requires painting
height - Variable in class org.eclipse.swt.events.SelectionEvent
The height of selected area.
height - Variable in class org.eclipse.swt.graphics.ImageData
The height of the image, in pixels.
height - Variable in class org.eclipse.swt.graphics.Rectangle
the height of the rectangle
height - Variable in class org.eclipse.swt.layout.FormData
height specifies the preferred height in pixels.
height - Variable in class org.eclipse.swt.layout.RowData
height specifies the preferred height in pixels.
height - Variable in class org.eclipse.swt.widgets.Event
the height of the bounding rectangle of the region that requires painting
heightHint - Variable in class org.eclipse.jface.action.StatusLineLayoutData
The heightHint specifies a minimum height for the Control.
heightHint - Variable in class org.eclipse.swt.layout.GridData
heightHint specifies the preferred height in pixels.
HELP - Static variable in class org.eclipse.ercp.swt.mobile.Command
A command that specifies a request for on-line help.
HELP_CONTENTS_ACTION_TEXT - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
A named org.eclipse.jface.preference for the text of the Help Contents action.
HELP_SEARCH_ACTION_TEXT - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
A named org.eclipse.jface.preference for the text of the Help Search action.
Hide - Static variable in class org.eclipse.swt.SWT
The hide event type (value is 23).
HIDE_SELECTION - Static variable in class org.eclipse.swt.SWT
Style constant for selection hiding behavior when the widget loses focus (value is 1<<15).
hideActionSet(String) - Method in interface org.eclipse.ui.IWorkbenchPage
Hides an action set in this page.
hideView(IViewPart) - Method in interface org.eclipse.ui.IWorkbenchPage
Hides the given view.
hideView(IViewReference) - Method in interface org.eclipse.ui.IWorkbenchPage
Hides the given view that belongs to the reference, if any.
HIERARCHY_REQUEST_ERR - Static variable in class org.eclipse.ercp.xml.parser.EXmlMsg
 
HIERARCHY_REQUEST_ERR - Static variable in exception org.w3c.dom.DOMException
If any node is inserted somewhere it doesn't belong
HIGH - Static variable in class org.eclipse.ercp.swt.mobile.ListView
A high density level.
Hints - Static variable in class org.eclipse.ercp.update.UIMessages
 
HintToNewBookmark - Static variable in class org.eclipse.ercp.update.UIMessages
 
historyNotification(OperationHistoryEvent) - Method in interface org.eclipse.core.commands.operations.IOperationHistoryListener
Something of note has happened in the IOperationHistory.
HOME - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the HOME key (value is (1<<24)+7).
HOOK_CONFIGURATORS - Static variable in class org.eclipse.osgi.baseadaptor.HookRegistry
The hook configurators property key ("hookconfigurators.properties") used in a hook configurators properties file to specify a comma separated list of fully qualified hook configurator classes.
HOOK_CONFIGURATORS_FILE - Static variable in class org.eclipse.osgi.baseadaptor.HookRegistry
The hook configurators properties file ("hookconfigurators.properties") A framework extension may supply a hook configurators properties file to specify a list of hook configurators.
HookConfigurator - Interface in org.eclipse.osgi.baseadaptor
A hook configurator is used to add hooks to the hook registry.
hookControl(Control) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
hookControl(Control) - Method in class org.eclipse.jface.viewers.ContentViewer
Adds event listener hooks to the given control.
hookControl(Control) - Method in class org.eclipse.jface.viewers.StructuredViewer
 
hookControl(Control) - Method in class org.eclipse.jface.viewers.TableViewer
 
hookControl(Control) - Method in class org.eclipse.jface.viewers.TreeViewer
 
HookRegistry - Class in org.eclipse.osgi.baseadaptor
The hook registry is used to store all the hooks which are configured by the hook configurators.
HookRegistry(BaseAdaptor) - Constructor for class org.eclipse.osgi.baseadaptor.HookRegistry
 
HORIZONTAL - Static variable in class org.eclipse.swt.SWT
Style constant for horizontal alignment or orientation behavior (value is 1<<8).
HORIZONTAL_ALIGN_BEGINNING - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to position the control at the left of the cell.
HORIZONTAL_ALIGN_CENTER - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to position the control in the horizontal center of the cell.
HORIZONTAL_ALIGN_END - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to position the control at the right of the cell.
HORIZONTAL_ALIGN_FILL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fill the cell horizontally.
horizontalAlignment - Variable in class org.eclipse.jface.viewers.CellEditor.LayoutData
Horizontal alignment; SWT.LEFT by default.
horizontalAlignment - Variable in class org.eclipse.swt.layout.GridData
horizontalAlignment specifies how controls will be positioned horizontally within a cell.
horizontalIndent - Variable in class org.eclipse.swt.layout.GridData
horizontalIndent specifies the number of pixels of indentation that will be placed along the left side of the cell.
horizontalSpacing - Variable in class org.eclipse.swt.layout.GridLayout
horizontalSpacing specifies the number of pixels between the right edge of one cell and the left edge of its neighbouring cell to the right.
horizontalSpan - Variable in class org.eclipse.swt.layout.GridData
horizontalSpan specifies the number of column cells that the control will take up.
HOST - Static variable in class org.osgi.framework.BundlePermission
The action string host.
HOST_BUNDLE_PERMISSION - Static variable in interface org.eclipse.osgi.service.resolver.ResolverError
Error type constant (bit mask) indicating that a Fragment-Host could not be resolved because no bundle with the required symbolic name has the correct permissions to host a fragment.
hostsEqual(URL, URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.hostsEqual.
hostsEqual(URL, URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
HostSpecification - Interface in org.eclipse.osgi.service.resolver
A representation of one host bundle constraint as seen in a bundle manifest and managed by a state and resolver.
HOUR_OF_DAY - Static variable in interface org.osgi.service.application.ScheduledApplication
The name of the hour of day attribute of a virtual timer event.
htmlCharacters() - Static method in class org.eclipse.ercp.xml.parser.CharDecoder
Set a CharDecoder with the main HTML characters id
HyperLink - Class in org.eclipse.ercp.swt.mobile
Instances of this class represent a selectable user interface object that launchs other applications when activated by the end-user.
HyperLink(Composite, int, int) - Constructor for class org.eclipse.ercp.swt.mobile.HyperLink
Constructs a new instance of this class given its parent, a style value and a format value describing its behavior and appearance.
HYPERLINK_COLOR - Static variable in class org.eclipse.jface.preference.JFacePreferences
Identifier for the Hyperlink Color

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 _