com.intellij.ide
Interface SelectInTarget


public interface SelectInTarget


Method Summary
 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.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()
           
 

Method Detail

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object

canSelect

boolean canSelect(SelectInContext context)
This should be called in an read action


selectIn

void selectIn(SelectInContext context,
              boolean requestFocus)

getToolWindowId

java.lang.String getToolWindowId()
Tool window this target is supposed to select in


getMinorViewId

java.lang.String getMinorViewId()
aux view id specific for tool window, e.g. Project/Packages/J2EE tab inside project View


getWeight

float getWeight()
Weight is used to provide an order in SelectIn popup. Lesser weights come first.

Returns:
weight of this particular target.