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 _

D

DADWizard - Class in org.dawb.common.ui.project
 
DADWizard() - Constructor for class org.dawb.common.ui.project.DADWizard
 
DASHBOARD_BOUNDS - Static variable in class org.dawb.common.ui.preferences.CommonUIPreferenceConstants
 
DASHBOARD_DESCRIPTION - Static variable in class org.dawb.common.ui.preferences.CommonUIPreferenceConstants
 
DASHBOARD_FORMAT - Static variable in class org.dawb.common.ui.preferences.CommonUIPreferenceConstants
 
DashboardPreferencesAction - Class in org.dawb.common.ui.views.monitor.actions
 
DashboardPreferencesAction() - Constructor for class org.dawb.common.ui.views.monitor.actions.DashboardPreferencesAction
 
DATA - Static variable in class org.dawb.hdf5.Nexus
 
DATA_CHANGED - Static variable in class fable.imageviewer.model.ImageModel
Denotes that the data and statistics changed but not the other parameters.
DATA_FORMAT - Static variable in class org.dawb.workbench.ui.editors.preference.EditorConstants
 
data_size - Variable in class ncsa.hdf.hdf5lib.structs.H5A_info_t
 
DataAnalysisPreferencePage - Class in org.dawb.workbench.application.preferences
 
DataAnalysisPreferencePage() - Constructor for class org.dawb.workbench.application.preferences.DataAnalysisPreferencePage
 
DataAnalysisPreferencePage(String) - Constructor for class org.dawb.workbench.application.preferences.DataAnalysisPreferencePage
 
DataAnalysisPreferencePage(String, ImageDescriptor) - Constructor for class org.dawb.workbench.application.preferences.DataAnalysisPreferencePage
 
DataExportTransformer - Class in org.dawb.passerelle.actors.data
NOTE This is not a sink because it does output the file path.
DataExportTransformer(CompositeEntity, String) - Constructor for class org.dawb.passerelle.actors.data.DataExportTransformer
 
DataExtractor - Class in org.dawb.passerelle.extractors
DataExtractor
DataExtractor(File) - Constructor for class org.dawb.passerelle.extractors.DataExtractor
 
DataFormat - Interface in ncsa.hdf.object
An interface that provides general I/O operations for read/write object data.
DataImportSource - Class in org.dawb.passerelle.actors.data
Reads a file or directory using LoaderFactory and makes the data available to subsequent nodes which can request certain data sets for use.
DataImportSource(CompositeEntity, String) - Constructor for class org.dawb.passerelle.actors.data.DataImportSource
 
DataMessageComponent - Class in org.dawb.passerelle.common.message
This class is similar to a DataHolder in the scisoft diamond plugins.
DataMessageComponent() - Constructor for class org.dawb.passerelle.common.message.DataMessageComponent
 
DataMessageComponent.VALUE_TYPE - Enum in org.dawb.passerelle.common.message
 
DataMessageException - Exception in org.dawb.passerelle.common.message
 
DataMessageException(String, Object, Throwable) - Constructor for exception org.dawb.passerelle.common.message.DataMessageException
 
DataMessageException(String, Object, Collection<DataMessageComponent>, Throwable) - Constructor for exception org.dawb.passerelle.common.message.DataMessageException
 
DataMessageException(String, Object, DataMessageComponent, Throwable) - Constructor for exception org.dawb.passerelle.common.message.DataMessageException
 
DataNature - Class in org.dawb.common.ui.project
 
DataNature() - Constructor for class org.dawb.common.ui.project.DataNature
 
DataNewProjectWizard - Class in org.dawb.common.ui.project
This is a sample new wizard.
DataNewProjectWizard() - Constructor for class org.dawb.common.ui.project.DataNewProjectWizard
Constructor for PasserelleNewModelWizard.
DataNewProjectWizardPage - Class in org.dawb.common.ui.project
The "New" wizard page allows setting the container for the new file as well as the file name.
DataNewProjectWizardPage(ISelection) - Constructor for class org.dawb.common.ui.project.DataNewProjectWizardPage
Constructor for SampleNewWizardPage.
DataOptionDialog - Class in ncsa.hdf.view
DataOptionDialog is an dialog window used to select display options.
DataOptionDialog(ViewManager, Dataset) - Constructor for class ncsa.hdf.view.DataOptionDialog
Constructs a DataOptionDialog with the given HDFView.
DataPerspective - Class in org.edna.workbench.application.perspective
DataPerspective
DataPerspective() - Constructor for class org.edna.workbench.application.perspective.DataPerspective
 
DataProjectUtils - Class in org.dawb.common.ui.project
 
DataProjectUtils() - Constructor for class org.dawb.common.ui.project.DataProjectUtils
 
DataReceiverChannel - Class in org.dawb.passerelle.channels
DataLoaderReceiverChannel a channel for reading data sets from arbitrary data files.
DataReceiverChannel(IMessageExtractor) - Constructor for class org.dawb.passerelle.channels.DataReceiverChannel
 
