Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
JLibDiff.Hunk3Type.InFileType

Uses of Hunk3Type.InFileType in JLibDiff
 

Fields in JLibDiff declared as Hunk3Type.InFileType
static Hunk3Type.InFileType Hunk3Type.FILE_ONE
           
static Hunk3Type.InFileType Hunk3Type.FILE_TWO
           
static Hunk3Type.InFileType Hunk3Type.BOTH_FILES_SAME
           
static Hunk3Type.InFileType Hunk3Type.BOTH_FILES_DIFFERENT
           
private  Hunk3Type.InFileType Hunk3Type.inFileType
           
 

Methods in JLibDiff that return Hunk3Type.InFileType
 Hunk3Type.InFileType Hunk3Type.getInFileType()
          Returns the inFileType.
 

Methods in JLibDiff with parameters of type Hunk3Type.InFileType
 void Hunk3Type.setInFileType(Hunk3Type.InFileType inFileType)
          Sets the inFileType.