edu.rice.cs.drjava.ui
Class ProjectAdvancedPropertiesFrame.PreferencesRecord

java.lang.Object
  extended by edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame.PreferencesRecord
All Implemented Interfaces:
Comparable<ProjectAdvancedPropertiesFrame.PreferencesRecord>
Enclosing class:
ProjectAdvancedPropertiesFrame

protected static class ProjectAdvancedPropertiesFrame.PreferencesRecord
extends Object
implements Comparable<ProjectAdvancedPropertiesFrame.PreferencesRecord>


Field Summary
 String longDesc
           
 OptionParser<?> option
           
 String shortDesc
           
 
Constructor Summary
ProjectAdvancedPropertiesFrame.PreferencesRecord(OptionParser<?> o, String s, String l)
           
 
Method Summary
 int compareTo(ProjectAdvancedPropertiesFrame.PreferencesRecord other)
           
 boolean equals(Object other)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

option

public final OptionParser<?> option

shortDesc

public final String shortDesc

longDesc

public final String longDesc
Constructor Detail

ProjectAdvancedPropertiesFrame.PreferencesRecord

public ProjectAdvancedPropertiesFrame.PreferencesRecord(OptionParser<?> o,
                                                        String s,
                                                        String l)
Method Detail

compareTo

public int compareTo(ProjectAdvancedPropertiesFrame.PreferencesRecord other)
Specified by:
compareTo in interface Comparable<ProjectAdvancedPropertiesFrame.PreferencesRecord>

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object