|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.logAnalyzer.LogAnalyzerGUI
This class is the GUI launcher. It contains the
LALogHandler
and
LAReport
(s) references displayed by the Log
Analyzer main window and shared by all the classes of the GUI.
Method Summary | |
static void |
closeGUI(LAFrame frame)
Closes the specified frame and terminate the programs. |
static void |
createAndShowGUI()
Creates the first frame. |
static LALogHandler |
getHandler()
Returns the Log handler displayed. |
static LAReport[] |
getReports()
Returns the reports displayed. |
static void |
launchGUI(LALogHandler logHandler,
LAReport[] logReports)
Launches a new GUI for the specified handler and reports. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static LALogHandler getHandler()
EmptyLogHandler
.
public static LAReport[] getReports()
LAReport
array.
public static void closeGUI(LAFrame frame)
frame
- Frame to close.public static void createAndShowGUI()
public static void launchGUI(LALogHandler logHandler, LAReport[] logReports)
logHandler
- Log handler to display.logReports
- Reports to display.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |