public final class ProjectConfigurationDirectoryConcealer extends java.lang.Object implements TreeStructureProvider, DumbAware
EP, EP_NAME
Constructor and Description |
---|
ProjectConfigurationDirectoryConcealer(Project project) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<AbstractTreeNode<?>> |
modify(AbstractTreeNode<?> parent,
java.util.Collection<AbstractTreeNode<?>> children,
ViewSettings settings)
Allows a plugin to modify the list of children displayed for the specified node in the
project view.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getData
public ProjectConfigurationDirectoryConcealer(Project project)
public java.util.Collection<AbstractTreeNode<?>> modify(AbstractTreeNode<?> parent, java.util.Collection<AbstractTreeNode<?>> children, ViewSettings settings)
TreeStructureProvider
modify
in interface TreeStructureProvider
parent
- the parent node.children
- the list of child nodes according to the default project structure.
Elements of the collection are of type ProjectViewNode
.settings
- the current project view settings.children
if no modifications
are required.