|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.fife.ui.search.FindInFilesEvent
Event fired by FindInFileDialogs when the user clicks on a
match.
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
FindInFilesEvent(java.lang.Object source,
java.lang.String fileName,
int line)
Constructor. |
|
| Method Summary | |
java.lang.String |
getFileName()
Returns the name of the file for the match of this event. |
int |
getLine()
Returns the line number for the match of this event. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FindInFilesEvent(java.lang.Object source,
java.lang.String fileName,
int line)
source - The find-in-files dialog that fired this event.fileName - The name of the file of the match they clicked.line - The line number of the match they clicked.| Method Detail |
public java.lang.String getFileName()
public int getLine()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||