public class ProjectViewSelectInGroupTarget extends java.lang.Object implements CompositeSelectInTarget, DumbAware
EP_NAME
Constructor and Description |
---|
ProjectViewSelectInGroupTarget() |
Modifier and Type | Method and Description |
---|---|
boolean |
canSelect(SelectInContext context)
This should be called in an read action
|
java.lang.String |
getMinorViewId()
aux view id specific for tool window, e.g.
|
java.util.Collection<SelectInTarget> |
getSubTargets(SelectInContext context) |
java.lang.String |
getToolWindowId()
Tool window this target is supposed to select in
|
void |
selectIn(SelectInContext context,
boolean requestFocus) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getWeight
public java.util.Collection<SelectInTarget> getSubTargets(SelectInContext context)
getSubTargets
in interface CompositeSelectInTarget
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 java.lang.String getMinorViewId()
SelectInTarget
getMinorViewId
in interface SelectInTarget
public java.lang.String toString()
toString
in interface SelectInTarget
toString
in class java.lang.Object