public abstract class AbstractPathTreeNodeCreator extends PathTreeNodeSelector implements Executable
PathTreeNode in the PathTreeModel. After creation the new node is
automatically being selected in the PathTree.| Constructor and Description |
|---|
AbstractPathTreeNodeCreator(PathTree tree,
java.nio.file.Path newPath) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
createNewPath(java.nio.file.Path newPath) |
void |
execute()
Performs the creation of the new
PathTreeNode. |
getModel, getPath, treeNodesChanged, treeNodesInserted, treeNodesRemovedderegister, handleEvent, treeStructureChangedpublic AbstractPathTreeNodeCreator(PathTree tree, java.nio.file.Path newPath)
public final void execute()
throws java.lang.Exception
PathTreeNode.execute in interface Executablejava.lang.Exceptionprotected abstract void createNewPath(java.nio.file.Path newPath)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2011 EsprIT-Systems. All Rights Reserved.