org.gjt.sp.jedit.io
Class VFS.DirectoryEntry
java.lang.Object
|
+--org.gjt.sp.jedit.io.VFS.DirectoryEntry
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- VFS
- public static class VFS.DirectoryEntry
- extends java.lang.Object
- implements java.io.Serializable
A directory entry.
- Since:
- jEdit 2.6pre2
- See Also:
- Serialized Form
Constructor Summary |
VFS.DirectoryEntry(java.lang.String name,
java.lang.String path,
java.lang.String deletePath,
int type,
long length,
boolean hidden)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FILE
public static final int FILE
- See Also:
- Constant Field Values
DIRECTORY
public static final int DIRECTORY
- See Also:
- Constant Field Values
FILESYSTEM
public static final int FILESYSTEM
- See Also:
- Constant Field Values
name
public java.lang.String name
path
public java.lang.String path
deletePath
public java.lang.String deletePath
type
public int type
length
public long length
hidden
public boolean hidden
colorCalculated
protected boolean colorCalculated
color
protected java.awt.Color color
VFS.DirectoryEntry
public VFS.DirectoryEntry(java.lang.String name,
java.lang.String path,
java.lang.String deletePath,
int type,
long length,
boolean hidden)
getColor
public java.awt.Color getColor()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object