Package | Description |
---|---|
viptool.project |
Modifier and Type | Method and Description |
---|---|
boolean |
IProjectTreeModel.addNode(IProjectTreeNode node) |
void |
IProjectGuiLinker.addToBlacklist(IProjectTreeNode node)
This methode adds the file which is represented by the given node to the
blacklist of the project to which the given node belongs to.
|
void |
IProjectGuiLinker.close(IProjectTreeNode node)
This mehtode sends a close message to all editors which are registert at
the abstractfile which is represented by this node.
|
void |
IProjectGuiLinker.closeProject(IProjectTreeNode node)
This methode closes the project to which the given node belongs.
|
boolean |
IProjectGuiLinker.copy(IProjectTreeNode node,
IProjectTreeNode target)
This methode copies the diskfile which is represented by the given node
to the given target or the parent of the given target if the target isn't
a folder.
|
boolean |
IProjectGuiLinker.createFolder(IProjectTreeNode parent,
String name)
This methode creates a new folder with the given name as child of the
given parent.
|
boolean |
IProjectGuiLinker.delete(IProjectTreeNode node)
This methode deletes the diskfile of the given node and remove the
element form the project.
|
IAbstractFile |
IProjectGuiLinker.getAbstractFile(IProjectTreeNode node)
This methode returns the abstract file which is represented by the given
node.
|
Enumeration |
IProjectTreeModel.getChildren(IProjectTreeNode node) |
File |
IProjectGuiLinker.getFile(IProjectTreeNode node)
This methode returns the diskfile as java.io.File which is represented by
the given node.
|
Icon |
IProjectGuiLinker.getIconForNode(IProjectTreeNode node)
This methode returns the icon for the given node.
|
String |
IProjectGuiLinker.getProjectPath(IProjectTreeNode node)
This mehtode returns the absolut path of the projectfolder to which the
given node belongs to.
|
IProject |
IProjectGuiLinker.getProjectToNode(IProjectTreeNode node)
This methode retruns the project to which the given node belongs to.
|
boolean |
IProjectGuiLinker.importFile(File file,
IProjectTreeNode parent)
This methode imports the given file, that means the file will be copied
into through the parent given folder and the new file will be registerd
as element of the project of the given parent.
|
boolean |
IProjectGuiLinker.isOpen(IProjectTreeNode node) |
boolean |
IProjectGuiLinker.isValid(IProjectTreeNode node)
This methode returns the state of the element which is represented by the
given node.
|
boolean |
IProjectGuiLinker.move(IProjectTreeNode node,
IProjectTreeNode target)
This methode moves the given node to the new parent.
|
boolean |
IProjectTreeModel.removeNode(IProjectTreeNode node) |
boolean |
IProjectTreeModel.removeNode(IProjectTreeNode parent,
int index) |
void |
IProjectGuiLinker.run(IProjectTreeNode node)
The methode run runs the given node.
|
void |
IProjectGuiLinker.save(IProjectTreeNode node)
This methode calls the editor who has the lock of the file which is
represented by the given node that changes should be saved.
|
void |
IProjectGuiLinker.saveProject(IProjectTreeNode node)
This methode saves all changes on all open files which belongs to the
project the given node belongs to.
|
boolean |
IProjectTreeModel.updateNode(IProjectTreeNode node) |