edu.rice.cs.drjava.ui
Class MainFrameStatics.AutoCompletePopupEntry

java.lang.Object
  extended by edu.rice.cs.drjava.ui.MainFrameStatics.AutoCompletePopupEntry
All Implemented Interfaces:
Comparable<MainFrameStatics.AutoCompletePopupEntry>
Direct Known Subclasses:
MainFrameStatics.GoToFileListEntry, MainFrameStatics.JavaAPIListEntry
Enclosing class:
MainFrameStatics

public abstract static class MainFrameStatics.AutoCompletePopupEntry
extends Object
implements Comparable<MainFrameStatics.AutoCompletePopupEntry>


Constructor Summary
MainFrameStatics.AutoCompletePopupEntry()
           
 
Method Summary
 int compareTo(MainFrameStatics.AutoCompletePopupEntry other)
           
 boolean equals(Object other)
           
abstract  String getClassName()
          Return the simple class name, e.g.
abstract  String getFullPackage()
          Return the full package including the last period, e.g.
abstract  OpenDefinitionsDocument getOpenDefinitionsDocument()
          Return the OpenDefinitionsDocument associated with this entry, or null if none.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainFrameStatics.AutoCompletePopupEntry

public MainFrameStatics.AutoCompletePopupEntry()
Method Detail

getClassName

public abstract String getClassName()
Return the simple class name, e.g. "Integer".


getFullPackage

public abstract String getFullPackage()
Return the full package including the last period, e.g. "java.lang.".


getOpenDefinitionsDocument

public abstract OpenDefinitionsDocument getOpenDefinitionsDocument()
Return the OpenDefinitionsDocument associated with this entry, or null if none.


compareTo

public int compareTo(MainFrameStatics.AutoCompletePopupEntry other)
Specified by:
compareTo in interface Comparable<MainFrameStatics.AutoCompletePopupEntry>

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object