Package net.sf.rej.gui.editor.row

Contains various container classes for different "types" of lines in the reJ bytecode editor.

See:
          Description

Interface Summary
EditorRow EditorRow is an interface for rows in the bytecode editor.
 

Class Summary
BlankRow  
ClassAnnotationDefRow  
ClassCommentRow  
ClassDefRow  
CodeRow  
DeprecatedAnnotationDefRow  
FieldAnnotationDefRow  
FieldDefRow  
ImportDefRow Import definition rows.
LabelRow  
LocalVariableDefRow A byte code editor row for local variable definitions.
MethodAnnotationDefRow  
MethodDefRow  
PackageDefRow A bytecode editor row for a package definition.
 

Package net.sf.rej.gui.editor.row Description

Contains various container classes for different "types" of lines in the reJ bytecode editor. Each type of row has different kinds of attributes stored in it for context-specific operations.