|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectghm.follow.io.FilterableOutputDestination
ghm.follow.io.JTextComponentDestination
ghm.follow.io.FilteredDestination
public class FilteredDestination
An OutputDestination
that filters what is shown.
Field Summary |
---|
Fields inherited from class ghm.follow.io.JTextComponentDestination |
---|
autoPositionCaret, comp |
Constructor Summary | |
---|---|
FilteredDestination(javax.swing.text.JTextComponent jTextArea,
SearchEngine se,
java.lang.String filterTerm,
boolean autoPositionCaret)
|
Method Summary | |
---|---|
void |
print(java.lang.String s)
Print the supplied String. |
Methods inherited from class ghm.follow.io.JTextComponentDestination |
---|
addFilteredView, autoPositionCaret, clear, getJTextComponent, handlePrint, removeFilteredView, setAutoPositionCaret, setJTextComponent |
Methods inherited from class ghm.follow.io.FilterableOutputDestination |
---|
addView, notifyViews, removeView |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilteredDestination(javax.swing.text.JTextComponent jTextArea, SearchEngine se, java.lang.String filterTerm, boolean autoPositionCaret)
Method Detail |
---|
public void print(java.lang.String s)
OutputDestination
print
in interface OutputDestination
print
in class FilterableOutputDestination
s
- String to be printed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |