public class ContentEntryTreeEditor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected DefaultActionGroup |
myEditingActionsGroup |
protected Tree |
myTree |
Constructor and Description |
---|
ContentEntryTreeEditor(Project project,
java.util.List<ModuleSourceRootEditHandler<?>> editHandlers) |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
createComponent() |
protected void |
createEditingActions() |
protected javax.swing.tree.TreeCellRenderer |
getContentEntryCellRenderer(ContentEntry contentEntry) |
ContentEntryEditor |
getContentEntryEditor() |
protected java.util.List<ModuleSourceRootEditHandler<?>> |
getEditHandlers() |
DefaultActionGroup |
getEditingActionsGroup() |
Project |
getProject() |
void |
requestFocus() |
void |
select(VirtualFile file) |
void |
setContentEntryEditor(ContentEntryEditor contentEntryEditor) |
protected void |
setupExcludedAction() |
void |
update() |
protected final Tree myTree
protected final DefaultActionGroup myEditingActionsGroup
public ContentEntryTreeEditor(Project project, java.util.List<ModuleSourceRootEditHandler<?>> editHandlers)
protected void createEditingActions()
protected java.util.List<ModuleSourceRootEditHandler<?>> getEditHandlers()
protected javax.swing.tree.TreeCellRenderer getContentEntryCellRenderer(ContentEntry contentEntry)
public void setContentEntryEditor(ContentEntryEditor contentEntryEditor)
contentEntryEditor
- : null means to clear the editorpublic ContentEntryEditor getContentEntryEditor()
public Project getProject()
public javax.swing.JComponent createComponent()
public void select(VirtualFile file)
public void requestFocus()
public void update()
public DefaultActionGroup getEditingActionsGroup()
protected void setupExcludedAction()