xml.hyperlinks
Class jEditOpenFileAndGotoHyperlink

java.lang.Object
  extended by gatchan.jedit.hyperlinks.AbstractHyperlink
      extended by xml.hyperlinks.jEditOpenFileAndGotoHyperlink
All Implemented Interfaces:
gatchan.jedit.hyperlinks.Hyperlink

public class jEditOpenFileAndGotoHyperlink
extends gatchan.jedit.hyperlinks.AbstractHyperlink

This hyperlink will open a file path in jEdit and move to given location

Version:
$Id: jEditOpenFileAndGotoHyperlink.java 22580 2012-12-17 16:15:42Z kerik-sf $
Author:
Eric Le Lay

Constructor Summary
jEditOpenFileAndGotoHyperlink(int start, int end, int line, java.lang.String url, int gotoLine, int gotoColumn)
           
 
Method Summary
 void click(org.gjt.sp.jedit.View view)
           
 java.lang.String toString()
           
 
Methods inherited from class gatchan.jedit.hyperlinks.AbstractHyperlink
getEndLine, getEndOffset, getStartLine, getStartOffset, getTooltip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

jEditOpenFileAndGotoHyperlink

public jEditOpenFileAndGotoHyperlink(int start,
                                     int end,
                                     int line,
                                     java.lang.String url,
                                     int gotoLine,
                                     int gotoColumn)
Method Detail

click

public void click(org.gjt.sp.jedit.View view)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object