Dataset - Class in ncsa.hdf.object
The abstract class provides general APIs to create and manipulate dataset objects, and retrieve dataset properties datatype and dimension sizes.
Dataset(FileFormat, String, String) - Constructor for class ncsa.hdf.object.Dataset
Constructs a Dataset object with a given file, name and path.
Dataset(FileFormat, String, String, long[]) - Constructor for class ncsa.hdf.object.Dataset
Deprecated. Not for public use in the future.
Using Dataset.Dataset(FileFormat, String, String)
DatasetChangedEvent - Class in org.dawb.tango.extensions.editors
 
DatasetChangedEvent(CheckboxTreeViewer, List<AbstractDataset>) - Constructor for class org.dawb.tango.extensions.editors.DatasetChangedEvent
 
DataSetComponentUtils - Class in org.dawb.workbench.ui.editors.actions
 
DataSetComponentUtils() - Constructor for class org.dawb.workbench.ui.editors.actions.DataSetComponentUtils
 
DatasetConstants - Class in org.dawb.passerelle.common
 
DatasetConstants() - Constructor for class org.dawb.passerelle.common.DatasetConstants
 
datasetSelectionChanged(DatasetChangedEvent) - Method in interface org.dawb.tango.extensions.editors.IDatasetListener
 
DatasetTitleUtils - Class in org.dawb.gda.extensions.util
 
DatasetTitleUtils() - Constructor for class org.dawb.gda.extensions.util.DatasetTitleUtils
 
Datatype - Class in ncsa.hdf.object
Datatype is an abstract class that defines datatype characteristics and APIs for a data type.
Datatype(FileFormat, String, String) - Constructor for class ncsa.hdf.object.Datatype
Constructs a named datatype with a given file, name and path.
Datatype(FileFormat, String, String, long[]) - Constructor for class ncsa.hdf.object.Datatype
Deprecated. Not for public use in the future.
Using Datatype.Datatype(FileFormat, String, String)
Datatype(int, int, int, int) - Constructor for class ncsa.hdf.object.Datatype
Constructs a Datatype with specified class, size, byte order and sign.
Datatype(int) - Constructor for class ncsa.hdf.object.Datatype
Constructs a Datatype with a given native datatype identifier.
DataView - Interface in ncsa.hdf.view
The data view interface for displaying data object
DATAVIEW_IMAGE - Static variable in interface ncsa.hdf.view.DataView
The image view type
DATAVIEW_TABLE - Static variable in interface ncsa.hdf.view.DataView
The table view type
DATAVIEW_TEXT - Static variable in interface ncsa.hdf.view.DataView
The text view type
DATAVIEW_UNKNOWN - Static variable in interface ncsa.hdf.view.DataView
The unknown view type
DawbDropFactory - Class in org.dawb.passerelle.dnd
 
DawbDropFactory() - Constructor for class org.dawb.passerelle.dnd.DawbDropFactory
 
DawbIntroPart - Class in org.edna.workbench.application.intro
DawbIntroPart
DawbIntroPart() - Constructor for class org.edna.workbench.application.intro.DawbIntroPart
 
DawbResourcePage - Class in org.dawb.common.ui.project
 
DawbResourcePage.RESOURCE_CHOICE - Enum in org.dawb.common.ui.project
 
DawbUtils - Class in org.dawb.common.ui
 
DawbUtils() - Constructor for class org.dawb.common.ui.DawbUtils
 
deactivate(boolean) - Method in class org.dawb.passerelle.editors.VariablePainter
 
deactivated() - Method in class org.dawb.tango.extensions.console.TangoSpecConsoleActions
 
debug(String) - Static method in class fable.framework.logging.FableLogger
Convenience wrapper for using the Fable main logger.
debug(String, Throwable) - Static method in class fable.framework.logging.FableLogger
Convenience wrapper for using the Fable main logger.
debug(Object, Object) - Static method in class ncsa.hdf.view.Tools
Print out debug information
deconfigure() - Method in class org.dawb.common.ui.project.DataNature
 
deconfigure() - Method in class org.dawb.passerelle.common.project.PasserelleNature
 
decorateImage(Image, Image) - Static method in class com.swtdesigner.SWTResourceManager
Returns an Image composed of a base image decorated by another image.
decorateImage(Image, Image, int) - Static method in class com.swtdesigner.SWTResourceManager
Returns an Image composed of a base image decorated by another image.
DEFAULT - Static variable in interface fable.framework.ui.internal.IVarKeys
 
DEFAULT - Static variable in interface org.dawb.tango.extensions.editors.spec.ISpecColorConstants
 
DEFAULT - Static variable in interface org.eclipse.ui.examples.rcp.texteditor.editors.xml.IXMLColorConstants
 
DEFAULT_AGE - Static variable in class fable.framework.toolbox.JLChartMemoryUsage
 
DEFAULT_CHAR_HEIGHT - Static variable in class fable.framework.ui.internal.MainStatusBar
 
DEFAULT_CHAR_WIDTH - Static variable in class fable.framework.ui.internal.MainStatusBar
 
DEFAULT_FILES_PER_TABLE - Static variable in interface fable.framework.ui.internal.IVarKeys
 
DEFAULT_INTERVAL - Static variable in class fable.framework.toolbox.JLChartMemoryUsage
 
DEFAULT_MARKER_SIZE - Static variable in class fable.imageviewer.component.ImageComponentUI
 
