edu.rice.cs.drjava.ui
Class MainFrame.GoToFileListEntry
java.lang.Object
edu.rice.cs.drjava.ui.MainFrame.GoToFileListEntry
- All Implemented Interfaces:
- Comparable<edu.rice.cs.drjava.ui.MainFrame.ClassNameAndPackageEntry>
- Enclosing class:
- MainFrame
public static class MainFrame.GoToFileListEntry
- extends Object
Wrapper class for the "Go to File" and "Auto-Complete" dialog list entries.
Provides the ability to have the same OpenDefinitionsDocument in there multiple
times with different toString() results.
doc
public final OpenDefinitionsDocument doc
fullPackage
protected String fullPackage
str
protected final String str
MainFrame.GoToFileListEntry
public MainFrame.GoToFileListEntry(OpenDefinitionsDocument d,
String s)
getFullPackage
public String getFullPackage()
- Return the full package including the last period, e.g. "java.lang.".
getClassName
public String getClassName()
- Return the simple class name, e.g. "Integer".
toString
public String toString()
- Overrides:
toString
in class Object