|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.ide.common.SourceBrowserAdapter
public class SourceBrowserAdapter
Generic adapter for browsing source code
Constructor Summary | |
---|---|
SourceBrowserAdapter(ISourceful component)
Constructor for the SourceBrowserAdapter object |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt)
Responds to this item being selected |
protected java.io.File |
findFile()
Look up the chain of Summary parents to find the File the activeComponent is sourced in. |
protected int |
getLine()
Get the line number of the start of the current activeComponent. |
protected Summary |
getSummary()
Get the Summary of the activeComponent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SourceBrowserAdapter(ISourceful component)
component
- Description of ParameterMethod Detail |
---|
protected int getLine()
protected Summary getSummary()
public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed
in interface java.awt.event.ActionListener
evt
- Description of Parameterprotected java.io.File findFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |