public class ProjectViewSelectInExplorerTarget extends java.lang.Object implements DumbAware, SelectInTarget
EP_NAME
Constructor and Description |
---|
ProjectViewSelectInExplorerTarget() |
Modifier and Type | Method and Description |
---|---|
boolean |
canSelect(SelectInContext context)
This should be called in an read action
|
float |
getWeight()
Weight is used to provide an order in SelectIn popup.
|
void |
selectIn(SelectInContext context,
boolean requestFocus) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMinorViewId, getToolWindowId
public boolean canSelect(SelectInContext context)
SelectInTarget
canSelect
in interface SelectInTarget
public void selectIn(SelectInContext context, boolean requestFocus)
selectIn
in interface SelectInTarget
public java.lang.String toString()
toString
in interface SelectInTarget
toString
in class java.lang.Object
public float getWeight()
SelectInTarget
getWeight
in interface SelectInTarget