public interface SelectInTarget
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<SelectInTarget> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
boolean |
canSelect(SelectInContext context)
This should be called in an read action
|
default java.lang.String |
getMinorViewId()
aux view id specific for tool window, e.g.
|
default java.lang.String |
getToolWindowId()
Tool window this target is supposed to select in
|
default float |
getWeight()
Weight is used to provide an order in SelectIn popup.
|
void |
selectIn(SelectInContext context,
boolean requestFocus) |
java.lang.String |
toString() |
static final ExtensionPointName<SelectInTarget> EP_NAME
java.lang.String toString()
toString
in class java.lang.Object
boolean canSelect(SelectInContext context)
void selectIn(SelectInContext context, boolean requestFocus)
default java.lang.String getToolWindowId()
default java.lang.String getMinorViewId()
default float getWeight()