org.netbeans.lib.cvsclient.command.diff
Class DiffInformation.DiffChange

java.lang.Object
  extended by org.netbeans.lib.cvsclient.command.diff.DiffInformation.DiffChange
Enclosing class:
DiffInformation

public class DiffInformation.DiffChange
extends java.lang.Object


Field Summary
static int ADD
           
static int CHANGE
           
static int DELETE
           
protected  int type
           
 
Constructor Summary
DiffInformation.DiffChange()
           
 
Method Summary
 void appendLeftLine(java.lang.String diffLine)
           
 void appendRightLine(java.lang.String diffLine)
           
 int getLeftMax()
           
 int getLeftMin()
           
 java.lang.String getLine(int number, boolean left)
           
 int getMainBeginning()
           
 int getRightMax()
           
 int getRightMin()
           
 int getType()
           
 boolean isInRange(int number, boolean left)
           
 void setLeftRange(int min, int max)
           
 void setRightRange(int min, int max)
           
 void setType(int typeChange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD

public static final int ADD
See Also:
Constant Field Values

DELETE

public static final int DELETE
See Also:
Constant Field Values

CHANGE

public static final int CHANGE
See Also:
Constant Field Values

type

protected int type
Constructor Detail

DiffInformation.DiffChange

public DiffInformation.DiffChange()
Method Detail

setType

public void setType(int typeChange)

getType

public int getType()

setLeftRange

public void setLeftRange(int min,
                         int max)

setRightRange

public void setRightRange(int min,
                          int max)

getMainBeginning

public int getMainBeginning()

getRightMin

public int getRightMin()

getRightMax

public int getRightMax()

getLeftMin

public int getLeftMin()

getLeftMax

public int getLeftMax()

isInRange

public boolean isInRange(int number,
                         boolean left)

getLine

public java.lang.String getLine(int number,
                                boolean left)

appendLeftLine

public void appendLeftLine(java.lang.String diffLine)

appendRightLine

public void appendRightLine(java.lang.String diffLine)

 

Built on August 7 2008.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.