|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
WordResult
to this line
SystemInterface
for the Follow application.java.awt.dnd.DropTargetListener
which opens files dropped on the
Follow application's tabbed pane.Properties
which allows one to specify property values which are
Lists of Strings.OutputDestination
.FileFollower.FileFollower(File, int, int, OutputDestination[])
,
except that a default buffer size (32,768 characters) and latency (1000
milliseconds) are used.
OutputDestination
that filters what is shown.FontSelectionPanel.FontSelectionPanel(java.awt.Font)
, except an initialFont of null
will be used.
FontSelectionPanel.FontSelectionPanel(java.awt.Font, String[], int[])
, except that a default list
of styles ({"Plain", "Bold", "Italic", "Bold Italic"}
) and font sizes ({8, 9, 10, 12, 14}
)
will be used.
ListCellRenderer
which right justifies all cells.Observable
which allows public access to the
setChanged() method.term
wherever it is found in the view.
OutputDestination
which appends Strings to a JTextComponent
.OutputDestination
which appends Strings to a JTextPane
.FileFollower
to print the contents of a followed
file.OutputDestination
which prints Strings to a
PrintStream
.text
using the provided Pattern
term
.
FileFollower.stop()
, but this method will not exit until the thread
which is following the file has finished executing (i.e., stop
synchronously).
FollowApp
.text
for term
by performing a simple text search.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |