|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogListener | |
---|---|
org.peace_tools.generic | Provides a generic set of application-independent classes for performing standard GUI operations. |
org.peace_tools.views | Contains the classes that provide views for the various data objects in the GUI. |
Uses of LogListener in org.peace_tools.generic |
---|
Methods in org.peace_tools.generic with parameters of type LogListener | |
---|---|
void |
Log.addLogListener(LogListener listener)
Adds a log listener (typically a view derived off of LogPane) to the set of listeners to be notified whenever log information changes. |
void |
Log.removeLogListener(LogListener listener)
Removes a log listener (typically a view derived off of LogPane) from the set of listeners to be notified whenever log information changes. |
Uses of LogListener in org.peace_tools.views |
---|
Classes in org.peace_tools.views that implement LogListener | |
---|---|
class |
LogPane
This is an abstract base class that provides the core features for displaying log entries. |
class |
ProgrammerLogPane
This log pane customizes the features of the LogPane to display the programmer logs in a free form manner. |
class |
UserLogPane
LogPane is a simple way for the system to present the user with useful information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |