| java.lang.Object org.apache.tools.ant.module.run.Hyperlink
Hyperlink | final public class Hyperlink implements OutputListener(Code) | | Represents a linkable line (appears in red in Output Window).
Line and column numbers start at 1, and -1 means an unknown value.
Careful since org.openide.text seems to assume 0-based line and column numbers.
author: Jesse Glick |
Constructor Summary | |
public | Hyperlink(URL url, String message, int line1, int col1, int line2, int col2) |
Hyperlink | public Hyperlink(URL url, String message, int line1, int col1, int line2, int col2)(Code) | | |
outputLineAction | public void outputLineAction(OutputEvent ev)(Code) | | |
outputLineCleared | public void outputLineCleared(OutputEvent ev)(Code) | | |
outputLineSelected | public void outputLineSelected(OutputEvent ev)(Code) | | |
setColumn1 | public void setColumn1(int col1)(Code) | | Enables the column number of the hyperlink to be changed after the fact.
If it is already set, this is ignored.
|
|
|