de.frag.umlplugin
Class UMLDiagramGraph2DViewProvider

java.lang.Object
  extended by de.frag.umlplugin.UMLDiagramGraph2DViewProvider
All Implemented Interfaces:
Graph2DViewProvider

public class UMLDiagramGraph2DViewProvider
extends java.lang.Object
implements Graph2DViewProvider

Gets a Graph2DView from UML diagram.


Constructor Summary
UMLDiagramGraph2DViewProvider()
           
 
Method Summary
 com.intellij.openapi.graph.view.Graph2DView getGraph2DView(com.intellij.openapi.actionSystem.DataContext dataContext)
          Gets a Graph2DView from UML diagram.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMLDiagramGraph2DViewProvider

public UMLDiagramGraph2DViewProvider()
Method Detail

getGraph2DView

@Nullable
public com.intellij.openapi.graph.view.Graph2DView getGraph2DView(@NotNull
                                                                           com.intellij.openapi.actionSystem.DataContext dataContext)
Gets a Graph2DView from UML diagram.

Specified by:
getGraph2DView in interface Graph2DViewProvider
Parameters:
dataContext - data context
Returns:
Graph2DView