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, waitgetWeightpublic java.util.Collection<SelectInTarget> getSubTargets(SelectInContext context)
getSubTargets in interface CompositeSelectInTargetpublic 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 java.lang.String getMinorViewId()
SelectInTargetgetMinorViewId in interface SelectInTargetpublic java.lang.String toString()
toString in interface SelectInTargettoString in class java.lang.Object