Uses of Class
net.sf.rej.gui.compare.Style

Packages that use Style
net.sf.rej.gui.compare Provides diff-like compare functionality for class files 
 

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

Methods in net.sf.rej.gui.compare that return Style
 Style PackageItem.getStyle()
           
 Style FileItem.getStyle()
           
static Style Style.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Style[] Style.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sf.rej.gui.compare with parameters of type Style
 void PackageItem.setStyle(Style style)
           
 void FileItem.setStyle(Style style)