net.sf.rej.gui.editor
Class LineIdentifierMode

java.lang.Object
  extended by net.sf.rej.gui.editor.LineIdentifierMode

public class LineIdentifierMode
extends java.lang.Object


Field Summary
static int MODE_OFF
           
static int MODE_PC
           
static int MODE_SOURCELINE
           
 
Constructor Summary
LineIdentifierMode()
           
 
Method Summary
 int getMode()
           
 void setMode(int mode)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODE_OFF

public static final int MODE_OFF
See Also:
Constant Field Values

MODE_PC

public static final int MODE_PC
See Also:
Constant Field Values

MODE_SOURCELINE

public static final int MODE_SOURCELINE
See Also:
Constant Field Values
Constructor Detail

LineIdentifierMode

public LineIdentifierMode()
Method Detail

setMode

public void setMode(int mode)

getMode

public int getMode()