public interface ProjectViewNodeDecorator
TreeStructureProvider| Modifier and Type | Field and Description |
|---|---|
static ExtensionPointName<ProjectViewNodeDecorator> |
EP_NAME |
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(PackageDependenciesNode node,
ColoredTreeCellRenderer cellRenderer)
Modifies the presentation of a package dependencies view node.
|
void |
decorate(ProjectViewNode node,
PresentationData data)
Modifies the presentation of a project view node.
|
static final ExtensionPointName<ProjectViewNodeDecorator> EP_NAME
void decorate(ProjectViewNode node, PresentationData data)
node - the node to modify (use AbstractTreeNode.getValue() to get the object represented by the node).data - the current presentation of the node, which you can modify as necessary.void decorate(PackageDependenciesNode node, ColoredTreeCellRenderer cellRenderer)
node - the node to modify.cellRenderer - the current renderer for the node, which you can modify as necessary.