public class SuperTypesGrouper extends java.lang.Object implements Grouper
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID |
static Key<java.lang.ref.WeakReference<PsiMethod>> |
SUPER_METHOD_KEY |
EMPTY_ARRAY| Constructor and Description |
|---|
SuperTypesGrouper() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns a unique identifier for the action.
|
ActionPresentation |
getPresentation()
Returns the presentation for the action.
|
java.util.Collection<Group> |
group(AbstractTreeNode<?> parent,
java.util.Collection<TreeElement> children)
Returns the collection of groups into which the children of the specified parent node
are grouped.
|
public static final java.lang.String ID
public java.util.Collection<Group> group(AbstractTreeNode<?> parent, java.util.Collection<TreeElement> children)
Grouperpublic ActionPresentation getPresentation()
TreeActiongetPresentation in interface TreeActionActionPresentationData(String, String, javax.swing.Icon)public java.lang.String getName()
TreeActiongetName in interface TreeAction