public class SelectInChangesViewTarget extends java.lang.Object implements SelectInTarget, DumbAware
EP_NAME| Constructor and Description |
|---|
SelectInChangesViewTarget(Project project) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSelect(SelectInContext context)
This should be called in an read action
|
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.
|
void |
selectIn(SelectInContext context,
boolean requestFocus) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMinorViewIdpublic SelectInChangesViewTarget(Project project)
public java.lang.String toString()
toString in interface SelectInTargettoString in class java.lang.Objectpublic boolean canSelect(SelectInContext context)
SelectInTargetcanSelect in interface SelectInTargetpublic void selectIn(SelectInContext context, boolean requestFocus)
selectIn in interface SelectInTargetpublic java.lang.String getToolWindowId()
SelectInTargetgetToolWindowId in interface SelectInTargetpublic float getWeight()
SelectInTargetgetWeight in interface SelectInTarget