VdexReload 1.1.3 API

uk.ac.reload.editor.contentpackaging.resourceview
Class ResourceRemover

java.lang.Object
  extended byuk.ac.reload.editor.contentpackaging.resourceview.ResourceRemover
All Implemented Interfaces:
DweezilConstants

public class ResourceRemover
extends java.lang.Object
implements DweezilConstants

Class to delete selected files from the project folder (resources pool)


Field Summary
 
Fields inherited from interface uk.ac.reload.dweezil.DweezilConstants
CR, DEBUG
 
Constructor Summary
ResourceRemover()
          Default constructor
 
Method Summary
 void removeFiles(CPResourcesTree theTree)
          Method to obtain all currently selected tree nodes and decide if each element is a file reference or a directory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceRemover

public ResourceRemover()
Default constructor

Method Detail

removeFiles

public void removeFiles(CPResourcesTree theTree)
Method to obtain all currently selected tree nodes and decide if each element is a file reference or a directory


VdexReload 1.1.3 API