frysk.gui.srcwin
Interface View

All Known Implementing Classes:
InlineSourceView, MixedView, SourceView

public interface View


Method Summary
 void clearSubscopeAtCurrentLine()
           
 boolean findNext(String toFind, boolean caseSensitive)
           
 boolean findPrevious(String toFind, boolean caseSensitive)
           
 List getFunctions()
           
 org.gnu.gtk.Widget getParent()
           
 DebugInfoFrame getScope()
           
 boolean highlightAll(String toFind, boolean caseSensitive)
           
 void load(DebugInfoFrame data, int mode)
           
 void scrollToFunction(String markName)
           
 void scrollToLine(int line)
           
 void setSubscopeAtCurrentLine(InlineSourceView child)
           
 void showAll()
           
 void toggleChild()
           
 

Method Detail

findNext

boolean findNext(String toFind,
                 boolean caseSensitive)

findPrevious

boolean findPrevious(String toFind,
                     boolean caseSensitive)

highlightAll

boolean highlightAll(String toFind,
                     boolean caseSensitive)

scrollToFunction

void scrollToFunction(String markName)

scrollToLine

void scrollToLine(int line)

getFunctions

List getFunctions()

load

void load(DebugInfoFrame data,
          int mode)

getScope

DebugInfoFrame getScope()

setSubscopeAtCurrentLine

void setSubscopeAtCurrentLine(InlineSourceView child)

clearSubscopeAtCurrentLine

void clearSubscopeAtCurrentLine()

toggleChild

void toggleChild()

showAll

void showAll()

getParent

org.gnu.gtk.Widget getParent()