Runtime

Uses of Interface
org.eclipse.gmf.runtime.diagram.ui.parts.IDiagramWorkbenchPart

Packages that use IDiagramWorkbenchPart
org.eclipse.gmf.runtime.diagram.ui Aurora internal packages Package Specification This package contains the necessary plugin classes: DebugOptions Plugin StatusCodes  
org.eclipse.gmf.runtime.diagram.ui.actions Aurora internal packages Package Specification This package contains the necessary plugin classes: DebugOptions Plugin StatusCodes  
org.eclipse.gmf.runtime.diagram.ui.dnd.parts Aurora internal packages Package Specification ToDo: Fill in specific content 
org.eclipse.gmf.runtime.diagram.ui.parts Aurora internal packages Package Specification this package sontains the editors and the editing domain 
org.eclipse.gmf.runtime.diagram.ui.providers Aurora internal packages Package Specification This package contains the necessary plugin classes: DebugOptions Plugin StatusCodes  
org.eclipse.gmf.runtime.diagram.ui.providers.ide.providers This package contains a contribution item provider and a global action handler and provider for diagram IDE Global Actions. 
org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.editor   
org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts   
 

Uses of IDiagramWorkbenchPart in org.eclipse.gmf.runtime.diagram.ui
 

Methods in org.eclipse.gmf.runtime.diagram.ui that return IDiagramWorkbenchPart
static IDiagramWorkbenchPart DiagramUtil.getOpenedDiagramEditor(Diagram diagram, IWorkbenchWindow window)
          Rerturns an open editor for the given diagram in the given workbench window if the window is null, the active window in the platform is considered
 

Uses of IDiagramWorkbenchPart in org.eclipse.gmf.runtime.diagram.ui.actions
 

Methods in org.eclipse.gmf.runtime.diagram.ui.actions that return IDiagramWorkbenchPart
protected  IDiagramWorkbenchPart DiagramAction.getDiagramWorkbenchPart()
          A utility method to return the active part if it implements the IDiagramWorkbenchPart interface
 

Uses of IDiagramWorkbenchPart in org.eclipse.gmf.runtime.diagram.ui.dnd.parts
 

Constructors in org.eclipse.gmf.runtime.diagram.ui.dnd.parts with parameters of type IDiagramWorkbenchPart
DiagramViewerDropAdapter(IDiagramWorkbenchPart workbenchPart)
          Constructor
 

Uses of IDiagramWorkbenchPart in org.eclipse.gmf.runtime.diagram.ui.parts
 

Classes in org.eclipse.gmf.runtime.diagram.ui.parts that implement IDiagramWorkbenchPart
 class DiagramEditor
           
 class DiagramEditorWithFlyOutPalette
          A generic diagram editor with a palette.
 

Methods in org.eclipse.gmf.runtime.diagram.ui.parts that return IDiagramWorkbenchPart
 IDiagramWorkbenchPart DiagramEditDomain.getDiagramEditorPart()
          gets the diagram editor part
 

Uses of IDiagramWorkbenchPart in org.eclipse.gmf.runtime.diagram.ui.providers
 

Methods in org.eclipse.gmf.runtime.diagram.ui.providers with parameters of type IDiagramWorkbenchPart
protected  ICommand DiagramGlobalActionHandler.getCopyCommand(IGlobalActionContext cntxt, IDiagramWorkbenchPart diagramPart, boolean isUndoable)
          Returns a command to copy the context's selection to the clipboard.
protected  ICommand DiagramGlobalActionHandler.getCutCommand(IGlobalActionContext cntxt, IDiagramWorkbenchPart diagramPart)
          Returns a command to copy the context's selection to the clipboard and to delete it.
 

Uses of IDiagramWorkbenchPart in org.eclipse.gmf.runtime.diagram.ui.providers.ide.providers
 

Methods in org.eclipse.gmf.runtime.diagram.ui.providers.ide.providers that return IDiagramWorkbenchPart
protected  IDiagramWorkbenchPart AbstractDiagramMarkerNavigationProvider.getDiagramEditor()
          Get the associated diagram editor (implements IDiagramWorkbenchPart).
 

Uses of IDiagramWorkbenchPart in org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.editor
 

Classes in org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.editor that implement IDiagramWorkbenchPart
 class FileDiagramEditor
          FileDiagramEditor with optional flyout palette.
 class FileDiagramEditorWithFlyoutPalette
          FileDiagramEditor With a flyout palette
 class IDEDiagramDocumentEditor
           
 

Uses of IDiagramWorkbenchPart in org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts
 

Classes in org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts that implement IDiagramWorkbenchPart
 class DiagramDocumentEditor
          A Diagram Editor with optional flyout palette.
 


Runtime

Guidelines for using Eclipse APIs.

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