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

Uses of Interface
org.eclipse.gmf.runtime.notation.Diagram

Packages that use Diagram
org.eclipse.gmf.runtime.diagram.core.providers   
org.eclipse.gmf.runtime.diagram.core.services   
org.eclipse.gmf.runtime.diagram.core.util Aurora internal packages Package Specification This package contains utility classes used by this plugin. 
org.eclipse.gmf.runtime.diagram.core.view.factories Aurora internal packages Package Specification ToDo: Fill in specific content 
org.eclipse.gmf.runtime.diagram.ui.properties.sections Aurora internal packages. 
org.eclipse.gmf.runtime.diagram.ui.resources.editor.document   
org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.document   
org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts   
org.eclipse.gmf.runtime.notation Notation meta-model primary package. 
org.eclipse.gmf.runtime.notation.impl Aurora internal packages Package Specification ToDo: Fill in specific content 
org.eclipse.gmf.runtime.notation.util Aurora internal packages Package Specification This package contains utility classes used by this plugin. 
 

Uses of Diagram in org.eclipse.gmf.runtime.diagram.core.providers
 

Methods in org.eclipse.gmf.runtime.diagram.core.providers that return Diagram
  Diagram IViewProvider. createDiagram ( IAdaptable semanticAdapter, java.lang.String diagramKind, PreferencesHint preferencesHint)
          create an Diagram element.
  Diagram AbstractViewProvider. createDiagram ( IAdaptable contextElement, java.lang.String diagramKind, PreferencesHint preferencesHint)
           
 

Uses of Diagram in org.eclipse.gmf.runtime.diagram.core.services
 

Methods in org.eclipse.gmf.runtime.diagram.core.services that return Diagram
static  Diagram ViewService. createDiagram (org.eclipse.emf.ecore.EObject context, java.lang.String kind, PreferencesHint preferencesHint)
          Creates a diagram with the given context and kind
  Diagram ViewService. createDiagram ( IAdaptable semanticAdapter, java.lang.String diagramKindType, PreferencesHint preferencesHint)
           
static  Diagram ViewService. createDiagram (java.lang.String kind, PreferencesHint preferencesHint)
          Creates a diagram with a kind
 

Uses of Diagram in org.eclipse.gmf.runtime.diagram.core.util
 

Methods in org.eclipse.gmf.runtime.diagram.core.util that return Diagram
protected   Diagram ViewRefactorHelper. createDiagram ( Diagram oldDiagram, org.eclipse.emf.ecore.EObject newElement)
          A utility to create a new diagram for the given new element that would replace the given old diagram.
protected   Diagram ViewRefactorHelper. refactorDiagram ( Diagram oldDiagram, org.eclipse.emf.ecore.EObject newElement)
          Refactors an old diagram to a new one with the given new element
 

Methods in org.eclipse.gmf.runtime.diagram.core.util with parameters of type Diagram
protected  void ViewRefactorHelper. copyDiagramFeatures ( Diagram oldDiagram, Diagram newDiagram)
          Copies the notational features of the old diagram to the new diagram
protected   Diagram ViewRefactorHelper. createDiagram ( Diagram oldDiagram, org.eclipse.emf.ecore.EObject newElement)
          A utility to create a new diagram for the given new element that would replace the given old diagram.
protected   Diagram ViewRefactorHelper. refactorDiagram ( Diagram oldDiagram, org.eclipse.emf.ecore.EObject newElement)
          Refactors an old diagram to a new one with the given new element
protected  void ViewRefactorHelper. refactorDiagramLinks ( Diagram oldDiagram, Diagram newDiagram)
           
 

Uses of Diagram in org.eclipse.gmf.runtime.diagram.core.view.factories
 

Methods in org.eclipse.gmf.runtime.diagram.core.view.factories that return Diagram
  Diagram DiagramFactory. createDiagram ( IAdaptable semanticAdapter, java.lang.String diagramKind, PreferencesHint preferencesHint)
           
 

Uses of Diagram in org.eclipse.gmf.runtime.diagram.ui.properties.sections
 

Methods in org.eclipse.gmf.runtime.diagram.ui.properties.sections with parameters of type Diagram
protected  java.lang.String DiagramGeneralSection. getDiagramType ( Diagram diagram)
          Gets the string to be displayed in the diagram type field.
 

Uses of Diagram in org.eclipse.gmf.runtime.diagram.ui.resources.editor.document
 

Methods in org.eclipse.gmf.runtime.diagram.ui.resources.editor.document that return Diagram
  Diagram IDiagramDocument. detachDiagram ()
          Detaches the attached Diagram from this document.
  Diagram DiagramDocument. detachDiagram ()
           
  Diagram IDiagramDocument. getDiagram ()
          Returns the diagram for this diagram document
  Diagram DiagramDocument. getDiagram ()
           
 

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

Methods in org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.document with parameters of type Diagram
protected  void FileDiagramDocumentProvider. doSave (org.eclipse.emf.transaction.TransactionalEditingDomain domain, IFile file, Diagram diagram, java.util.Map options, IProgressMonitor monitor)
          Handles the saving of the diagram to a file
 

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

Methods in org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts that return Diagram
  Diagram DiagramDocumentEditor. getDiagram ()
           
 

Uses of Diagram in org.eclipse.gmf.runtime.notation
 

Subinterfaces of Diagram in org.eclipse.gmf.runtime.notation
 interface StandardDiagram
          A representation of the model object ' Standard Diagram '
 

Methods in org.eclipse.gmf.runtime.notation that return Diagram
  Diagram NotationFactory. createDiagram ()
          Returns a new object of class 'Diagram'
  Diagram View. getDiagram ()
          Returns the value of the ' Diagram ' reference
  Diagram DiagramLinkStyle. getDiagramLink ()
          Returns the value of the ' Diagram Link ' reference
 

Methods in org.eclipse.gmf.runtime.notation with parameters of type Diagram
 void DiagramLinkStyle. setDiagramLink ( Diagram value)
          Sets the value of the ' Diagram Link' reference
 

Uses of Diagram in org.eclipse.gmf.runtime.notation.impl
 

Classes in org.eclipse.gmf.runtime.notation.impl that implement Diagram
 class DiagramImpl
          An implementation of the model object ' Diagram '
 class StandardDiagramImpl
          An implementation of the model object ' Standard Diagram '
 

Fields in org.eclipse.gmf.runtime.notation.impl declared as Diagram
protected   Diagram DiagramLinkStyleImpl. diagramLink
          The cached value of the ' Diagram Link' reference
 

Methods in org.eclipse.gmf.runtime.notation.impl that return Diagram
  Diagram ViewImpl. basicGetDiagram ()
           
  Diagram BasicDecorationNodeImpl. basicGetDiagram ()
           
  Diagram DiagramLinkStyleImpl. basicGetDiagramLink ()
           
  Diagram NotationFactoryImpl. createDiagram ()
           
  Diagram ViewImpl. getDiagram ()
           
  Diagram BasicDecorationNodeImpl. getDiagram ()
           
  Diagram DiagramLinkStyleImpl. getDiagramLink ()
           
 

Methods in org.eclipse.gmf.runtime.notation.impl with parameters of type Diagram
 void DiagramLinkStyleImpl. setDiagramLink ( Diagram newDiagramLink)
           
 

Uses of Diagram in org.eclipse.gmf.runtime.notation.util
 

Methods in org.eclipse.gmf.runtime.notation.util with parameters of type Diagram
 java.lang.Object NotationSwitch. caseDiagram ( Diagram object)
          Returns the result of interpreting the object as an instance of 'Diagram'
 


Runtime

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