org.acm.seguin.ide.command
Class CommandLineSourceBrowser

java.lang.Object
  extended by org.acm.seguin.ide.common.SourceBrowser
      extended by org.acm.seguin.ide.command.CommandLineSourceBrowser

public class CommandLineSourceBrowser
extends SourceBrowser

Launch from the source browser

Author:
Chris Seguin

Constructor Summary
CommandLineSourceBrowser()
          Constructor for the CommandLineSourceBrowser object
 
Method Summary
 boolean canBrowseSource()
          Determine if we can go to the source code
 void gotoSource(java.io.File file, int line)
          Command to go to the source code
 
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

CommandLineSourceBrowser

public CommandLineSourceBrowser()
Constructor for the CommandLineSourceBrowser object

Method Detail

canBrowseSource

public boolean canBrowseSource()
Determine if we can go to the source code

Specified by:
canBrowseSource in class SourceBrowser
Returns:
Description of the Returned Value

gotoSource

public void gotoSource(java.io.File file,
                       int line)
Command to go to the source code

Specified by:
gotoSource in class SourceBrowser
Parameters:
file - Description of Parameter
line - Description of Parameter