|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.ide.common.SourceBrowser
public abstract class SourceBrowser
Base class for source browsing. This is the generic base class.
Constructor Summary | |
---|---|
SourceBrowser()
|
Method Summary | |
---|---|
abstract boolean |
canBrowseSource()
Determines if the system is in a state where it can browse the source code |
static SourceBrowser |
get()
Gets the singleton source browser |
abstract void |
gotoSource(java.io.File file,
int line)
Actually browses to the file |
static void |
set(SourceBrowser value)
Sets the singleton source browser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SourceBrowser()
Method Detail |
---|
public static void set(SourceBrowser value)
value
- the new singletonpublic static SourceBrowser get()
public abstract boolean canBrowseSource()
public abstract void gotoSource(java.io.File file, int line)
line
- the line in the filefile
- Description of Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |