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, treeNodesRemoved
deregister, handleEvent, treeStructureChanged
public AbstractPathTreeNodeCreator(PathTree tree, java.nio.file.Path newPath)
public final void execute() throws java.lang.Exception
PathTreeNode
.execute
in interface Executable
java.lang.Exception
protected abstract void createNewPath(java.nio.file.Path newPath) throws java.lang.Exception
java.lang.Exception
Copyright © 2011 EsprIT-Systems. All Rights Reserved.