Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

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

A

A_CLASS - Static variable in class org.eclipse.gmf.runtime.common.core.service. Service.ProviderDescriptor
The name of the 'class' XML attribute.
A_NAME - Static variable in class org.eclipse.gmf.runtime.common.ui.services.action.filter. ActionFilterService.ProviderDescriptor
The name of the 'name' XML attribute.
A_NAME - Static variable in class org.eclipse.gmf.runtime.common.ui.services.marker. MarkerNavigationService.MarkerNavigationProviderDescriptor
The name of the 'name' XML attribute.
A_PLUGIN - Static variable in class org.eclipse.gmf.runtime.common.core.service. Service.ProviderDescriptor
The name of the 'plugin' XML attribute.
A_VALUE - Static variable in class org.eclipse.gmf.runtime.common.ui.services.action.filter. ActionFilterService.ProviderDescriptor
The name of the 'value' XML attribute.
abortOnError - Variable in class org.eclipse.gmf.runtime.emf.core.resources. GMFHandler
 
AbortResourceLoadException - Exception in org.eclipse.gmf.runtime.emf.core.resources
This exception is intended to be thrown during Resource load when an error occurs.
AbortResourceLoadException() - Constructor for exception org.eclipse.gmf.runtime.emf.core.resources. AbortResourceLoadException
Initializes me without any details.
AbortResourceLoadException(String) - Constructor for exception org.eclipse.gmf.runtime.emf.core.resources. AbortResourceLoadException
Initializes me with a useful message.
AbortResourceLoadException(Throwable) - Constructor for exception org.eclipse.gmf.runtime.emf.core.resources. AbortResourceLoadException
Initializes me with a cause.
aboutToBeHidden() - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections. AbstractModelerPropertySection
 
aboutToBeShown() - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections. AbstractModelerPropertySection
 
