ca.macewan.lmsreporter
Class LMSReporter

java.lang.Object
  extended byca.macewan.lmsreporter.LMSReporter
All Implemented Interfaces:
ActionListener, EventListener

public class LMSReporter
extends Object
implements ActionListener

This is the main application class.

Version:
0.1
Author:
Erwin Veugelers

Method Summary
 void actionPerformed(ActionEvent ae)
          Called by internal UI elements.
static Preferences getPreferences()
          Allows access to the application preferences object.
static void main(String[] args)
          The main method is called by the JVM to start the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPreferences

public static Preferences getPreferences()
Allows access to the application preferences object. You can use this object to store Analyzer preferences as well. Just make sure to make unique keys, such as by prefixing them with your Analyzer's class name.


actionPerformed

public void actionPerformed(ActionEvent ae)
Called by internal UI elements.

Specified by:
actionPerformed in interface ActionListener

main

public static void main(String[] args)
The main method is called by the JVM to start the application.