Uses of Class
pulse.tasks.logs.AbstractLogger
-
Packages that use AbstractLogger Package Description pulse.ui.components This package contains all custom Swing-based components of the graphical user interface ofPULsE
that are used to interact with all other entities, such asPropertyHolder
s, etc.pulse.ui.frames Contains all JFrame classes that are used to create the graphical user interface ofPULsE
. -
-
Uses of AbstractLogger in pulse.ui.components
Subclasses of AbstractLogger in pulse.ui.components Modifier and Type Class Description class
GraphicalLogPane
class
TextLogPane
-
Uses of AbstractLogger in pulse.ui.frames
Methods in pulse.ui.frames that return AbstractLogger Modifier and Type Method Description AbstractLogger
LogFrame. getLogger()
-