public class PropertiesGrouper extends java.lang.Object implements Grouper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID |
EMPTY_ARRAY
Constructor and Description |
---|
PropertiesGrouper() |
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)
Grouper
public ActionPresentation getPresentation()
TreeAction
getPresentation
in interface TreeAction
ActionPresentationData(String, String, javax.swing.Icon)
public java.lang.String getName()
TreeAction
getName
in interface TreeAction