org.mozdev.MacroTracker.main
Class MacroTracker

java.lang.Object
  extended by org.mozdev.MacroTracker.main.MacroTracker

public final class MacroTracker
extends java.lang.Object

This class contains general functions to be used wihtin the function and the state of MacroTracker.

Author:
R.J. Keller

Field Summary
static iBugDatabase gMasterBugDatabase
          The bug database that is loaded into the application.
static BugDesktop gMasterBugDesktop
          The Bug Database to use to open Bugs.
static boolean IN_BETA
          Whether or not this versino of MacroTracker is a BETA version.
static double VERSION
          What version of MacroTracker this is.
 
Constructor Summary
MacroTracker()
           
 
Method Summary
static void centerFrame(javax.swing.JFrame frame)
          Centers a JFrame to the middle of the screen.
static void loadDatabase(java.io.File fileLocation)
          Sets the masterBugDatabase from a file.
static void main(java.lang.String[] args)
          MAIN FUNCTION FOR MACROTRACKER This is where all the magic starts ;)
static void saveDatabase(java.io.File fileLocation)
          Saves the masterBugDatabase to a file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final double VERSION
What version of MacroTracker this is.

See Also:
Constant Field Values

IN_BETA

public static final boolean IN_BETA
Whether or not this versino of MacroTracker is a BETA version.

See Also:
Constant Field Values

gMasterBugDatabase

public static iBugDatabase gMasterBugDatabase
The bug database that is loaded into the application.


gMasterBugDesktop

public static BugDesktop gMasterBugDesktop
The Bug Database to use to open Bugs.

Constructor Detail

MacroTracker

public MacroTracker()
Method Detail

main

public static void main(java.lang.String[] args)
MAIN FUNCTION FOR MACROTRACKER This is where all the magic starts ;)


saveDatabase

public static void saveDatabase(java.io.File fileLocation)
Saves the masterBugDatabase to a file.

Parameters:
fileLocation - the place where masterBugDatabase should be saved to.

loadDatabase

public static void loadDatabase(java.io.File fileLocation)
Sets the masterBugDatabase from a file.


centerFrame

public static void centerFrame(javax.swing.JFrame frame)
Centers a JFrame to the middle of the screen.



Copyright © 2003-2004 R.J. Keller. All Rights Reserved.