aboutToChange(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document. AbstractDocumentProvider
The AbstractDocumentProvider implementation of this IDocumentProvider method does nothing.
aboutToChange(Object) - Method in interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document. IDocumentProvider
Informs this document provider about upcoming changes of the given element.
ABOVE - Static variable in class org.eclipse.gmf.runtime.notation. JumpLinkStatus
The ' Above ' literal value
ABOVE_LITERAL - Static variable in class org.eclipse.gmf.runtime.notation. JumpLinkStatus
The ' Above ' literal object
AbstractActionFilterProvider - Class in org.eclipse.gmf.runtime.common.ui.services.action.filter
The parent of all action filter providers.
AbstractActionFilterProvider() - Constructor for class org.eclipse.gmf.runtime.common.ui.services.action.filter. AbstractActionFilterProvider
Constructs a new action filter provider.
AbstractBasicTextPropertySection - Class in org.eclipse.gmf.runtime.diagram.ui.properties.sections
A generic class to edit a property via text field.
AbstractBasicTextPropertySection() - Constructor for class org.eclipse.gmf.runtime.diagram.ui.properties.sections. AbstractBasicTextPropertySection
 
AbstractClipboardSupport - Class in org.eclipse.gmf.runtime.emf.clipboard.core
A convenient default implementation of most of the features required of a clipboard support utility.
AbstractClipboardSupport() - Constructor for class org.eclipse.gmf.runtime.emf.clipboard.core. AbstractClipboardSupport
Initializes me.
AbstractClipboardSupport - Class in org.eclipse.gmf.runtime.emf.core.clipboard
A partial implementation of the IClipboardSupport interface that uses MSL facilities to implement some of the metamodel-specific hooks that MSL, itself, provides support for.
AbstractClipboardSupport() - Constructor for class org.eclipse.gmf.runtime.emf.core.clipboard. AbstractClipboardSupport
Initializes me.
AbstractCommand - Class in org.eclipse.gmf.runtime.common.core.command
An abstract superclass for GMF IUndoableOperations that do not modify EMF model resources.
AbstractCommand(String) - Constructor for class org.eclipse.gmf.runtime.common.core.command. AbstractCommand
Initializes me with a label.
AbstractCommand(String, List) - Constructor for class org.eclipse.gmf.runtime.common.core.command. AbstractCommand
Initializes me with a label and a list of IFiles that anticipate modifying when I am executed, undone or redone.
AbstractContributionItemProvider - Class in org.eclipse.gmf.runtime.common.ui.services.action.contributionitem
An abstract implementation of the IContributionItemProvider interface This provider performs the contribution by reading its XML contribution descriptor and parsing it in the correct format.
AbstractContributionItemProvider() - Constructor for class org.eclipse.gmf.runtime.common.ui.services.action.contributionitem. AbstractContributionItemProvider
 
AbstractDiagramEventBrokerProvider - Class in org.eclipse.gmf.runtime.diagram.core.providers
The Diagram Event Broker Factory Interface This factory interface allows clients of the Diagram layer to provide Their own Diagram event broker instances.
AbstractDiagramEventBrokerProvider() - Constructor for class org.eclipse.gmf.runtime.diagram.core.providers. AbstractDiagramEventBrokerProvider
 
AbstractDiagramMarkerNavigationProvider - Class in org.eclipse.gmf.runtime.diagram.ui.providers.ide.providers
Abstract Diagram Marker Navigation Provider This class provides utility methods for converting element ID strings into their corresponding edit parts within the diagram.
AbstractDiagramMarkerNavigationProvider() - Constructor for class org.eclipse.gmf.runtime.diagram.ui.providers.ide.providers. AbstractDiagramMarkerNavigationProvider
 
AbstractDocument - Class in org.eclipse.gmf.runtime.diagram.ui.resources.editor.document
Abstract implementation of IDocument.
AbstractDocument() - Constructor for class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document. AbstractDocument
 
AbstractDocumentProvider - Class in org.eclipse.gmf.runtime.diagram.ui.resources.editor.document
An abstract implementation of a sharable document provider.
AbstractDocumentProvider() - Constructor for class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document. AbstractDocumentProvider
Creates a new document provider.
AbstractDocumentProvider.DocumentProviderOperation - Class in org.eclipse.gmf.runtime.diagram.ui.resources.editor.document
Operation created by the document provider and to be executed by the providers runnable context.
AbstractDocumentProvider.DocumentProviderOperation() - Constructor for class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document. AbstractDocumentProvider.DocumentProviderOperation
 
AbstractDocumentProvider.ElementInfo - Class in org.eclipse.gmf.runtime.diagram.ui.resources.editor.document
Collection of all information managed for a connected element.
AbstractDocumentProvider.ElementInfo(IDocument) - Constructor for class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document. AbstractDocumentProvider.ElementInfo
Creates a new element info, initialized with the given document and annotation model.
AbstractDragDropListenerProvider - Class in org.eclipse.gmf.runtime.common.ui.services.dnd.core
The abstract parent of all concrete drag and drop listener providers.
AbstractDragDropListenerProvider() - Constructor for class org.eclipse.gmf.runtime.common.ui.services.dnd.core. AbstractDragDropListenerProvider
Constructor for AbstractDragDropListenerProvider.
AbstractDragSourceListener - Class in org.eclipse.gmf.runtime.common.ui.services.dnd.drag
Abstract parent of all the drag source listeners
AbstractDragSourceListener(String[]) - Constructor for class org.eclipse.gmf.runtime.common.ui.services.dnd.drag. AbstractDragSourceListener
Constructor for AbstractDragSourceListener.
AbstractDropTargetListener - Class in org.eclipse.gmf.runtime.common.ui.services.dnd.drop
Abstract parent of all the drop target listeners
AbstractDropTargetListener(String[]) - Constructor for class org.eclipse.gmf.runtime.common.ui.services.dnd.drop. AbstractDropTargetListener
Constructor for AbstractDropTargetListener.
AbstractDropTargetListener() - Constructor for class org.eclipse.gmf.runtime.common.ui.services.dnd.drop. AbstractDropTargetListener
Default Constructor for AbstractDropTargetListener.
AbstractDropTargetListener.WorkIndicatorType - Class in org.eclipse.gmf.runtime.common.ui.services.dnd.drop
Enumerated type for work indicator type
AbstractDropTargetListener.WorkIndicatorType(String, int) - Constructor for class org.eclipse.gmf.runtime.common.ui.services.dnd.drop. AbstractDropTargetListener.WorkIndicatorType
Constructor for WorkIndicatorType.
AbstractEditCommandRequest - Class in org.eclipse.gmf.runtime.emf.type.core.requests
Abstract superclass for edit command requests.
AbstractEditCommandRequest(TransactionalEditingDomain) - Constructor for class org.eclipse.gmf.runtime.emf.type.core.requests. AbstractEditCommandRequest
Initializes me with the editing domain in which I am requesting to make model changes.
AbstractEditHelper - Class in org.eclipse.gmf.runtime.emf.type.core.edithelper
Abstract edit helper implementation.
AbstractEditHelper() - Constructor for class org.eclipse.gmf.runtime.emf.type.core.edithelper. AbstractEditHelper
 
AbstractEditHelperAdvice - Class in org.eclipse.gmf.runtime.emf.type.core.edithelper
Abstract superclass for edit helper advice classes that provide 'before' and 'after' advice for modifying model elements.
AbstractEditHelperAdvice() - Constructor for class org.eclipse.gmf.runtime.emf.type.core.edithelper. AbstractEditHelperAdvice
 
AbstractEditorProvider - Class in org.eclipse.gmf.runtime.common.ui.services.editor
An abstract implementation of an editor provider
AbstractEditorProvider() - Constructor for class org.eclipse.gmf.runtime.common.ui.services.editor. AbstractEditorProvider
 
AbstractElementSelectionInput - Class in org.eclipse.gmf.runtime.common.ui.services.elementselection
Abstract implementation of an IElementSelectionInput.
AbstractElementSelectionInput(IFilter, IAdaptable, ElementSelectionScope, String) - Constructor for class org.eclipse.gmf.runtime.common.ui.services.elementselection. AbstractElementSelectionInput
Constructor for an AbstractElementSelectionInput
AbstractElementSelectionProvider - Class in org.eclipse.gmf.runtime.common.ui.services.elementselection
Abstract implementation of an element selection provider.
AbstractElementSelectionProvider() - Constructor for class org.eclipse.gmf.runtime.common.ui.services.elementselection. AbstractElementSelectionProvider
 
AbstractElementTypeEnumerator - Class in org.eclipse.gmf.runtime.emf.type.core
Abstract superclass for types wishing to define constants that represent element types contributed in the org.eclipse.gmf.runtime.emf.type.core.elementTypes extension point.
AbstractElementTypeEnumerator() - Constructor for class org.eclipse.gmf.runtime.emf.type.core. AbstractElementTypeEnumerator
 
AbstractElementTypeFactory - Class in org.eclipse.gmf.runtime.emf.type.core
Abstract implementation for element type factories.
AbstractElementTypeFactory() - Constructor for class org.eclipse.gmf.runtime.emf.type.core. AbstractElementTypeFactory
 
AbstractGlobalActionHandler - Class in org.eclipse.gmf.runtime.common.ui.services.action.global
The abstract parent of all concrete global action handlers.
AbstractGlobalActionHandler() - Constructor for class org.eclipse.gmf.runtime.common.ui.services.action.global. AbstractGlobalActionHandler
Creates an AbstractGlobalActionHandler.
AbstractGlobalActionHandlerProvider - Class in org.eclipse.gmf.runtime.common.ui.services.action.global
The abstract parent of all concrete global action handler providers.
AbstractGlobalActionHandlerProvider() - Constructor for class org.eclipse.gmf.runtime.common.ui.services.action.global. AbstractGlobalActionHandlerProvider
Constructor for AbstractGlobalActionHandlerProvider.
AbstractLabeledCheckboxPropertySection - Class in org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance
 
AbstractLabeledCheckboxPropertySection() - Constructor for class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance. AbstractLabeledCheckboxPropertySection
 
AbstractMarkerNavigationProvider - Class in org.eclipse.gmf.runtime.common.ui.services.marker
This class saves the editor associated with the goto operation so that utility methods in derived classes can access the editor instance before the doGotoMarker() method is called.
AbstractMarkerNavigationProvider() - Constructor for class org.eclipse.gmf.runtime.common.ui.services.marker. AbstractMarkerNavigationProvider
 
AbstractMatchingObject - Class in org.eclipse.gmf.runtime.common.ui.services.elementselection
Abstract implementation of an IElementSelectionProvider.
AbstractMatchingObject(String, String, Image, IElementSelectionProvider) - Constructor for class org.eclipse.gmf.runtime.common.ui.services.elementselection. AbstractMatchingObject
Constructor for an AbstractMatchingObject.
AbstractModelActionDelegate - Class in org.eclipse.gmf.runtime.emf.ui.action
The abstract parent of all concrete action delegates that execute model commands.
AbstractModelActionDelegate() - Constructor for class org.eclipse.gmf.runtime.emf.ui.action. AbstractModelActionDelegate
Intializes me with the singleton editing domain.
AbstractModelActionFilterProvider - Class in org.eclipse.gmf.runtime.emf.ui.services.action
The parent of all model action filter providers.
AbstractModelActionFilterProvider() - Constructor for class org.eclipse.gmf.runtime.emf.ui.services.action. AbstractModelActionFilterProvider
Constructs a new model action filter provider.
AbstractModelActionHandler - Class in org.eclipse.gmf.runtime.emf.ui.action
The abstract parent of all concrete action handlers that execute model commands.
AbstractModelActionHandler(IWorkbenchPart) - Constructor for class org.eclipse.gmf.runtime.emf.ui.action. AbstractModelActionHandler
Constructs a new model action handler for the specified workbench part.
AbstractModelActionHandler(IWorkbenchPage) - Constructor for class org.eclipse.gmf.runtime.emf.ui.action. AbstractModelActionHandler
Constructs a new model action handler for the specified workbench page.
AbstractModelerPropertySection - Class in org.eclipse.gmf.runtime.diagram.ui.properties.sections
An abstract implementation of a section in a tab in the tabbed property sheet page for modeler.
AbstractModelerPropertySection() - Constructor for class org.eclipse.gmf.runtime.diagram.ui.properties.sections. AbstractModelerPropertySection
 
AbstractModelMarkerNavigationProvider - Class in org.eclipse.gmf.runtime.emf.ui.providers.marker
Abstract Model Marker Navigation Provider this abstract class provides the necessary wrapping required to perform model operations related to the navigation of markers.
AbstractModelMarkerNavigationProvider() - Constructor for class org.eclipse.gmf.runtime.emf.ui.providers.marker. AbstractModelMarkerNavigationProvider
 
AbstractNotationPropertiesSection - Class in org.eclipse.gmf.runtime.diagram.ui.properties.sections
 
AbstractNotationPropertiesSection() - Constructor for class org.eclipse.gmf.runtime.diagram.ui.properties.sections. AbstractNotationPropertiesSection
 
AbstractPropertySection_UndoIntervalPropertyString - Static variable in class org.eclipse.gmf.runtime.diagram.ui.properties.internal.l10n. DiagramUIPropertiesMessages
 
AbstractProvider - Class in org.eclipse.gmf.runtime.common.core.service
The abstract parent of all service providers.
AbstractProvider() - Constructor for class org.eclipse.gmf.runtime.common.core.service. AbstractProvider
Constructs a new abstract provider.
AbstractProviderConfiguration - Class in org.eclipse.gmf.runtime.common.core.service
Concrete subclasses can be used to assist in parsing service provider descriptors to filter out and delay loading of service providers that do not apply.
AbstractProviderConfiguration() - Constructor for class org.eclipse.gmf.runtime.common.core.service. AbstractProviderConfiguration
 
AbstractProviderConfiguration.ObjectDescriptor - Class in org.eclipse.gmf.runtime.common.core.service
A descriptor for an XML configuration element that identifies a class by name and optionally its methods.
AbstractProviderConfiguration.ObjectDescriptor(IConfigurationElement) - Constructor for class org.eclipse.gmf.runtime.common.core.service. AbstractProviderConfiguration.ObjectDescriptor
Creates a new object descriptor from its configuration element.
AbstractProviderConfiguration.ObjectDescriptor(IConfigurationElement, String) - Constructor for class org.eclipse.gmf.runtime.common.core.service. AbstractProviderConfiguration.ObjectDescriptor
Creates a new object descriptor from its configuration element.
AbstractSelectElementDialog - Class in org.eclipse.gmf.runtime.emf.ui.dialogs
A dialog which solicits the user to select model elements in an explorer like tree viewer.
AbstractSelectElementDialog(Shell) - Constructor for class org.eclipse.gmf.runtime.emf.ui.dialogs. AbstractSelectElementDialog
Constructor for the dialog.
AbstractStatusLineContributionItemProvider - Class in org.eclipse.gmf.runtime.common.ui.services.statusline
Abstract implementation of a status line contribution item provider.
AbstractStatusLineContributionItemProvider() - Constructor for class org.eclipse.gmf.runtime.common.ui.services.statusline. AbstractStatusLineContributionItemProvider
 
AbstractStyleImmutable - Class in org.eclipse.gmf.runtime.notation.stylepooling
Base class for StyleImmutables used with style pooling.
AbstractStyleImmutable() - Constructor for class org.eclipse.gmf.runtime.notation.stylepooling. AbstractStyleImmutable
 
AbstractTransactionalCommand - Class in org.eclipse.gmf.runtime.emf.commands.core.command
An abstract superclass for GMF IUndoableOperations that modify EMF model resources.
AbstractTransactionalCommand(TransactionalEditingDomain, String, List) - Constructor for class org.eclipse.gmf.runtime.emf.commands.core.command. AbstractTransactionalCommand
Initializes me with the editing domain in which I am making model changes, a label, and a list of IFiles that I anticipate modifying when I am executed, undone or redone.
AbstractTransactionalCommand(TransactionalEditingDomain, String, Map, List) - Constructor for class org.eclipse.gmf.runtime.emf.commands.core.command. AbstractTransactionalCommand
Initializes me with the editing domain, a label, transaction options, and a list of IFiles that anticipate modifying when I am executed, undone or redone.
AbstractTransferAdapterProvider - Class in org.eclipse.gmf.runtime.common.ui.services.dnd.core
The abstract parent of all concrete transfer adapter providers.
AbstractTransferAdapterProvider() - Constructor for class org.eclipse.gmf.runtime.common.ui.services.dnd.core. AbstractTransferAdapterProvider
Constructor for AbstractTransferAdapterProvider.
AbstractViewProvider - Class in org.eclipse.gmf.runtime.diagram.core.providers
Implements of the IViewProvider interface.
AbstractViewProvider() - Constructor for class org.eclipse.gmf.runtime.diagram.core.providers. AbstractViewProvider
 
AbstractViewProvider.ClassToCreationMethodMap - Class in org.eclipse.gmf.runtime.diagram.core.providers
 
AbstractViewProvider.ClassToCreationMethodMap() - Constructor for class org.eclipse.gmf.runtime.diagram.core.providers. AbstractViewProvider.ClassToCreationMethodMap
 
ActionFilterService - Class in org.eclipse.gmf.runtime.common.ui.services.action.filter
A service that provides action filters that can be used in evaluating action expressions.
ActionFilterService() - Constructor for class org.eclipse.gmf.runtime.common.ui.services.action.filter. ActionFilterService
Constructs a new action filter service.
ActionFilterService.ProviderDescriptor - Class in org.eclipse.gmf.runtime.common.ui.services.action.filter
A descriptor for action filter providers defined by a configuration element.
ActionFilterService.ProviderDescriptor(IConfigurationElement) - Constructor for class org.eclipse.gmf.runtime.common.ui.services.action.filter. ActionFilterService.ProviderDescriptor
Constructs a new action filter provider descriptor for the specified configuration element.
ActionRegistry - Class in org.eclipse.gmf.runtime.common.ui.services.action.contributionitem
An action registry used for action life cycle management
ActionRegistry() - Constructor for class org.eclipse.gmf.runtime.common.ui.services.action.contributionitem. ActionRegistry
 
ActivityFilterProviderDescriptor - Class in org.eclipse.gmf.runtime.common.ui.services.util
A provider descriptor that will ignore providers that are contributed by a plug-in that is matched to a disabled activity/capability.
ActivityFilterProviderDescriptor(IConfigurationElement) - Constructor for class org.eclipse.gmf.runtime.common.ui.services.util. ActivityFilterProviderDescriptor
Creates a new instance.
adapt(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections. AbstractModelerPropertySection
Adapt the object to an EObject - if possible
adapt(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections. AbstractNotationPropertiesSection
Adapt the object to an EObject - if possible
adapt(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance. DiagramColorsAndFontsPropertySection
Adapt the object to an EObject - if possible
adapt(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections. DiagramGeneralSection
Adapt the object to an EObject - if possible
add(IUndoableOperation) - Method in class org.eclipse.gmf.runtime.common.core.command. CompositeCommand
Adds a child operation to me.
add(IUndoableOperation) - Method in interface org.eclipse.gmf.runtime.common.core.command. ICompositeCommand
Add the specified operation as a child of this operation.
ADD - Static variable in class org.eclipse.gmf.runtime.emf.clipboard.core. PasteAction
Indicates that that the collision should be resolved by just adding the conflicting pasted element with an altered name to distinguish it from the existing one.
add(IClientContext) - Method in class org.eclipse.gmf.runtime.emf.type.core. MultiClientContext
Adds the given context to this multi-context.
ADD_GROUP - Static variable in class org.eclipse.gmf.runtime.common.ui.action.actions. CommonActionConstants
The add context menu group name.
ADD_GROUP_ADDITIONS - Static variable in class org.eclipse.gmf.runtime.common.ui.action.actions. CommonActionConstants
The add additions context menu group name.
addActionId(String) - Method in class org.eclipse.gmf.runtime.common.ui.action.actions.global. GlobalActionManager
Adds an ActionId to the list of action ids.
addAll(PrecisionPointList) - Method in class org.eclipse.gmf.runtime.draw2d.ui.geometry. PrecisionPointList
Appends all of the given points to this PrecisionPointList.
addAll(PointList) - Method in class org.eclipse.gmf.runtime.draw2d.ui.geometry. PrecisionPointList
 
addButton(String, IPropertyAction) - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended. MultiButtonCellEditor
Creates and adds the button to the cell editor
AddCommand - Class in org.eclipse.gmf.runtime.diagram.core.commands
A command to add a view to a another view at a given index
AddCommand(TransactionalEditingDomain, IAdaptable, IAdaptable) - Constructor for class org.eclipse.gmf.runtime.diagram.core.commands. AddCommand
Creates a new AddCommand
AddCommand(TransactionalEditingDomain, IAdaptable, IAdaptable, int) - Constructor for class org.eclipse.gmf.runtime.diagram.core.commands. AddCommand
Creates a new AddCommand
addContext(IUndoContext) - Method in class org.eclipse.gmf.runtime.common.core.command. OneTimeCommand
Does nothing.
addCriticalResolveFailure(EObject) - Method in class org.eclipse.gmf.runtime.emf.clipboard.core. BasePasteOperation
Adds a critical resolution failure to my set and the overall failures set for the bigger paste operation.
addDependentElementToDestroy(EObject) - Method in class org.eclipse.gmf.runtime.emf.type.core.requests. DestroyDependentsRequest
Indicates that the command that fulfils this request will also destroy the specified dependent of the element to be destroyed.
addDiagramString(String) - Static method in class org.eclipse.gmf.runtime.common.ui.printing. PrintHelper
Add a string to the diagrams list of the dialog box.
addDocumentListener(IDocumentListener) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document. AbstractDocument
 
addDocumentListener(IDocumentListener) - Method in interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document. IDocument
Registers the document listener with the document.
addElementStateListener(IElementStateListener) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document. AbstractDocumentProvider
 
addElementStateListener(IElementStateListener) - Method in interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document. IDocumentProvider
Adds the given element state listener to this document provider.
addElementTypeRegistryListener(IElementTypeRegistryListener) - Method in class org.eclipse.gmf.runtime.emf.type.core. ElementTypeRegistry
Adds l as a listener for changes to this registry.
addFilePathVariable(String, String, boolean) - Method in interface org.eclipse.gmf.runtime.emf.core.resources. IPathmapManager2
Sets the value of a path variable to a file (not a folder).
addFilePathVariables(Map, boolean) - Method in interface org.eclipse.gmf.runtime.emf.core.resources. IPathmapManager2
Adds a map of file path variables (not folders).
addFilterFlag(String) - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.descriptors. CompositeSourcePropertyDescriptor
Add filter flag IPropertySheetEntry.FILTER_ID_EXPERT
addFilterFlag(String) - Method in class org.eclipse.gmf.runtime.emf.ui.properties.descriptors. EMFCompositeSourcePropertyDescriptor
Add filter flag (@see IPropertySheetEntry.FILTER_ID_EXPERT)
addFolderPathVariable(String, String, boolean) - Method in interface org.eclipse.gmf.runtime.emf.core.resources. IPathmapManager2
Sets the value of a path variable to a folder (not a file).
addFolderPathVariables(Map, boolean) - Method in interface org.eclipse.gmf.runtime.emf.core.resources. IPathmapManager2
Adds a map of folder path variables (not files).
ADDITIONS_GROUP - Static variable in class org.eclipse.gmf.runtime.common.ui.action.actions. CommonActionConstants
The additions context menu group name.
addListener(ILabelProviderListener) - Method in class org.eclipse.gmf.runtime.common.ui.services.statusline. StatusLineMessageContributionItem
 
addListener(EObject, Object, Object) - Method in class org.eclipse.gmf.runtime.diagram.core.listener. DiagramEventBroker.NotifierToKeyToListenersSetMap
Adds a listener to the map
addListener(EObject, Object) - Method in class org.eclipse.gmf.runtime.diagram.core.listener. DiagramEventBroker.NotifierToKeyToListenersSetMap
Adds a listener to the notifier; this listener is added againest a generic key, LISTEN_TO_ALL_FEATURES so it can listen to all events on the notifier
addMergedElementEntry(EObject, MergedEObjectInfo) - Method in class org.eclipse.gmf.runtime.emf.clipboard.core. BasePasteOperation
Adds a merged element to my map and the overall merges map for the bigger paste operation.
addMethod(Class, Method) - Method in class org.eclipse.gmf.runtime.diagram.core.providers. AbstractViewProvider.ClassToCreationMethodMap
 
addNotificationListener(EObject, NotificationPreCommitListener) - Method in class org.eclipse.gmf.runtime.diagram.core.listener. DiagramEventBroker
Add the supplied listener to the listener list.
addNotificationListener(EObject, NotificationListener) - Method in class org.eclipse.gmf.runtime.diagram.core.listener. DiagramEventBroker
Add the supplied listener to the listener list.
addNotificationListener(EObject, EStructuralFeature, NotificationPreCommitListener) - Method in class org.eclipse.gmf.runtime.diagram.core.listener. DiagramEventBroker
Add the supplied listener to the listener list.
addNotificationListener(EObject, EStructuralFeature, NotificationListener) - Method in class org.eclipse.gmf.runtime.diagram.core.listener. DiagramEventBroker
Add the supplied listener to the listener list.
addParameters(Map) - Method in class org.eclipse.gmf.runtime.emf.type.core.requests. AbstractEditCommandRequest
Adds of the parameter values in newParameters to this request.
addParameters(Map) - Method in interface org.eclipse.gmf.runtime.emf.type.core.requests. IEditCommandRequest
Adds newParameters to this request.
addPastedElement(EObject) - Method in class org.eclipse.gmf.runtime.emf.clipboard.core. BasePasteOperation
Adds a successfully pasted element to my set and the overall pasted elements set for the bigger paste operation.
addPasteFailuresObject(EObject) - Method in class org.eclipse.gmf.runtime.emf.clipboard.core. BasePasteOperation
Adds an element that did not successfully paste to my set and the overall paste failures set for the bigger paste operation.
addPathVariable(String, String) - Method in interface org.eclipse.gmf.runtime.emf.core.resources. IPathmapManager
Set the value of a path variable.
addPoint(Point) - Method in class org.eclipse.gmf.runtime.draw2d.ui.figures. PolylineConnectionEx
Add a point to the polyline connection.
addPoint(Point) - Method in class org.eclipse.gmf.runtime.draw2d.ui.geometry. PrecisionPointList
 
addPrecisionPoint(double, double) - Method in class org.eclipse.gmf.runtime.draw2d.ui.geometry. PrecisionPointList
Adds the input point values to this PointList.
addPrenotifiedDocumentListener(IDocumentListener) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document. AbstractDocument
 
addPrenotifiedDocumentListener(IDocumentListener) - Method in interface org.eclipse.gmf.runtime.diagram.ui.resources.editor.document. IDocument
Adds the given document listener as one which is notified before those document listeners added with addDocumentListener are notified.
addProperty(Object, Object) - Method in interface org.eclipse.gmf.runtime.common.ui.services.properties.extended. IExtendedPropertySource
add properties to the properties map
addProperty(Object, Object) - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended. PropertySource
add properties to the properties map
addPropertyDescriptor(ICompositeSourcePropertyDescriptor) - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.descriptors. CompositePropertySource
Adds a new property descriptor to the property source.
addPropertyDescriptor(IExtendedPropertyDescriptor) - Method in interface org.eclipse.gmf.runtime.common.ui.services.properties.extended. IExtendedPropertySource
Adds propertyDescriptor to this property source.
addPropertyDescriptor(IExtendedPropertyDescriptor) - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended. PropertySource
Adds propertyDescriptor to this property source.
addPropertySheetEntryListener(IPropertySheetEntryListener) - Method in class org.eclipse.gmf.runtime.emf.ui.properties.sections. PropertySheetEntry
 
addPropertySource(ICompositePropertySource) - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.descriptors. CompositePropertySource
 
addPropertySource(ICompositePropertySource) - Method in class org.eclipse.gmf.runtime.common.ui.services.properties.extended. PropertySource
Add enclosed property source object (a child) - this creates a linked list of property sources
addPropertySource(ICompositePropertySource) - Method in interface org.eclipse.gmf.runtime.common.ui.services.properties. ICompositePropertySource
Add another composite property source to the linked list
addPropertySource(ICompositePropertySource) - Method in class org.eclipse.gmf.runtime.emf.ui.properties.descriptors. EMFCompositePropertySource
 
addProvider(ProviderPriority, Service.ProviderDescriptor) - Method in class org.eclipse.gmf.runtime.common.core.service. Service
Registers the provider as a provider for this service, with the specified priority.
addProviderChangeListener(IProviderChangeListener) - Method in class org.eclipse.gmf.runtime.common.core.service. AbstractProvider
Adds the specified listener to the list of provider change listeners for this abstract provider.
addProviderChangeListener(IProviderChangeListener) - Method in interface org.eclipse.gmf.runtime.common.core.service. IProvider
Adds the specified listener to the list of provider change listeners for this provider.
addResourceSetListener(ResourceSetListener) - Method in class org.eclipse.gmf.runtime.diagram.core. DiagramEditingDomainFactory.DiagramEditingDomain
 
addStatusLineContributions() - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts. DiagramDocumentEditor
Add the status line contributions to this editor from the status line service.
addSupportingTransferId(String) - Method in class org.eclipse.gmf.runtime.common.ui.services.dnd.drop. AbstractDropTargetListener
Add transfer id to the list of transferIds.
addToCache(Object, Transfer) - Method in class org.eclipse.gmf.runtime.common.ui.action.actions.global. ClipboardManager
Adds data to the internal cache.
addToCache(Object, Transfer, ClipboardState) - Method in class org.eclipse.gmf.runtime.common.ui.action.actions.global. ClipboardManager
Adds data to the internal cache.
addToEObjectList(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections. AbstractModelerPropertySection
Add next object in the selection to the list of EObjects if this object could be adapted to an EObject
addToEObjectList(Object) - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections. AdvancedPropertySection
 
addUnchangedElementListeners(Object, AbstractDocumentProvider.ElementInfo) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document. AbstractDocumentProvider
Called on initial creation and when the dirty state of the element changes to false.
AdvancedPropertySection - Class in org.eclipse.gmf.runtime.diagram.ui.properties.sections
The advanced property section displayed the "original" tabular property sheet page.
AdvancedPropertySection() - Constructor for class org.eclipse.gmf.runtime.diagram.ui.properties.sections. AdvancedPropertySection
 
aggregateStatuses(List) - Method in class org.eclipse.gmf.runtime.common.core.command. CompositeCommand
Creates a suitable aggregate from these statuses.
aggregateStatuses(List) - Method in class org.eclipse.gmf.runtime.emf.commands.core.command. AbstractTransactionalCommand
Considers that the aggregate status may be different from the present status, and updates the command result accordingly.
aggregateStatuses(List) - Method in class org.eclipse.gmf.runtime.emf.commands.core.command. CompositeTransactionalCommand
Overrides the superclass implementation to set the command result.
ALIGN_CENTER - Static variable in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance. TextAlignmentPropertySection
 
ALIGN_LEFT - Static variable in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance. TextAlignmentPropertySection
 
ALIGN_RIGHT - Static variable in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance. TextAlignmentPropertySection
 
alignCenter() - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance. TextAlignmentPropertySection
Center align the text for the selected editparts.
alignCenterButton - Variable in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance. TextAlignmentPropertySection
 
alignLeft() - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance. TextAlignmentPropertySection
Left align the text for the selected editparts.
alignLeftButton - Variable in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance. TextAlignmentPropertySection
 
Alignment - Class in org.eclipse.gmf.runtime.notation
A representation of the literals of the enumeration ' Alignment ', and utility methods for working with them
ALIGNMENT - Static variable in interface org.eclipse.gmf.runtime.notation. NotationPackage
The meta object id for the ' Alignment' enum
ALIGNMENT - Static variable in interface org.eclipse.gmf.runtime.notation. NotationPackage.Literals
The meta object literal for the ' Alignment' enum
alignRight() - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance. TextAlignmentPropertySection
Right align the text for the selected editparts.
alignRightButton - Variable in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance. TextAlignmentPropertySection
 
ALL - Static variable in class org.eclipse.gmf.runtime.notation. JumpLinkStatus
The ' All ' literal value
ALL_LITERAL - Static variable in class org.eclipse.gmf.runtime.notation. JumpLinkStatus
The ' All ' literal object
ALL_TRANSFERS - Static variable in interface org.eclipse.gmf.runtime.common.ui.services.dnd.core. IListenerContext
Constant for requesting all supporting transfer ids
AMPERSAND - Static variable in class org.eclipse.gmf.runtime.common.core.util. StringStatics
The apostrophe '
Anchor - Interface in org.eclipse.gmf.runtime.notation
A representation of the model object ' Anchor '.
ANCHOR - Static variable in interface org.eclipse.gmf.runtime.notation. NotationPackage
The meta object id for the ' Anchor' class
ANCHOR - Static variable in interface org.eclipse.gmf.runtime.notation. NotationPackage.Literals
The meta object literal for the ' Anchor' class
ANCHOR_FEATURE_COUNT - Static variable in interface org.eclipse.gmf.runtime.notation. NotationPackage
The number of structural features of the 'Anchor' class
ANTI_ALIAS_EDEFAULT - Static variable in class org.eclipse.gmf.runtime.notation.impl. ImageStyleImpl
The default value of the ' Anti Alias' attribute
antiAlias - Variable in class org.eclipse.gmf.runtime.notation.impl. ImageStyleImpl
The cached value of the ' Anti Alias' attribute
APOSTROPHE - Static variable in class org.eclipse.gmf.runtime.common.core.util. StringStatics
The apostrophe '
AppearanceDetails_AvoidObstaclesCommand_Text - Static variable in class org.eclipse.gmf.runtime.diagram.ui.properties.internal.l10n. DiagramUIPropertiesMessages
 
AppearanceDetails_ClosestDistanceCommand_Text - Static variable in class org.eclipse.gmf.runtime.diagram.ui.properties.internal.l10n. DiagramUIPropertiesMessages
 
AppearanceDetails_JumpLinksCommand_Text - Static variable in class org.eclipse.gmf.runtime.diagram.ui.properties.internal.l10n. DiagramUIPropertiesMessages
 
AppearanceDetails_JumpLinkTypeCommand_Text - Static variable in class org.eclipse.gmf.runtime.diagram.ui.properties.internal.l10n. DiagramUIPropertiesMessages
 
AppearanceDetails_LineRouterCommand_Text - Static variable in class org.eclipse.gmf.runtime.diagram.ui.properties.internal.l10n. DiagramUIPropertiesMessages
 
AppearanceDetails_ReverseJumpLinksCommand_Text - Static variable in class org.eclipse.gmf.runtime.diagram.ui.properties.internal.l10n. DiagramUIPropertiesMessages
 
AppearanceDetails_RoundBendpointsCommand_Text - Static variable in class org.eclipse.gmf.runtime.diagram.ui.properties.internal.l10n. DiagramUIPropertiesMessages
 
AppearanceDetails_SmoothnessCommand_Text - Static variable in class org.eclipse.gmf.runtime.diagram.ui.properties.internal.l10n. DiagramUIPropertiesMessages
 
APPEND - Static variable in class org.eclipse.gmf.runtime.diagram.core.util. ViewUtil
the append index, this is the index you should use to append a view to a container
appendEObject(Resource, EObject) - Static method in class org.eclipse.gmf.runtime.emf.clipboard.core. ClipboardSupportUtil
Appends a resource's contents with an additional reference.
appendEObjectAt(EObject, EReference, EObject) - Static method in class org.eclipse.gmf.runtime.emf.clipboard.core. ClipboardSupportUtil
Appends an object's many reference with an additional reference.
appendEObjectListAt(EObject, EReference, List) - Static method in class org.eclipse.gmf.runtime.emf.clipboard.core. ClipboardSupportUtil
Appends an object's many reference with a list of additional references.
appendExtensionToFileName(String) - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.util. DiagramFileCreator
Given a string representing the possible file name, this function will ensure the proper extension is attached to it.
appendQualifiedName(StringBuffer, String) - Static method in class org.eclipse.gmf.runtime.emf.core.util. Util
Appends an encoded version of the specified qualified name to the specified buffer.
appliesTo(ISelection, IConfigurationElement) - Method in interface org.eclipse.gmf.runtime.common.ui.services.action.contributionitem. IPopupMenuContributionPolicy
Tests whether the policy applies to the given selection.
apply(ICompositePropertySource) - Method in interface org.eclipse.gmf.runtime.common.ui.services.properties. IPropertiesModifier
Apply code ICompositePropertySource
apply(ICompositePropertySource) - Method in class org.eclipse.gmf.runtime.diagram.ui.properties.providers. ReadOnlyDiagramPropertiesModifier
Does not allow editing the property source by write protecting descriptors.
applyChangesFromMemento(IMemento) - Method in interface org.eclipse.gmf.runtime.gef.ui.palette.customize. IPaletteState
Applies the changes from the memento to the palette entry.
applyChangesFromMemento(IMemento) - Method in class org.eclipse.gmf.runtime.gef.ui.palette.customize. PaletteDrawerState
 
applyChangesFromMemento(IMemento) - Method in class org.eclipse.gmf.runtime.gef.ui.palette.customize. PaletteEntryState
 
applyCustomizationsToPalette(PaletteRoot) - Method in class org.eclipse.gmf.runtime.gef.ui.palette.customize. PaletteCustomizerEx
Retrieves the palette customizations from the workspace preferences and applies these customizations to the palette root.
applyEditorValue() - Method in class org.eclipse.gmf.runtime.emf.ui.properties.sections. PropertySheetEntry
 
applyEditorValue() - Method in class org.eclipse.gmf.runtime.emf.ui.properties.sections. UndoableModelPropertySheetEntry
 
applyModifiers(IPropertiesProvider, ICompositePropertySource) - Method in class org.eclipse.gmf.runtime.common.ui.services.properties. PropertiesService
Apply property source modifiers appropriate for the given provider
ApplyModifiersOperation - Class in org.eclipse.gmf.runtime.common.ui.services.properties
Operation which is excuted in order to apply modifiers to a property source provided by a provider
ApplyModifiersOperation(ICompositePropertySource) - Constructor for class org.eclipse.gmf.runtime.common.ui.services.properties. ApplyModifiersOperation
Create a new operation object
applyTransparency(Graphics) - Method in class org.eclipse.gmf.runtime.gef.ui.figures. NodeFigure
Converts transparency value from percent range [0, 100] to alpha range [0, 255] and applies converted value. 0% corresponds to alpha 255 and 100% corresponds to alpha 0.
approveFileModification(IFile[]) - Static method in class org.eclipse.gmf.runtime.common.core.command. FileModificationValidator
Checks that the files may be modified.
approveFileModification(IFile[], TransactionalEditingDomain) - Method in class org.eclipse.gmf.runtime.emf.core. GMFEditingDomainFactory.TransactionalSyncExecHelper
Sets the thread specific transactional domain before the approval process since subsequent calls to validateEdit() requires it and clears it afterward.
approveRequest(IEditCommandRequest) - Method in class org.eclipse.gmf.runtime.emf.type.core.edithelper. AbstractEditHelper
Approves the edit gesture described in the request.
approveRequest(IEditCommandRequest) - Method in class org.eclipse.gmf.runtime.emf.type.core.edithelper. AbstractEditHelperAdvice
Returns true by default.
approveRequest(IEditCommandRequest) - Method in interface org.eclipse.gmf.runtime.emf.type.core.edithelper. IEditHelperAdvice
Approves the edit gesture described in the request.
areSemanticElementsAffected(EObject, Object) - Method in interface org.eclipse.gmf.runtime.emf.ui.services.parser. ISemanticParser
Determines if the event affects the semantic elements the parser uses to display strings.
ARROW_SOURCE_EDEFAULT - Static variable in class org.eclipse.gmf.runtime.notation.impl. ArrowStyleImpl
The default value of the ' Arrow Source' attribute
ARROW_SOURCE_EFLAG - Static variable in class org.eclipse.gmf.runtime.notation.impl. ArrowStyleImpl
The flags representing the value of the ' Arrow Source' attribute
ARROW_SOURCE_EFLAG_DEFAULT - Static variable in class org.eclipse.gmf.runtime.notation.impl. ArrowStyleImpl
The flags representing the default value of the ' Arrow Source' attribute
ARROW_SOURCE_EFLAG_OFFSET - Static variable in class org.eclipse.gmf.runtime.notation.impl. ArrowStyleImpl
The offset of the flags representing the value of the ' Arrow Source' attribute
ARROW_STYLE - Static variable in interface org.eclipse.gmf.runtime.notation. NotationPackage
The meta object id for the ' Arrow Style' class
ARROW_STYLE - Static variable in interface org.eclipse.gmf.runtime.notation. NotationPackage.Literals
The meta object literal for the ' Arrow Style' class
ARROW_STYLE__ARROW_SOURCE - Static variable in interface org.eclipse.gmf.runtime.notation. NotationPackage
The feature id for the ' Arrow Source ' attribute
ARROW_STYLE__ARROW_SOURCE - Static variable in interface org.eclipse.gmf.runtime.notation. NotationPackage.Literals
The meta object literal for the ' Arrow Source ' attribute feature
ARROW_STYLE__ARROW_TARGET - Static variable in interface org.eclipse.gmf.runtime.notation. NotationPackage
The feature id for the ' Arrow Target ' attribute
ARROW_STYLE__ARROW_TARGET - Static variable in interface org.eclipse.gmf.runtime.notation. NotationPackage.Literals
The meta object literal for the ' Arrow Target ' attribute feature
ARROW_STYLE_FEATURE_COUNT - Static variable in interface org.eclipse.gmf.runtime.notation. NotationPackage
The number of structural features of the 'Arrow Style' class
ARROW_TARGET_EDEFAULT - Static variable in class org.eclipse.gmf.runtime.notation.impl. ArrowStyleImpl
The default value of the ' Arrow Target' attribute
ARROW_TARGET_EFLAG - Static variable in class org.eclipse.gmf.runtime.notation.impl. ArrowStyleImpl
The flags representing the value of the ' Arrow Target' attribute
ARROW_TARGET_EFLAG_DEFAULT - Static variable in class org.eclipse.gmf.runtime.notation.impl. ArrowStyleImpl
The flags representing the default value of the ' Arrow Target' attribute
ARROW_TARGET_EFLAG_OFFSET - Static variable in class org.eclipse.gmf.runtime.notation.impl. ArrowStyleImpl
The offset of the flags representing the value of the ' Arrow Target' attribute
ARROW_TYPE - Static variable in interface org.eclipse.gmf.runtime.notation. NotationPackage
The meta object id for the ' Arrow Type' enum
ARROW_TYPE - Static variable in interface org.eclipse.gmf.runtime.notation. NotationPackage.Literals
The meta object literal for the ' Arrow Type' enum
ARROW_TYPE_COMMAND_NAME - Static variable in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance. ColoursAndFontsAndLineStylesPropertySection
 
ArrowStyle - Interface in org.eclipse.gmf.runtime.notation
A representation of the model object ' Arrow Style '
ArrowStyleImpl - Class in org.eclipse.gmf.runtime.notation.impl
An implementation of the model object ' Arrow Style '
ArrowStyleImpl() - Constructor for class org.eclipse.gmf.runtime.notation.impl. ArrowStyleImpl
 
ArrowType - Class in org.eclipse.gmf.runtime.notation
A representation of the literals of the enumeration ' Arrow Type ', and utility methods for working with them
arrowTypeButton - Variable in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance. ColoursAndFontsAndLineStylesPropertySection
 
ArrowTypePopup - Class in org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance
The menu-like pop-up widget that allows the user to select an arrow type.
ArrowTypePopup(Shell) - Constructor for class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance. ArrowTypePopup
Constructor for ArrowTypePopup.
ASCENDING - Static variable in class org.eclipse.gmf.runtime.notation. SortingDirection
The ' Ascending ' literal value
ASCENDING_LITERAL - Static variable in class org.eclipse.gmf.runtime.notation. SortingDirection
The ' Ascending ' literal object
askUserReload() - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts. DiagramDocumentEditor
 
askUserSaveClose() - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts. DiagramDocumentEditor
 
askUserSaveOverwrite() - Method in class org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts. DiagramDocumentEditor
 
assertNotExecuted() - Method in class org.eclipse.gmf.runtime.common.core.command. CompositeCommand
Asserts that I have not yet been executed.
attached(EObject) - Method in class org.eclipse.gmf.runtime.emf.core.clipboard. CopyingResource
 
autoDetect(byte[], RenderedImageKey) - Method in interface org.eclipse.gmf.runtime.draw2d.ui.render.factory. RenderedImageType
 
AUTOMATIC - Static variable in class org.eclipse.gmf.runtime.notation. Filtering
The ' Automatic ' literal value
AUTOMATIC - Static variable in class org.eclipse.gmf.runtime.notation. Sorting
The ' Automatic ' literal value
AUTOMATIC_LITERAL - Static variable in class org.eclipse.gmf.runtime.notation. Filtering
The ' Automatic ' literal object
AUTOMATIC_LITERAL - Static variable in class org.eclipse.gmf.runtime.notation. Sorting
The ' Automatic ' literal object
AVOID_OBSTACLES_NAME_LABEL - Static variable in class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance. ConnectionAppearancePropertySection
 
AVOID_OBSTRUCTIONS_EDEFAULT - Static variable in class org.eclipse.gmf.runtime.notation.impl. ConnectorImpl
The default value of the ' Avoid Obstructions' attribute
AVOID_OBSTRUCTIONS_EDEFAULT - Static variable in class org.eclipse.gmf.runtime.notation.impl. RoutingStyleImpl
The default value of the ' Avoid Obstructions' attribute
AVOID_OBSTRUCTIONS_EFLAG - Static variable in class org.eclipse.gmf.runtime.notation.impl. ConnectorImpl
The flag representing the value of the ' Avoid Obstructions' attribute
AVOID_OBSTRUCTIONS_EFLAG - Static variable in class org.eclipse.gmf.runtime.notation.impl. RoutingStyleImpl
The flag representing the value of the ' Avoid Obstructions' attribute

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

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire