public final class CommanderSelectInTarget extends SelectInTargetPsiWrapper
myProjectEP_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, selectInpublic CommanderSelectInTarget(Project project)
public java.lang.String toString()
toString in interface SelectInTargettoString in class SelectInTargetPsiWrapperprotected boolean canSelect(PsiFileSystemItem file)
canSelect in class SelectInTargetPsiWrapperprotected void select(PsiElement element, boolean requestFocus)
select in class SelectInTargetPsiWrapperprotected void select(java.lang.Object selector,
VirtualFile virtualFile,
boolean requestFocus)
select in class SelectInTargetPsiWrapperpublic java.lang.String getToolWindowId()
SelectInTargetpublic java.lang.String getMinorViewId()
SelectInTargetpublic float getWeight()
SelectInTarget