de.frag.umlplugin
Class Navigator

java.lang.Object
  extended by de.frag.umlplugin.Navigator

public class Navigator
extends java.lang.Object

Provides navigation to source files.


Method Summary
static void navigateToSource(com.intellij.openapi.project.Project project, com.intellij.psi.PsiElement classToNavigateTo)
          Navigates to source of given class at specified offset.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

navigateToSource

public static void navigateToSource(@NotNull
                                    com.intellij.openapi.project.Project project,
                                    @NotNull
                                    com.intellij.psi.PsiElement classToNavigateTo)
Navigates to source of given class at specified offset.

Parameters:
project - project to use for navigation
classToNavigateTo - navigate to source of this class