DEFAULT_SHOW_LEGEND - Static variable in class fable.framework.toolbox.JLChartMemoryUsage
 
DEFAULT_SHOW_MAX - Static variable in class fable.framework.toolbox.JLChartMemoryUsage
 
DEFAULT_STRING_ATTRIBUTE_LENGTH - Static variable in class ncsa.hdf.view.NewAttributeDialog
the default length of a string attribute
DefaultFileFilter - Class in ncsa.hdf.view
A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
DefaultFileFilter() - Constructor for class ncsa.hdf.view.DefaultFileFilter
Creates a file filter.
DefaultFileFilter(String) - Constructor for class ncsa.hdf.view.DefaultFileFilter
Creates a file filter that accepts files with the given extension.
DefaultFileFilter(String, String) - Constructor for class ncsa.hdf.view.DefaultFileFilter
Creates a file filter that accepts the given file type.
DefaultFileFilter(String[]) - Constructor for class ncsa.hdf.view.DefaultFileFilter
Creates a file filter from the given string array.
DefaultFileFilter(String[], String) - Constructor for class ncsa.hdf.view.DefaultFileFilter
Creates a file filter from the given string array and description.
DefaultImageView - Class in ncsa.hdf.view
ImageView displays an HDF dataset as an image.
DefaultImageView(ViewManager) - Constructor for class ncsa.hdf.view.DefaultImageView
Constructs an ImageView.
DefaultImageView(ViewManager, HashMap) - Constructor for class ncsa.hdf.view.DefaultImageView
Constructs an ImageView.
DefaultMetaDataView - Class in ncsa.hdf.view
DefaultMetadataView is an dialog window used to show data properties.
DefaultMetaDataView(ViewManager) - Constructor for class ncsa.hdf.view.DefaultMetaDataView
Constructs a DefaultMetadataView with the given HDFView.
DefaultPaletteView - Class in ncsa.hdf.view
To view and change palette.
DefaultPaletteView(ImageView) - Constructor for class ncsa.hdf.view.DefaultPaletteView
 
DefaultPaletteView(ViewManager, ImageView) - Constructor for class ncsa.hdf.view.DefaultPaletteView
 
DefaultTableView - Class in ncsa.hdf.view
TableView displays an HDF dataset as a two-dimensional table.
DefaultTableView(ViewManager) - Constructor for class ncsa.hdf.view.DefaultTableView
Constructs an TableView.
DefaultTableView(ViewManager, HashMap) - Constructor for class ncsa.hdf.view.DefaultTableView
Constructs an TableView.
DefaultTextView - Class in ncsa.hdf.view
TextView displays an HDF string dataset in text.
DefaultTextView(ViewManager) - Constructor for class ncsa.hdf.view.DefaultTextView
Constructs an TextView.
DefaultTextView(ViewManager, HashMap) - Constructor for class ncsa.hdf.view.DefaultTextView
Constructs an TextView.
DefaultTreeView - Class in ncsa.hdf.view
TreeView defines APIs for open a file and display the file structure in tree structure.
DefaultTreeView(ViewManager) - Constructor for class ncsa.hdf.view.DefaultTreeView
 
defineDataObject(int, int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
Allocate a 1D array large enough to hold a multidimensional array of 'datasize' elements of 'dataType' numbers.
delay(long) - Static method in class fable.framework.toolbox.EclipseUtils
Process UI input but do not return for the specified time interval.
delay(long) - Static method in class org.dawb.common.ui.util.EclipseUtils
Process UI input but do not return for the specified time interval.
delete(HObject) - Method in class ncsa.hdf.object.FileFormat
Deletes an object from a file.
delete(HObject) - Method in class ncsa.hdf.object.fits.FitsFile
 
delete(HObject) - Method in class ncsa.hdf.object.h4.H4File
Delete an object from the file.
delete(HObject) - Method in class ncsa.hdf.object.h5.H5File
 
delete(HObject) - Method in class ncsa.hdf.object.nc2.NC2File
 
deleteAttribute(HObject) - Method in class ncsa.hdf.view.DefaultMetaDataView
delete an attribute from a data object.
deleteAttribute(HObject) - Method in interface ncsa.hdf.view.MetaDataView
delete an attribribute from a data object.
deleteContents(File) - Static method in class org.dawb.common.util.io.FileUtils
 
deleteExpression() - Method in class org.dawb.workbench.ui.editors.PlotDataComponent
 
DeleteExpressionHandler - Class in org.dawb.workbench.ui.editors.actions
 
DeleteExpressionHandler() - Constructor for class org.dawb.workbench.ui.editors.actions.DeleteExpressionHandler
 
DeleteHardwareObjectHandler - Class in org.dawb.common.ui.views.monitor.actions
 
DeleteHardwareObjectHandler() - Constructor for class org.dawb.common.ui.views.monitor.actions.DeleteHardwareObjectHandler
 
deleteIObserver(IObserver) - Method in class org.dawb.gda.extensions.plot.DoNothingPlotService
 
deleteIObservers() - Method in class org.dawb.gda.extensions.plot.DoNothingPlotService
 
deleteSelectedObject() - Method in class org.dawb.common.ui.views.monitor.MonitorView
 
deleteVariable() - Method in class org.dawb.passerelle.editors.XPathEditor
 
deleteXPath - Static variable in class org.dawb.passerelle.editors.EdnaActorActions
 
DELIMITER_COLON - Static variable in class ncsa.hdf.view.ViewProperties
name of the tab delimiter
DELIMITER_COMMA - Static variable in class ncsa.hdf.view.ViewProperties
name of the tab delimiter
DELIMITER_SEMI_COLON - Static variable in class ncsa.hdf.view.ViewProperties
name of the tab delimiter
DELIMITER_SPACE - Static variable in class ncsa.hdf.view.ViewProperties
name of the tab delimiter
DELIMITER_TAB - Static variable in class ncsa.hdf.view.ViewProperties
name of the tab delimiter
describe(InputStream, IContentDescription) - Method in class org.dawb.passerelle.editors.SubstitutionDescriber
 
DETECT - Static variable in class org.dawb.hdf5.Nexus
 
DF24addimage(String, byte[], int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24addimage(String, Object, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24getdims(String, int[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24getimage(String, byte[], int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24getimage(String, Object, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24lastref() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24nimages(String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24putimage(String, byte[], int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24putimage(String, Object, int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24readref(String, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24reqil(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24restart() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24setcompress(int, HDFCompInfo) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24setdims(int, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF24setil(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DF_FORWARD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_CREATE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_DEFAULT - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_PARALLEL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_RDONLY - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_RDWR - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_READ - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_SERIAL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFACC_WRITE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFANaddfds(int, String, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANaddfid(int, String) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANclear() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetdesc(String, short, short, String[], int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetdesclen(String, short, short) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfds(int, String[], int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfds(int, String[], int, boolean) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfdslen(int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfdslen(int, boolean) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfid(int, String[], int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfid(int, String[], int, boolean) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfidlen(int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetfidlen(int, boolean) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetlabel(String, short, short, String[], int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANgetlablen(String, short, short) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANlablist(String, short, short[], String[], int, int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANlastref() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANputdesc(String, short, short, String, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFANputlabel(String, short, short, String) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFIL_LINE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFIL_PIXEL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFIL_PLANE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFKNTsize(int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFNT_CHAR - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_CHAR16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
No supported by HDF
DFNT_CHAR8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
char
DFNT_DOUBLE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_FLOAT - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_FLOAT128 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_FLOAT32 - Static variable in class ncsa.hdf.hdflib.HDFConstants
float
DFNT_FLOAT64 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_INT128 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_INT16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
short
DFNT_INT32 - Static variable in class ncsa.hdf.hdflib.HDFConstants
interger
DFNT_INT64 - Static variable in class ncsa.hdf.hdflib.HDFConstants
No supported
DFNT_INT8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
8-bit integer
DFNT_LITEND - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_UCHAR - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_UCHAR16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_UCHAR8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
unsigned char
DFNT_UINT128 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_UINT16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
unsigned interger
DFNT_UINT32 - Static variable in class ncsa.hdf.hdflib.HDFConstants
unsigned interger
DFNT_UINT64 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFNT_UINT8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
unsigned 8-bit interger
DFPaddpal(String, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPgetpal(String, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPlastref() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPnpals(String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPputpal(String, byte[], int, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPputpal(String, byte[], boolean, String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPreadref(String, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPrestart() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFPwriteref(String, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8addimage(String, byte[], int, int, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8addimage(String, Object, int, int, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8getdims(String, int[], boolean[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8getimage(String, byte[], int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8getimage(String, Object, int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8getpalref(short[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8lastref() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8nimages(String) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8putimage(String, byte[], int, int, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8putimage(String, Object, int, int, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8readref(String, int) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8restart() - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8setcompress(int, HDFCompInfo) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8setpalette(byte[]) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFR8writeref(String, short) - Static method in class ncsa.hdf.hdflib.HDFLibrary
 
DFREF_NONE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFREF_WILDCARD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFS_MAXLEN - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFSDadddata(String, int, int[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDadddata(String, int, int[], Object) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDclear() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDendslab() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDendslice() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetcal(double[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdata(String, int[], int[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdata(String, int[], int[], Object) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdatalen(int[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdatastrs(String[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdimlen(int, int[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdims(String, int[], int[], int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdimscale(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdimscale(int, int, Object) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetdimstrs(int, String[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetfillvalue(byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetfillvalue(Object[]) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetNT(int[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetrange(byte[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetrange(double[]) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetslice(String, int[], int[], byte[], int[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDgetslice(String, int[], int[], Object, int[]) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDlastref() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDndatasets(String) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDpre32sdg(String, short, boolean) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDpre32sdg(String, short, int[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDputdata(String, int, int[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDputdata(String, int, int[], Object) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDputslice(int[], byte[], int[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDputslice(int[], Object, int[]) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDreadref(String, short) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDreadslab(String, int[], int[], int[], byte[], int[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDreadslab(String, int[], int[], int[], Object, int[]) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDrestart() - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetcal(double, double, double, double, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetdatastrs(String, String, String, String) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetdims(int, int[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetdimscale(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetdimscale(int, int, Object) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetdimstrs(int, String, String, String) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetfillvalue(Object) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetlengths(int, int, int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetNT(int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetrange(byte[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDsetrange(Object, Object) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDstartslab(String) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDstartslice(String) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDwriteref(String, short) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDwriteslab(int[], int[], int[], byte[]) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFSDwriteslab(int[], int[], int[], Object) - Method in class ncsa.hdf.hdflib.HDFDeprecated
 
DFTAG_AR - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_BREQ - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_CAL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_CCN - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_CFM - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_CHUNK - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_CHUNKED - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_CI - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_CI8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_COMPRESSED - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_DIA - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_DIL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_DRAW - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_EREQ - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_FD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_FID - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_FREE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_FV - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_GREYJPEG - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_GREYJPEG5 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_ID - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_ID8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_II8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_IMC - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_IMCOMP - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_IP8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_JPEG - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_JPEG5 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_LD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_LINKED - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_LUT - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_MA - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_MD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_MT - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_MTO - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_NDG - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_NDG_NETCDF - Static variable in class ncsa.hdf.object.h4.H4SDS
tag for netCDF datasets.
DFTAG_NRI - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_NT - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_NULL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_RI - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_RI8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_RIG - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_RLE - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_RUN - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDC - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDF - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDG - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDL - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDLNK - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDM - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDRAG - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDS - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDT - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_SDU - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_T105 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_T14 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_TD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_TID - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_VERSION - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_VG - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_VH - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_VLINKED - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_VLINKED_DATA - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_VS - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_WILDCARD - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFTAG_XYP - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DFUfptoimage(int, int, float, float, float[], float[], float[], byte[], String, int, int, int, int) - Static method in class ncsa.hdf.hdflib.HDFDeprecated
 
dialogPrintImage(Shell, Image, Point, PrintSettings) - Static method in class fable.framework.imageprint.ImagePrintUtils
Prints an image, first bringing up a PrintDialog.
DiamondPlottingSystem - Class in org.dawb.gda.extensions.plot
Link between EDNA 1D plotting and diamond plotter This is the only place that the Diamond plotting is referenced in org.edna.
DiamondPlottingSystem() - Constructor for class org.dawb.gda.extensions.plot.DiamondPlottingSystem
 
DIM_1 - Static variable in interface fable.framework.toolbox.IEdfVarKeys
 
DIM_2 - Static variable in interface fable.framework.toolbox.IEdfVarKeys
 
DIM_VALS - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DIM_VALS01 - Static variable in class ncsa.hdf.hdflib.HDFConstants
 
DimsData - Class in org.dawb.workbench.ui.editors.internal
Bean to hold slice data
DimsData() - Constructor for class org.dawb.workbench.ui.editors.internal.DimsData
 
DimsData(int) - Constructor for class org.dawb.workbench.ui.editors.internal.DimsData
 
DimsDataList - Class in org.dawb.workbench.ui.editors.internal
 
DimsDataList() - Constructor for class org.dawb.workbench.ui.editors.internal.DimsDataList
 
dipose() - Method in class fable.framework.toolbox.CheckableActionGroup
 
dipose() - Method in class org.dawb.common.ui.menu.CheckableActionGroup
 
disconnect() - Method in class org.dawb.tango.extensions.console.TangoSpecConsole.RegExListener
 
disconnect() - Method in class org.dawb.tango.extensions.console.TangoSpecPartitioner
 
disconnect() - Method in class org.dawb.tango.extensions.editors.SpecMultiEditor
 
displayComputedData(String[]) - Method in class fable.python.ColumnFile
This method is called from transformer to display last computation i.e.
DisplayDifferenceAction - Class in fable.imageviewer.actions
DisplayDifferenceAction is an action for un/selecting the display image difference.
DisplayDifferenceAction() - Constructor for class fable.imageviewer.actions.DisplayDifferenceAction
 
DisplayDifferenceAction(String) - Constructor for class fable.imageviewer.actions.DisplayDifferenceAction
 
displayDifferenceAction - Variable in class fable.imageviewer.actions.ImageViewActions
 
displayError(String) - Method in class fable.framework.views.FableIOConsole
Public method for setting error message.
displayError(String) - Method in class fable.framework.views.FableMessageConsole
Public method for displaying error messages.
displayImage() - Method in class fable.imageviewer.component.ImageComponentImage
Update the image display.
displayIn(String) - Method in class fable.framework.views.FableMessageConsole
Public method for displaying input messages.
displayInfo(String) - Method in class fable.framework.views.FableMessageConsole
Public method for displaying error messages.
displayOut(String) - Method in class fable.framework.views.FableIOConsole
Public method for setting output message.
displayOut(String) - Method in class fable.framework.views.FableMessageConsole
Public method for displaying output message.
dispose() - Static method in class com.swtdesigner.SWTResourceManager
Dispose of cached objects and their underlying OS resources.
dispose() - Method in class fable.framework.navigator.commandHandlers.LoadFilesCommandHandler
 
dispose() - Method in class fable.framework.navigator.commandHandlers.LoadSampleCommandHandler
 
dispose() - Method in class fable.framework.navigator.commandHandlers.MainMenuHandler
 
dispose() - Method in class fable.framework.navigator.explorerProvider.FileTableContentProvider
 
dispose() - Method in class fable.framework.navigator.explorerProvider.FileTableLabelProvider
 
dispose() - Method in class fable.framework.navigator.explorerProvider.FileTreeContentProvider
 
dispose() - Method in class fable.framework.navigator.explorerProvider.FileTreeLabelProvider
 
dispose() - Method in class fable.framework.navigator.views.SampleNavigatorView
 
dispose() - Method in class fable.framework.toolbox.MenuAction
 
dispose() - Method in class fable.framework.ui.actions.ColumnAction
 
dispose() - Method in class fable.framework.ui.actions.ColumnEditorAction
 
dispose() - Method in class fable.framework.ui.actions.OpenColumnFilePlot
 
dispose() - Method in class fable.framework.ui.actions.OpenJmolFile
 
dispose() - Method in class fable.framework.ui.contributionToActionBar.ColumnFileContributor
 
dispose() - Method in class fable.framework.ui.contributionToActionBar.InputFileActionBarContributor
 
dispose() - Method in class fable.framework.ui.editors.ColumnFileContentProvider
 
dispose() - Method in class fable.framework.ui.editors.ColumnFileEditor
 
dispose() - Method in class fable.framework.ui.editors.ColumnFileLabelProvider
 
dispose() - Method in class fable.framework.ui.editors.ColumnFilePlotEditor
listen for property change events fired by the Column File since we use an input for Editors
dispose() - Method in class fable.framework.ui.editors.GeneralInputEditor
 
dispose() - Method in class fable.framework.ui.editors.JmolEditor
 
dispose() - Method in class fable.framework.ui.internal.MainMenuBar
 
dispose() - Method in class fable.framework.ui.internal.MainStatusBar
 
dispose() - Method in class fable.framework.ui.views.ColFileXYPlot
Dispose method, even though this is not a SWT Control.
dispose() - Method in class fable.framework.ui.views.ColumnFileContentView
 
dispose() - Method in class fable.framework.ui.views.ColumnFilePlotView
 
dispose() - Method in class fable.framework.views.MemoryUsageView
 
dispose() - Method in class fable.imageviewer.actions.OpenFileAction
 
dispose() - Method in class fable.imageviewer.actions.OpenHeaderView
 
dispose() - Method in class fable.imageviewer.actions.OpenLineView
 
dispose() - Method in class fable.imageviewer.actions.OpenPerspective
 
dispose() - Method in class fable.imageviewer.actions.OpenPlotHeaderView
 
dispose() - Method in class fable.imageviewer.actions.OpenProfileView
 
dispose() - Method in class fable.imageviewer.actions.OpenReliefView
 
dispose() - Method in class fable.imageviewer.actions.OpenRockingView
 
dispose() - Method in class fable.imageviewer.actions.OpenSampleAction
 
dispose() - Method in class fable.imageviewer.component.ImageComponent
 
dispose() - Method in class fable.imageviewer.component.ImageComponentImage
Called when the View is to be disposed
dispose() - Method in class fable.imageviewer.component.ImageComponentUI
 
dispose() - Method in class fable.imageviewer.editor.ImageEditor
 
dispose() - Method in class fable.imageviewer.views.HeaderPlotView
 
dispose() - Method in class fable.imageviewer.views.HeaderTableView
 
dispose() - Method in class fable.imageviewer.views.ImageView
 
dispose() - Method in class fable.imageviewer.views.LineView
 
dispose() - Method in class fable.imageviewer.views.ReliefView
 
dispose() - Method in class fable.python.actions.InfoPythonAction
 
dispose() - Method in class fable.python.actions.OpenPythonConsoleAction
 
dispose() - Method in class fable.python.actions.RecordScriptAction
 
dispose() - Method in class fable.python.contentprovider.SampleTableContentProvider
 
dispose() - Method in class fable.python.labelprovider.SampleTablelabelProvider
 
dispose() - Method in interface ncsa.hdf.view.DataView
Disposes this datao viewer
dispose() - Method in class ncsa.hdf.view.DefaultImageView
 
dispose() - Method in class ncsa.hdf.view.DefaultMetaDataView
Disposes of this dataobserver.
dispose() - Method in class ncsa.hdf.view.DefaultPaletteView
 
dispose() - Method in class ncsa.hdf.view.DefaultTableView
 
dispose() - Method in class ncsa.hdf.view.DefaultTextView
 
dispose() - Method in class ncsa.hdf.view.HDFView
 
dispose() - Method in interface org.dawb.common.ui.plot.IPlottingSystem
Call to mark widgets and plotting as no longer required.
dispose() - Method in class org.dawb.common.ui.viewers.TreeNodeContentProvider
 
dispose() - Method in class org.dawb.common.ui.views.monitor.MonitorView
 
dispose() - Method in class org.dawb.gda.extensions.plot.DiamondPlottingSystem
 
dispose() - Method in class org.dawb.hdf5.editor.H5ContentProvider
 
dispose() - Method in class org.dawb.hdf5.editor.H5Editor
 
dispose() - Method in class org.dawb.passerelle.editors.SubstitutionEditor
 
dispose() - Method in class org.dawb.passerelle.editors.UserModifyComposite
 
dispose() - Method in class org.dawb.passerelle.editors.UserModifyEditor
 
dispose() - Method in class org.dawb.passerelle.editors.VariableCharacterMatcher
 
dispose() - Method in class org.dawb.passerelle.editors.VariableLabelProvider
 
dispose() - Method in class org.dawb.passerelle.editors.VariablePainter
 
dispose() - Method in class org.dawb.passerelle.editors.XMLSubstitutionEditor
 
dispose() - Method in class org.dawb.passerelle.editors.XPathEditor
 
dispose() - Method in class org.dawb.passerelle.views.ValueView
 
dispose() - Method in class org.dawb.stac.video.views.StacVideoView
 
dispose() - Method in class org.dawb.tango.extensions.console.TangoSpecConsole
 
dispose() - Method in class org.dawb.tango.extensions.console.TangoSpecConsoleActions
 
dispose() - Method in class org.dawb.tango.extensions.editors.MultiScanComponent
 
dispose() - Method in class org.dawb.tango.extensions.editors.spec.ColorManager
 
dispose() - Method in class org.dawb.tango.extensions.editors.SpecContentProvider
 
dispose() - Method in class org.dawb.tango.extensions.editors.SpecEditor
 
dispose() - Method in class org.dawb.tango.extensions.editors.SpecMultiEditor
 
dispose() - Method in class org.dawb.tango.extensions.factory.AbstractTangoConnection
 
dispose() - Method in interface org.dawb.tango.extensions.factory.TangoConnection
Because tango sometimes caches connections - dispose is *NOT* garanteed to kill this connection.
dispose() - Method in class org.dawb.tango.extensions.jive.JiveView
 
dispose() - Method in class org.dawb.workbench.ui.editors.CSVDataEditor
 
dispose() - Method in class org.dawb.workbench.ui.editors.H5MultiEditor
 
dispose() - Method in class org.dawb.workbench.ui.editors.internal.SliceComponent
 
dispose() - Method in class org.dawb.workbench.ui.editors.PlotDataComponent
 
dispose() - Method in class org.dawb.workbench.ui.editors.PlotDataEditor
 
dispose() - Method in class org.dawb.workbench.ui.editors.PlotImageEditor
 
dispose() - Method in class org.dawb.workbench.ui.editors.plotting.JLPlottingSystem
 
dispose() - Method in class org.dawb.workbench.ui.editors.plotting.LightWeightPlottingSystem
 
dispose() - Method in class org.dawb.workbench.ui.editors.ZipEditor
 
dispose() - Method in class org.dawb.workbench.ui.views.GalleryView
 
dispose() - Method in class org.eclipse.ui.examples.rcp.texteditor.actions.OpenFileAction
 
dispose() - Method in class org.eclipse.ui.examples.rcp.texteditor.editors.xml.ColorManager
 
dispose() - Method in class org.eclipse.ui.examples.rcp.texteditor.editors.xml.XMLEditor
 
dispose() - Method in class org.edna.workbench.application.intro.DawbIntroPart
 
dispose() - Method in class stac.videoView.VideoProjectorPlugin
 
dispose() - Method in class stac.videoView.VideoProjectorSlot
 
dispose() - Method in class stac.videoView.VideoReceiverPlugin
 
dispose() - Method in class stac.videoView.VideoReceiverPlugin_V4L4J
 
dispose() - Method in class stac.videoView.VideoReceiverSlot
 
disposeColors() - Static method in class com.swtdesigner.SWTResourceManager
Dispose of all the cached Color's.
disposeCursors() - Static method in class com.swtdesigner.SWTResourceManager
Dispose all of the cached cursors.
disposeFonts() - Static method in class com.swtdesigner.SWTResourceManager
Dispose all of the cached Font's.
disposeImages() - Static method in class com.swtdesigner.SWTResourceManager
Dispose all of the cached Image's.
DivideDatasets - Class in org.dawb.passerelle.actors.data
Divides datasets, the sum of inputs to numerator with the sum of inputs to denominator.
DivideDatasets(CompositeEntity, String) - Constructor for class org.dawb.passerelle.actors.data.DivideDatasets
 
documentAboutToBeChanged(DocumentEvent) - Method in class org.dawb.tango.extensions.console.TangoSpecPartitioner
 
documentChanged(DocumentEvent) - Method in class org.dawb.tango.extensions.console.TangoSpecPartitioner
 
doMultiEditorTest(String, boolean) - Method in class org.dawb.workbench.ui.editors.EditorStressTest
 
DoNothingPlotService - Class in org.dawb.gda.extensions.plot
Class to disable silly diamond plot server stuff
doPreInitialize() - Method in class org.dawb.passerelle.actors.data.DataExportTransformer
 
doPreInitialize() - Method in class org.dawb.passerelle.actors.data.DataImportSource
 
doPreInitialize() - Method in class org.dawb.passerelle.common.actors.AbstractDataMessageSink
 
doPreInitialize() - Method in class org.dawb.passerelle.common.actors.AbstractDataMessageTransformer
 
doPreInitialize() - Method in class org.dawb.passerelle.common.actors.AbstractDataMessageTransformer2Port
 
doSave(IProgressMonitor) - Method in class fable.framework.ui.editors.ColumnFileEditor
 
doSave(IProgressMonitor) - Method in class fable.framework.ui.editors.ColumnFilePlotEditor
 
doSave(IProgressMonitor) - Method in class fable.framework.ui.editors.JmolEditor
 
doSave(IProgressMonitor) - Method in class fable.imageviewer.editor.ImageEditor
 
doSave(IProgressMonitor) - Method in class org.dawb.hdf5.editor.H5Editor
 
doSave(IProgressMonitor) - Method in class org.dawb.passerelle.editors.EdnaActorMultiPageEditor
No Save
doSave(IProgressMonitor) - Method in class org.dawb.passerelle.editors.SubstitutionEditor
 
doSave(IProgressMonitor) - Method in class org.dawb.passerelle.editors.UserModifyEditor
 
doSave(IProgressMonitor) - Method in class org.dawb.passerelle.editors.XMLSubstitutionEditor
 
doSave(IProgressMonitor) - Method in class org.dawb.passerelle.editors.XPathEditor
 
doSave(IProgressMonitor) - Method in class org.dawb.tango.extensions.editors.SpecEditor
 
doSave(IProgressMonitor) - Method in class org.dawb.tango.extensions.editors.SpecMultiEditor
Save allowed but not save as.
doSave(IProgressMonitor) - Method in class org.dawb.workbench.ui.editors.AsciiEditor
No Save
doSave(IProgressMonitor) - Method in class org.dawb.workbench.ui.editors.CSVDataEditor
 
doSave(IProgressMonitor) - Method in class org.dawb.workbench.ui.editors.H5MultiEditor
No Save
doSave(IProgressMonitor) - Method in class org.dawb.workbench.ui.editors.PlotDataEditor
 
doSave(IProgressMonitor) - Method in class org.dawb.workbench.ui.editors.PlotImageEditor
 
doSave(IProgressMonitor) - Method in class org.dawb.workbench.ui.editors.ZipEditor
No Save
doSaveAs() - Method in class fable.framework.ui.editors.ColumnFileEditor
 
doSaveAs() - Method in class fable.framework.ui.editors.ColumnFilePlotEditor
 
doSaveAs() - Method in class fable.framework.ui.editors.JmolEditor
 
doSaveAs() - Method in class fable.imageviewer.editor.ImageEditor
 
doSaveAs() - Method in class org.dawb.hdf5.editor.H5Editor
 
doSaveAs() - Method in class org.dawb.passerelle.editors.EdnaActorMultiPageEditor
No Save
doSaveAs() - Method in class org.dawb.passerelle.editors.UserModifyEditor
 
doSaveAs() - Method in class org.dawb.passerelle.editors.XPathEditor
 
doSaveAs() - Method in class org.dawb.tango.extensions.editors.SpecEditor
 
doSaveAs() - Method in class org.dawb.tango.extensions.editors.SpecMultiEditor
No Save
doSaveAs() - Method in class org.dawb.workbench.ui.editors.AsciiEditor
No Save
doSaveAs() - Method in class org.dawb.workbench.ui.editors.CSVDataEditor
 
doSaveAs() - Method in class org.dawb.workbench.ui.editors.H5MultiEditor
No Save
doSaveAs() - Method in class org.dawb.workbench.ui.editors.PlotDataEditor
 
doSaveAs() - Method in class org.dawb.workbench.ui.editors.PlotImageEditor
 
doSaveAs() - Method in class org.dawb.workbench.ui.editors.ZipEditor
No Save
doubleClicked(ITextViewer) - Method in class org.dawb.tango.extensions.editors.spec.SpecDoubleClickStrategy
 
doubleClicked(ITextViewer) - Method in class org.eclipse.ui.examples.rcp.texteditor.editors.xml.XMLDoubleClickStrategy
 
DoubleClickModifier - Class in org.dawb.common.ui.widgets
 
doubleToByte(int, int, double[]) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a range from an array of double into an array of bytes.
doubleToByte(double) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a single double into an array of 8 bytes.
doubleToByte(Double) - Static method in class ncsa.hdf.hdf5lib.HDFNativeData
Convert a single Double object into an array of 8 bytes.
doubleToByte(int, int, double[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
doubleToByte(double) - Static method in class ncsa.hdf.hdflib.HDFNativeData
 
dragEnter(DropTargetDragEvent) - Method in class ncsa.hdf.view.HDFView
 
dragExit(DropTargetEvent) - Method in class ncsa.hdf.view.HDFView
 
dragOver(DropTargetDragEvent) - Method in class ncsa.hdf.view.HDFView
 
drawImage(Drawable, Point, Rectangle, Image, Point, PrintSettings) - Static method in class fable.framework.imageprint.ImagePrintUtils
A general method for drawing an image on a Drawable using parameters from a PrintSettings.
drop(DropTargetDropEvent) - Method in class ncsa.hdf.view.HDFView
 
dropActionChanged(DropTargetDragEvent) - Method in class ncsa.hdf.view.HDFView
 

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 _