Added use of Navigatable object. Updated doc page to suit.

This commit is contained in:
JohnHake 2018-08-20 21:45:50 -07:00
parent b2b2bd1480
commit b3cf5b060c

View File

@ -10,8 +10,7 @@ import com.intellij.openapi.actionSystem.CommonDataKeys;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.ui.Messages;
import com.intellij.pom.Navigatable;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.jetbrains.annotations.*;
import javax.swing.*;