- JAR_EXTENSION - Static variable in class org.eclipse.update.core.FeatureContentProvider
-
- JAR_SCHEME - Static variable in class org.eclipse.core.launcher.Main
-
- JarContentReference - Class in org.eclipse.update.core
-
Local .jar file content reference.
- JarContentReference(String, URL) - Constructor for class org.eclipse.update.core.JarContentReference
-
Create jar content reference from URL.
- JarContentReference(String, File) - Constructor for class org.eclipse.update.core.JarContentReference
-
Create jar content reference from file.
- JarContentReference(String, File, boolean) - Constructor for class org.eclipse.update.core.JarContentReference
-
Constructor JarContentReference.
- JarContentReference.ContentSelector - Class in org.eclipse.update.core
-
Content selector used in .jar operations.
- JarContentReference.ContentSelector() - Constructor for class org.eclipse.update.core.JarContentReference.ContentSelector
-
- JarEntryContentReference - Class in org.eclipse.update.core
-
.jar file entry content reference.
- JarEntryContentReference(String, JarContentReference, JarEntry) - Constructor for class org.eclipse.update.core.JarEntryContentReference
-
Create jar entry content reference.
- 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.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.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
-
- javaToNative(Object, TransferData) - Method in class org.eclipse.ui.views.navigator.LocalSelectionTransfer
-
- JFACE - Static variable in class org.eclipse.jface.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.
- JFaceResources - Class in org.eclipse.jface.resource
-
Utility methods to access JFace-specific resources.
- 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
-
- jobName - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
-
Name of the print job.
- join(Object, IProgressMonitor) - Method in interface org.eclipse.core.runtime.jobs.IJobManager
-
Waits until all jobs of the given family are finished.
- join() - Method in class org.eclipse.core.runtime.jobs.Job
-
Waits until this job is finished.
- JOIN_BEVEL - Static variable in class org.eclipse.swt.SWT
-
Line drawing style for bevel joins (value is 3).
- 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).
- 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.