A B C D E F G H I K L M N O P R S T U V W

D

DATE - Static variable in interface com.ibm.carma.model.ModelPackage
The meta object id for the 'Date' data type.
DATE - Static variable in interface com.ibm.carma.model.ModelPackage.Literals
The meta object literal for the 'Date' data type.
deconfigure() - Method in class com.ibm.carma.ui.CarmaRepositoryProvider
 
decorate(IDecoration) - Method in interface com.ibm.carma.ui.mapper.ICARMAResourceReference
Decorates the reference object with the provided decoration
decorate(Object, IDecoration) - Method in class com.ibm.carma.ui.view.CarmaDecorator
 
DEFAULT_ARABIC_LOCALE - Static variable in class com.ibm.carma.model.util.CodePageHelper
 
DEFAULT_CODE_PAGE - Static variable in class com.ibm.carma.model.util.CodePageHelper
Default host codepage
DEFAULT_PARAMETER - Static variable in interface com.ibm.carma.model.ModelPackage
The meta object id for the 'Default Parameter' class.
DEFAULT_PARAMETER - Static variable in interface com.ibm.carma.model.ModelPackage.Literals
The meta object literal for the 'Default Parameter' class.
DEFAULT_PARAMETER__DEFAULT_VALUE - Static variable in interface com.ibm.carma.model.ModelPackage
The feature id for the 'Default Value' attribute.
DEFAULT_PARAMETER__DEFAULT_VALUE - Static variable in interface com.ibm.carma.model.ModelPackage.Literals
The meta object literal for the 'Default Value' attribute feature.
DEFAULT_PARAMETER__DESCRIPTION - Static variable in interface com.ibm.carma.model.ModelPackage
The feature id for the 'Description' attribute.
DEFAULT_PARAMETER__LENGTH - Static variable in interface com.ibm.carma.model.ModelPackage
The feature id for the 'Length' attribute.
DEFAULT_PARAMETER__NAME - Static variable in interface com.ibm.carma.model.ModelPackage
The feature id for the 'Name' attribute.
DEFAULT_PARAMETER__PARAMETER_ID - Static variable in interface com.ibm.carma.model.ModelPackage
The feature id for the 'Parameter Id' attribute.
DEFAULT_PARAMETER__TYPE - Static variable in interface com.ibm.carma.model.ModelPackage
The feature id for the 'Type' attribute.
DEFAULT_PARAMETER_FEATURE_COUNT - Static variable in interface com.ibm.carma.model.ModelPackage
The number of structural features of the 'Default Parameter' class.
DefaultCarmaViewerComparator - Class in com.ibm.carma.ui.view
Provides the sorting algorithm for display of CARMA model objects.
DefaultCarmaViewerComparator() - Constructor for class com.ibm.carma.ui.view.DefaultCarmaViewerComparator
 
defaultCase(EObject) - Method in class com.ibm.carma.model.util.ModelSwitch
Returns the result of interpretting the object as an instance of 'EObject'.
DefaultParameter - Interface in com.ibm.carma.model
A representation of the model object 'Default Parameter'.
DELETE - Static variable in interface com.ibm.carma.model.ActionIdentifier
The 'DELETE' model action identifier value.
delete(IProgressMonitor, Object[]) - Method in interface com.ibm.carma.model.CARMAResource
Removes the CARMA Resource from the CARMA content hierarchy with the force option set to false
delete(IProgressMonitor, boolean, Object[]) - Method in interface com.ibm.carma.model.CARMAResource
Removes the CARMA Resource from the CARMA content hierarchy
DeleteAction - Class in com.ibm.carma.ui.action
This Action is used to Delete either a CARMA or a CARMAMember object.
DeleteAction() - Constructor for class com.ibm.carma.ui.action.DeleteAction
Creates a Delete action with the default text, image, and Id
DeleteAction(String) - Constructor for class com.ibm.carma.ui.action.DeleteAction
Creates a Delete action
DeleteAction(String, ImageDescriptor) - Constructor for class com.ibm.carma.ui.action.DeleteAction
Creates a delete action with the given text and image
DeleteAction(String, String, ImageDescriptor) - Constructor for class com.ibm.carma.ui.action.DeleteAction
Creates a delete action with the given text, id, and image
DeleteJob - Class in com.ibm.carma.ui.job
This Job deletes Objects of type CARMAContent.
DeleteJob(String, CARMAContent[]) - Constructor for class com.ibm.carma.ui.job.DeleteJob
 
DeleteJob(String, Collection<CARMAContent>) - Constructor for class com.ibm.carma.ui.job.DeleteJob
 
DisabledCARMAOperationException - Exception in com.ibm.carma
Exception signifying that the CARMA operation being called is disabled and cannot be executed.
DisabledCARMAOperationException() - Constructor for exception com.ibm.carma.DisabledCARMAOperationException
Constructs a new DisabledCARMAOperationException with null as its detail message.
DisabledCARMAOperationException(String) - Constructor for exception com.ibm.carma.DisabledCARMAOperationException
Constructs a new DisabledCARMAOperationException with the specified detail message.
DisabledCARMAOperationException(String, Throwable) - Constructor for exception com.ibm.carma.DisabledCARMAOperationException
Constructs a new DisabledCARMAOperationException with the specified detail message and cause.
DisabledCARMAOperationException(Throwable) - Constructor for exception com.ibm.carma.DisabledCARMAOperationException
Constructs a new DisabledCARMAOperationException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
disconnect(IProgressMonitor) - Method in interface com.ibm.carma.model.CARMA
 
disconnect(IProgressMonitor) - Method in interface com.ibm.carma.model.RepositoryManager
Shuts down the connection to the host that CARMA is using to execute commands Unloads and disconnects from the Repository access manager, marking the connection as inactive
DISCONNECT_RAM - Static variable in interface com.ibm.carma.model.ActionIdentifier
The 'DISCONNECT RAM' model action identifier value.
DisconnectAction - Class in com.ibm.carma.ui.action
This Action is used to disconnect selected CARMA and RepositoryManager Objects
DisconnectAction() - Constructor for class com.ibm.carma.ui.action.DisconnectAction
Creates a disconnect action
DisconnectAction(String) - Constructor for class com.ibm.carma.ui.action.DisconnectAction
Creates a disconnect action
DISCONNECTED - Static variable in class com.ibm.carma.transport.ConnectionEvent
Disconnect event signal
DisconnectJob - Class in com.ibm.carma.ui.job
This Job Disconnects the passed resources.
DisconnectJob(String, List) - Constructor for class com.ibm.carma.ui.job.DisconnectJob
 
DisplayActionGroup - Class in com.ibm.carma.ui.view
Group of Actions for the "Display" section of the CARMA menu including refresh.
DisplayActionGroup(BaseCarmaBrowser) - Constructor for class com.ibm.carma.ui.view.DisplayActionGroup
 
displayCustomReturns(CARMAContent, CARMAReturn) - Method in class com.ibm.carma.ui.job.AbstractCarmaJob
Opens a dialog to display the given custom returns to the user.
displayCustomReturns(CARMAContent, Map<? extends CARMAContent, ? extends CARMAReturn>) - Method in class com.ibm.carma.ui.job.AbstractCarmaJob
Opens a dialog to display the given custom returns to the user.
displayCustomReturns(String, Map<? extends CustomActionAccepter, ? extends CARMAReturn>) - Method in class com.ibm.carma.ui.job.AbstractCarmaJob
Opens a dialog to display the given custom returns to the user.
displayCustomReturns(CustomActionAccepter, String, Map<? extends CustomActionAccepter, ? extends CARMAReturn>) - Method in class com.ibm.carma.ui.job.AbstractCarmaJob
Opens a dialog to display the given custom returns to the user.
displayUnsupportedActions() - Method in class com.ibm.carma.ui.property.CarmaPreferenceStore
 
dispose() - Method in class com.ibm.carma.ui.action.custom.CarmaCustomActionMenuDelegate
 
dispose() - Method in class com.ibm.carma.ui.action.OpenWithActionMenu
 
dispose() - Method in class com.ibm.carma.ui.property.CarmaBidiPropertyPage
 
dispose() - Method in class com.ibm.carma.ui.view.BaseCarmaBrowser
 
dispose() - Method in class com.ibm.carma.ui.view.CarmaBrowser
 
dispose() - Method in class com.ibm.carma.ui.view.CarmaDecorator
 
dispose() - Method in class com.ibm.carma.ui.view.CarmaTreeContentProvider
 
dispose() - Method in class com.ibm.carma.ui.view.fields.FieldsTableBrowser
 
dispose() - Method in class com.ibm.carma.ui.view.fields.FrameInputRemovalListener
Stops the listener
dispose() - Method in class com.ibm.carma.ui.view.MainActionGroup
 
dispose() - Method in class com.ibm.carma.ui.widget.BasicCARMATreeContentProvider
 
doSwitch(EObject) - Method in class com.ibm.carma.model.util.ModelSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
DOUBLE - Static variable in class com.ibm.carma.model.VariableType
The 'DOUBLE' literal value.
DOUBLE_LITERAL - Static variable in class com.ibm.carma.model.VariableType
The 'DOUBLE' literal object.
DownloadDelegate - Class in com.ibm.carma.ui.action
Deprecated. Use the internal.workspace.action.ReplaceWithRemoteDelegate
DownloadDelegate() - Constructor for class com.ibm.carma.ui.action.DownloadDelegate
Deprecated.  
DownloadJob - Class in com.ibm.carma.ui.job
This User Job downloads remote files into IFiles.
DownloadJob(String, IFile[]) - Constructor for class com.ibm.carma.ui.job.DownloadJob
 
DownloadJob(String, IFile[], boolean) - Constructor for class com.ibm.carma.ui.job.DownloadJob
 
DownloadRemoteJob - Class in com.ibm.carma.ui.job
This User Job downloads remote files into IFiles.
DownloadRemoteJob(String, IFile, CARMAMember, boolean) - Constructor for class com.ibm.carma.ui.job.DownloadRemoteJob
 
dragEnter(DropTargetEvent) - Method in class com.ibm.carma.ui.view.CARMATreeDropAdapter
 

A B C D E F G H I K L M N O P R S T U V W