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, wait
getMinorViewId
public SelectInChangesViewTarget(Project project)
public java.lang.String toString()
toString
in interface SelectInTarget
toString
in class java.lang.Object
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 getToolWindowId()
SelectInTarget
getToolWindowId
in interface SelectInTarget
public float getWeight()
SelectInTarget
getWeight
in interface SelectInTarget