Uses of Interface
net.sf.rej.gui.editor.row.EditorRow

Packages that use EditorRow
net.sf.rej.gui.compare Provides diff-like compare functionality for class files 
net.sf.rej.gui.dialog Contains the dialog classes of the reJ graphical user interface 
net.sf.rej.gui.editor.rendering Provides rendering of java bytecode into a Graphics object and plain and HTML text 
net.sf.rej.gui.editor.row Contains various container classes for different "types" of lines in the reJ bytecode editor. 
net.sf.rej.gui.split Provides synchronized split-screen functionality. 
 

Uses of EditorRow in net.sf.rej.gui.compare
 

Methods in net.sf.rej.gui.compare with parameters of type EditorRow
static boolean ComparePanel.rowsAreEqual(EditorRow erA, EditorRow erB)
           
 

Method parameters in net.sf.rej.gui.compare with type arguments of type EditorRow
static void ComparePanel.bt(int[][] C, java.util.List<EditorRow> X, java.util.List<EditorRow> Y, int i, int j, java.util.List<EditorRow> list)
           
static void ComparePanel.bt(int[][] C, java.util.List<EditorRow> X, java.util.List<EditorRow> Y, int i, int j, java.util.List<EditorRow> list)
           
static void ComparePanel.bt(int[][] C, java.util.List<EditorRow> X, java.util.List<EditorRow> Y, int i, int j, java.util.List<EditorRow> list)
           
static void ComparePanel.lcs(int[][] C, java.util.List<EditorRow> X, java.util.List<EditorRow> Y)
           
static void ComparePanel.lcs(int[][] C, java.util.List<EditorRow> X, java.util.List<EditorRow> Y)
           
 void CodeCompareRenderer.setRedSet(java.util.Collection<EditorRow> set)
           
 void CodeCompareRenderer.setYellowSet(java.util.Collection<EditorRow> set)
           
 

Uses of EditorRow in net.sf.rej.gui.dialog
 

Methods in net.sf.rej.gui.dialog that return EditorRow
 EditorRow QuickOutlineDialog.getSelected()
           
 

Constructor parameters in net.sf.rej.gui.dialog with type arguments of type EditorRow
QuickOutlineDialog(java.awt.Dialog parent, java.util.List<EditorRow> lines)
           
QuickOutlineDialog(java.awt.Frame parent, java.util.List<EditorRow> lines)
           
 

Uses of EditorRow in net.sf.rej.gui.editor.rendering
 

Methods in net.sf.rej.gui.editor.rendering with parameters of type EditorRow
 java.awt.Color BytecodeRenderer.getBackgroundColor(EditorRow er)
           
 void BytecodeRenderer.render(EditorRow er, JavaBytecodeSyntaxDrawer sd, Imports ia)
           
 

Uses of EditorRow in net.sf.rej.gui.editor.row
 

Classes in net.sf.rej.gui.editor.row that implement EditorRow
 class BlankRow
           
 class ClassAnnotationDefRow
           
 class ClassCommentRow
           
 class ClassDefRow
           
 class CodeRow
           
 class DeprecatedAnnotationDefRow
           
 class FieldAnnotationDefRow
           
 class FieldDefRow
           
 class ImportDefRow
          Import definition rows.
 class LabelRow
           
 class LocalVariableDefRow
          A byte code editor row for local variable definitions.
 class MethodAnnotationDefRow
           
 class MethodDefRow
           
 class PackageDefRow
          A bytecode editor row for a package definition.
 

Methods in net.sf.rej.gui.editor.row that return types with arguments of type EditorRow
 java.util.List<EditorRow> MethodDefRow.getCodeRows()
           
 

Methods in net.sf.rej.gui.editor.row with parameters of type EditorRow
 void MethodDefRow.addCodeRow(EditorRow er)
           
 

Uses of EditorRow in net.sf.rej.gui.split
 

Methods in net.sf.rej.gui.split with parameters of type EditorRow
 void BytecodeToHexSync.sync(EditorRow er)
           
 void BytecodeSplitSynchronizer.sync(EditorRow er)