|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutputDestination | |
|---|---|
| ghm.follow | Contains classes for printing the contents of text files to which information is being added asynchronously. |
| ghm.follow.io | |
| Uses of OutputDestination in ghm.follow |
|---|
| Fields in ghm.follow with type parameters of type OutputDestination | |
|---|---|
protected java.util.List<OutputDestination> |
FileFollower.outputDestinations
|
| Methods in ghm.follow that return types with arguments of type OutputDestination | |
|---|---|
java.util.List<OutputDestination> |
FileFollower.getOutputDestinations()
Returns the List which maintains all OutputDestinations for this FileFollower. |
| Methods in ghm.follow with parameters of type OutputDestination | |
|---|---|
boolean |
FileFollower.addOutputDestination(OutputDestination outputDestination)
Add another OutputDestination to which the followed file's contents should be printed. |
boolean |
FileFollower.removeOutputDestination(OutputDestination outputDestination)
Remove the supplied OutputDestination from the list of OutputDestinations to which the followed file's contents should be printed. |
| Constructors in ghm.follow with parameters of type OutputDestination | |
|---|---|
FileFollower(java.io.File file,
int bufferSize,
int latency,
OutputDestination[] initialOutputDestinations)
Constructs a new FileFollower; invoking this constructor does not cause the new object to begin following the supplied file. |
|
FileFollower(java.io.File file,
OutputDestination[] initialOutputDestinations)
Identical to FileFollower.FileFollower(File, int, int, OutputDestination[]),
except that a default buffer size (32,768 characters) and latency (1000
milliseconds) are used. |
|
| Uses of OutputDestination in ghm.follow.io |
|---|
| Classes in ghm.follow.io that implement OutputDestination | |
|---|---|
class |
FilterableOutputDestination
|
class |
FilteredDestination
An OutputDestination that filters what is shown. |
class |
JTextComponentDestination
Implementation of OutputDestination which appends Strings to a JTextComponent. |
class |
JTextPaneDestination
Implementation of OutputDestination which appends Strings to a JTextPane. |
class |
PrintStreamDestination
Implementation of OutputDestination which prints Strings to a
PrintStream. |
| Methods in ghm.follow.io with parameters of type OutputDestination | |
|---|---|
void |
FilterableOutputDestination.addView(OutputDestination dest)
Add a view that filters printed text. |
void |
FilterableOutputDestination.removeView(OutputDestination dest)
Remove a view that filters printed text |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||