Package org.jmol.awt
Class AwtFile
java.lang.Object
java.io.File
org.jmol.awt.AwtFile
- All Implemented Interfaces:
Serializable
,Comparable<File>
,GenericFileInterface
a subclass of File allowing extension to JavaScript
private to org.jmol.awt
-
Field Summary
FieldsFields inherited from class java.io.File
pathSeparator, pathSeparatorChar, separator, separatorChar
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.File
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toPath, toString, toURI, toURL
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jmol.api.GenericFileInterface
getName, isDirectory, length
-
Field Details
-
urlPrefixPairs
-
-
Constructor Details
-
AwtFile
AwtFile(String name)
-
-
Method Details
-
getParentAsFile
- Specified by:
getParentAsFile
in interfaceGenericFileInterface
-
getBufferedFileInputStream
-
getURLContents
-
getFullPath
- Specified by:
getFullPath
in interfaceGenericFileInterface
-
getLocalUrl
-