ide
Class FileData

java.lang.Object
  |
  +--ide.FileData

class FileData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String fileName
           
 boolean isModified
           
 boolean isReadOnly
           
 int openCount
          How many views are opened for this file
 
Constructor Summary
FileData(java.lang.String fileName)
           
 
Method Summary
static java.lang.String getRelative(java.lang.String fileName, java.lang.String prjPath)
          computes the shortest wai to ge from prjPath to fileName
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

fileName

public java.lang.String fileName

openCount

public int openCount
How many views are opened for this file

isReadOnly

public boolean isReadOnly

isModified

public boolean isModified
Constructor Detail

FileData

public FileData(java.lang.String fileName)
Method Detail

getRelative

public static java.lang.String getRelative(java.lang.String fileName,
                                           java.lang.String prjPath)
computes the shortest wai to ge from prjPath to fileName