de.frag.umlplugin
Class GraphicalNavigatorGraph2DViewProvider

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

public class GraphicalNavigatorGraph2DViewProvider
extends java.lang.Object
implements Graph2DViewProvider

Gets a Graph2DView from graphical navigation panel.


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

Constructor Detail

GraphicalNavigatorGraph2DViewProvider

public GraphicalNavigatorGraph2DViewProvider()
Method Detail

getGraph2DView

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

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