|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozdev.MacroTracker.main.MacroTracker
This class contains general functions to be used wihtin the function and the state of MacroTracker.
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 |
---|
public static final double VERSION
public static final boolean IN_BETA
public static iBugDatabase gMasterBugDatabase
public static BugDesktop gMasterBugDesktop
Constructor Detail |
---|
public MacroTracker()
Method Detail |
---|
public static void main(java.lang.String[] args)
public static void saveDatabase(java.io.File fileLocation)
fileLocation
- the place where masterBugDatabase should be saved to.public static void loadDatabase(java.io.File fileLocation)
public static void centerFrame(javax.swing.JFrame frame)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |