|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acm.seguin.ide.common.SourceBrowser
org.acm.seguin.ide.common.PluginSourceBrowser
public class PluginSourceBrowser
Base class for source browsing. This is the generic base class.
| Constructor Summary | |
|---|---|
PluginSourceBrowser(java.awt.Frame view)
|
|
| Method Summary | |
|---|---|
boolean |
canBrowseSource()
Determines if the system is in a state where it can browse the source code |
void |
gotoSource(java.io.File file,
int line)
Actually browses to the file |
| Methods inherited from class org.acm.seguin.ide.common.SourceBrowser |
|---|
get, set |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginSourceBrowser(java.awt.Frame view)
| Method Detail |
|---|
public boolean canBrowseSource()
canBrowseSource in class SourceBrowser
public void gotoSource(java.io.File file,
int line)
gotoSource in class SourceBrowserfile - the fileline - the line in the file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||