public final class CommanderSelectInTarget extends SelectInTargetPsiWrapper
myProject
EP_NAME
Constructor and Description |
---|
CommanderSelectInTarget(Project project) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canSelect(PsiFileSystemItem file) |
java.lang.String |
getMinorViewId()
aux view id specific for tool window, e.g.
|
java.lang.String |
getToolWindowId()
Tool window this target is supposed to select in
|
float |
getWeight()
Weight is used to provide an order in SelectIn popup.
|
protected void |
select(java.lang.Object selector,
VirtualFile virtualFile,
boolean requestFocus) |
protected void |
select(PsiElement element,
boolean requestFocus) |
java.lang.String |
toString() |
canSelect, canSelectInner, canWorkWithCustomObjects, findElementToSelect, getContextPsiFile, selectIn
public CommanderSelectInTarget(Project project)
public java.lang.String toString()
toString
in interface SelectInTarget
toString
in class SelectInTargetPsiWrapper
protected boolean canSelect(PsiFileSystemItem file)
canSelect
in class SelectInTargetPsiWrapper
protected void select(PsiElement element, boolean requestFocus)
select
in class SelectInTargetPsiWrapper
protected void select(java.lang.Object selector, VirtualFile virtualFile, boolean requestFocus)
select
in class SelectInTargetPsiWrapper
public java.lang.String getToolWindowId()
SelectInTarget
public java.lang.String getMinorViewId()
SelectInTarget
public float getWeight()
SelectInTarget