net.datacrow.core
Class DataCrow

java.lang.Object
  extended by net.datacrow.core.DataCrow

public class DataCrow
extends java.lang.Object

This is the starting point of the application.

Author:
Robert Jan van der Waals

Field Summary
static java.lang.String dataDir
           
static java.lang.String iconsDir
           
static java.lang.String imageDir
           
static java.lang.String installationDir
           
static boolean loadSettings
           
static MainFrame mainFrame
           
static java.lang.String moduleDir
           
static java.lang.String pluginsDir
           
static java.lang.String reportDir
           
static java.lang.String resourcesDir
           
static java.lang.String servicesDir
           
static java.lang.String webDir
           
 
Constructor Summary
DataCrow()
           
 
Method Summary
static void closeSplashScreen()
          Closes the splash screen.
static Platform getPlatform()
          Retrieves the platform information (OS).
static Version getVersion()
          The current product version.
static boolean isInitialized()
           
static boolean isSplashScreenActive()
          Is the splash screen currently being shown?
static boolean isWebModuleInstalled()
          Is the web module installed or not?
static void main(java.lang.String[] args)
           
static void moveSplashScreenToBack()
          Removes the focus from the splash screen.
static void moveSplashScreenToFront()
          Pushes the splash screen to the front.
static void showSplashScreen()
          Creates and shows the splash screen.
static void showSplashScreen(boolean b)
          Hides or shows the splash screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

installationDir

public static java.lang.String installationDir

imageDir

public static java.lang.String imageDir

iconsDir

public static java.lang.String iconsDir

moduleDir

public static java.lang.String moduleDir

reportDir

public static java.lang.String reportDir

pluginsDir

public static java.lang.String pluginsDir

servicesDir

public static java.lang.String servicesDir

webDir

public static java.lang.String webDir

dataDir

public static java.lang.String dataDir

resourcesDir

public static java.lang.String resourcesDir

loadSettings

public static boolean loadSettings

mainFrame

public static MainFrame mainFrame
Constructor Detail

DataCrow

public DataCrow()
Method Detail

main

public static void main(java.lang.String[] args)

isInitialized

public static boolean isInitialized()

getVersion

public static Version getVersion()
The current product version.


isWebModuleInstalled

public static boolean isWebModuleInstalled()
Is the web module installed or not?


getPlatform

public static Platform getPlatform()
Retrieves the platform information (OS).


isSplashScreenActive

public static boolean isSplashScreenActive()
Is the splash screen currently being shown?


showSplashScreen

public static void showSplashScreen(boolean b)
Hides or shows the splash screen.


showSplashScreen

public static void showSplashScreen()
Creates and shows the splash screen.


closeSplashScreen

public static void closeSplashScreen()
Closes the splash screen.


moveSplashScreenToBack

public static void moveSplashScreenToBack()
Removes the focus from the splash screen.


moveSplashScreenToFront

public static void moveSplashScreenToFront()
Pushes the splash screen to the front.