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, waitgetMinorViewId, getToolWindowIdpublic boolean canSelect(SelectInContext context)
SelectInTargetcanSelect in interface SelectInTargetpublic void selectIn(SelectInContext context, boolean requestFocus)
selectIn in interface SelectInTargetpublic java.lang.String toString()
toString in interface SelectInTargettoString in class java.lang.Objectpublic float getWeight()
SelectInTargetgetWeight in interface SelectInTarget