|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.core.DataCrow
public class DataCrow
This is the starting point of the application.
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 |
---|
public static java.lang.String installationDir
public static java.lang.String imageDir
public static java.lang.String iconsDir
public static java.lang.String moduleDir
public static java.lang.String reportDir
public static java.lang.String pluginsDir
public static java.lang.String servicesDir
public static java.lang.String webDir
public static java.lang.String dataDir
public static java.lang.String resourcesDir
public static boolean loadSettings
public static MainFrame mainFrame
Constructor Detail |
---|
public DataCrow()
Method Detail |
---|
public static void main(java.lang.String[] args)
public static boolean isInitialized()
public static Version getVersion()
public static boolean isWebModuleInstalled()
public static Platform getPlatform()
public static boolean isSplashScreenActive()
public static void showSplashScreen(boolean b)
public static void showSplashScreen()
public static void closeSplashScreen()
public static void moveSplashScreenToBack()
public static void moveSplashScreenToFront()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |