|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.File
uk.ac.reload.editor.contentpackaging.ReloadResource
A ReloadResource
Field Summary |
Fields inherited from class java.io.File |
pathSeparator, pathSeparatorChar, separator, separatorChar |
Constructor Summary | |
ReloadResource(java.io.File resource)
Constructor |
Method Summary | |
boolean |
doParentDirectoriesExist()
Method to check if this reload resources parent folders exist |
ReloadResource[] |
getChildren()
|
java.io.File[] |
getDependencies(java.io.File projectFolder)
Method to determine what dependencies are needed for a given ReloadResource. |
java.lang.String |
getFriendlyName()
Method to return the friendly name for a ReloadResource. |
javax.swing.Icon |
getResourceIcon()
Method to retrieve which icon to use in the resources tree |
java.lang.String |
toString()
The string (filename) to show next to the icon in the resources tree |
Methods inherited from class java.io.File |
canRead, canWrite, compareTo, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getName, getParent, getParentFile, getPath, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setLastModified, setReadOnly, toURI, toURL |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ReloadResource(java.io.File resource)
resource
- Method Detail |
public java.io.File[] getDependencies(java.io.File projectFolder)
public ReloadResource[] getChildren()
public boolean doParentDirectoriesExist()
public java.lang.String getFriendlyName()
public javax.swing.Icon getResourceIcon()
public java.lang.String toString()
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |