Index

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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

J

JAVA - Static variable in class org.eclipse.equinox.bidi.StructuredTextTypeHandlerFactory
Structured text handler identifier for Java code, possibly spanning multiple lines.
javaToNative(Object, TransferData) - Method in class org.eclipse.jface.util.LocalSelectionTransfer
Overrides org.eclipse.swt.dnd.ByteArrayTransfer#javaToNative(Object, TransferData).
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.ByteArrayTransfer
This implementation of javaToNative converts a java byte[] to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.FileTransfer
This implementation of javaToNative converts a list of file names represented by a java String[] to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.HTMLTransfer
This implementation of javaToNative converts HTML-formatted text represented by a java String to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.ImageTransfer
This implementation of javaToNative converts an ImageData object represented by java ImageData to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.RTFTransfer
This implementation of javaToNative converts RTF-formatted text represented by a java String to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.TextTransfer
This implementation of javaToNative converts plain text represented by a java String to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.Transfer
Converts a java representation of data to a platform specific representation of the data.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.URLTransfer
This implementation of javaToNative converts a URL represented by a java String to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.ui.part.EditorInputTransfer
 
javaToNative(Object, TransferData) - Method in class org.eclipse.ui.part.MarkerTransfer
 
javaToNative(Object, TransferData) - Method in class org.eclipse.ui.part.PluginTransfer
 
javaToNative(Object, TransferData) - Method in class org.eclipse.ui.part.ResourceTransfer
 
JettyConfigurator - Class in org.eclipse.equinox.http.jetty
JettyConfigurator provides API level access for creating configured instances of a Jetty-based Http Service.
JettyConfigurator() - Constructor for class org.eclipse.equinox.http.jetty.JettyConfigurator
 
JettyConstants - Interface in org.eclipse.equinox.http.jetty
Provides configuration constants for use with JettyConfigurator.
JettyCustomizer - Class in org.eclipse.equinox.http.jetty
Jetty Customizer allows one to customize Jetty contexts and connectors.
JettyCustomizer() - Constructor for class org.eclipse.equinox.http.jetty.JettyCustomizer
 
JFACE - Static variable in class org.eclipse.jface.util.Policy
The unique identifier of the JFace plug-in.
JFACE_DATABINDING - Static variable in class org.eclipse.core.databinding.util.Policy
The unique identifier of the JFace plug-in.
JFaceColors - Class in org.eclipse.jface.resource
JFaceColors is the class that stores references to all of the colors used by JFace.
JFaceColors() - Constructor for class org.eclipse.jface.resource.JFaceColors
 
JFacePreferences - Class in org.eclipse.jface.preference
JFacePreferences is a class used to administer the preferences used by JFace objects.
JFaceProperties - Class in org.eclipse.jface.databinding.util
Helper class for providing IObservableValue instances for properties of an object that fires property changes events to an IPropertyChangeListener.
JFaceProperties() - Constructor for class org.eclipse.jface.databinding.util.JFaceProperties
 
JFaceResources - Class in org.eclipse.jface.resource
Utility methods to access JFace-specific resources.
JFaceTextUtil - Class in org.eclipse.jface.text
A collection of JFace Text functions.
Job - Class in org.eclipse.core.runtime.jobs
Jobs are units of runnable work that can be scheduled to be run with the job manager.
Job(String) - Constructor for class org.eclipse.core.runtime.jobs.Job
Creates a new job with the specified name.
JobChangeAdapter - Class in org.eclipse.core.runtime.jobs
This adapter class provides default implementations for the methods described by the IJobChangeListener interface.
JobChangeAdapter() - Constructor for class org.eclipse.core.runtime.jobs.JobChangeAdapter
 
JobGroup - Class in org.eclipse.core.runtime.jobs
JobGroups support throttling, join, cancel, combined progress and error reporting on a group of jobs.
JobGroup(String, int, int) - Constructor for class org.eclipse.core.runtime.jobs.JobGroup
Creates a new job group with the specified name and maxThreads.
jobName - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Name of the print job.
join - Variable in class org.eclipse.swt.graphics.LineAttributes
The line join style.
join() - Method in class org.eclipse.core.runtime.jobs.Job
Waits until this job is finished.
join(long, IProgressMonitor) - Method in class org.eclipse.core.runtime.jobs.Job
Waits until either the job is finished or the given timeout has expired.
join(long, IProgressMonitor) - Method in class org.eclipse.core.runtime.jobs.JobGroup
Waits until either all jobs belonging to this job group have finished or the given timeout has expired.
join(Object, IProgressMonitor) - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Waits until all jobs of the given family are finished.
JOIN_BEVEL - Static variable in class org.eclipse.swt.SWT
Line drawing style for bevel joins (value is 3).
JOIN_LINES - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Name of the action to join the current lines.
JOIN_LINES - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of the edit join lines action.
JOIN_LINES_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
Help context id for the action.
JOIN_MITER - Static variable in class org.eclipse.swt.SWT
Line drawing style for miter joins (value is 1).
JOIN_ROUND - Static variable in class org.eclipse.swt.SWT
Line drawing style for rounded joins (value is 2).
JoinLinesAction - Class in org.eclipse.ui.texteditor
Action for joining two or more lines together by deleting the line delimiters and trimming the whitespace between them.
JoinLinesAction(ResourceBundle, String, ITextEditor, String) - Constructor for class org.eclipse.ui.texteditor.JoinLinesAction
Creates a line joining action.
JSPFactory - Class in org.eclipse.equinox.jsp.jasper.registry
The JSPFactory can be used in conjunction with org.eclipse.equinox.http.registry and the Servlets extension point to allow the use of JSPs declaratively with the extension registry.
JSPFactory() - Constructor for class org.eclipse.equinox.jsp.jasper.registry.JSPFactory
 
JspServlet - Class in org.eclipse.equinox.jsp.jasper
JSPServlet wraps the Apache Jasper Servlet making it appropriate for running in an OSGi environment under the Http Service.
JspServlet(Bundle, String) - Constructor for class org.eclipse.equinox.jsp.jasper.JspServlet
 
JspServlet(Bundle, String, String) - Constructor for class org.eclipse.equinox.jsp.jasper.JspServlet
 
justify - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] whether or not to justify the text
justify - Variable in class org.eclipse.swt.custom.LineStyleEvent
line justification (input, output)
justify - Variable in class org.eclipse.swt.layout.RowLayout
justify specifies whether the controls in a row should be fully justified, with any extra space placed between the controls.
justify(boolean) - Method in class org.eclipse.jface.layout.RowLayoutFactory
Justify specifies whether the controls in a row should be fully justified, with any extra space placed between the controls.
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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form