public class AutoPluginsJarBuilder extends MainApp implements com.strategyquant.core.app.MainAppIface
COLOR_BLUISH, globalValues, instance| Constructor and Description |
|---|
AutoPluginsJarBuilder()
Instantiates a new auto plugins jar builder.
|
| Modifier and Type | Method and Description |
|---|---|
com.strategyquant.core.gui.panels.SQStatusBar |
_getAppStatusBar() |
int |
_getAppVersion() |
java.lang.String |
_getDataPath() |
long |
_getDateID() |
com.strategyquant.core.db.BaseDb |
_getDb() |
java.lang.String |
_getDiskSN() |
javax.swing.JFrame |
_getFrame() |
java.lang.String |
_getHardwareID() |
java.lang.String |
_getHelpFile() |
javax.swing.ImageIcon |
_getHelpIcon() |
java.lang.String |
_getLicenseCode() |
java.lang.String |
_getLicenseOwner() |
int |
_getLicenseType() |
java.lang.String |
_getMACaddress() |
java.lang.String |
_getProduct() |
javax.swing.ImageIcon |
_getSmallHelpIcon() |
com.strategyquant.core.gui.panels.SQSplashScreen |
_getSplashScreen() |
com.strategyquant.core.gui.panels.TaskFrame |
_getTaskFrame() |
java.lang.String |
_getUniqID() |
boolean |
_isRelease() |
void |
_openAboutDialog() |
static void |
main(java.lang.String[] args)
The main method.
|
void |
startApp() |
drawSplashProgress, getAppVersion, getDataPath, getDateID, getDb, getDiskSN, getFrame, getHardwareID, getHelpFile, getHelpIcon, getLicenseCode, getLicenseOwner, getLicenseType, getMACaddress, getProduct, getSmallHelpIcon, getSplashScreen, getTaskFrame, getUniqID, getValue, getValue, isRelease, openAboutDialog, printAppStatus, printAppVersion, printStatusBarValue, setValue, startpublic AutoPluginsJarBuilder()
public static void main(java.lang.String[] args)
args - the argumentspublic java.lang.String _getDataPath()
_getDataPath in interface com.strategyquant.core.app.MainAppIfacepublic void startApp()
startApp in interface com.strategyquant.core.app.MainAppIfacepublic boolean _isRelease()
_isRelease in interface com.strategyquant.core.app.MainAppIfacepublic int _getAppVersion()
_getAppVersion in interface com.strategyquant.core.app.MainAppIfacepublic javax.swing.JFrame _getFrame()
_getFrame in interface com.strategyquant.core.app.MainAppIfacepublic java.lang.String _getHelpFile()
_getHelpFile in interface com.strategyquant.core.app.MainAppIfacepublic java.lang.String _getProduct()
_getProduct in interface com.strategyquant.core.app.MainAppIfacepublic javax.swing.ImageIcon _getHelpIcon()
_getHelpIcon in interface com.strategyquant.core.app.MainAppIfacepublic com.strategyquant.core.gui.panels.SQSplashScreen _getSplashScreen()
_getSplashScreen in interface com.strategyquant.core.app.MainAppIfacepublic com.strategyquant.core.gui.panels.TaskFrame _getTaskFrame()
_getTaskFrame in interface com.strategyquant.core.app.MainAppIfacepublic com.strategyquant.core.gui.panels.SQStatusBar _getAppStatusBar()
_getAppStatusBar in interface com.strategyquant.core.app.MainAppIfacepublic com.strategyquant.core.db.BaseDb _getDb()
_getDb in interface com.strategyquant.core.app.MainAppIfacepublic void _openAboutDialog()
_openAboutDialog in interface com.strategyquant.core.app.MainAppIfacepublic int _getLicenseType()
_getLicenseType in interface com.strategyquant.core.app.MainAppIfacepublic java.lang.String _getLicenseOwner()
_getLicenseOwner in interface com.strategyquant.core.app.MainAppIfacepublic java.lang.String _getLicenseCode()
_getLicenseCode in interface com.strategyquant.core.app.MainAppIfacepublic java.lang.String _getHardwareID()
_getHardwareID in interface com.strategyquant.core.app.MainAppIfacepublic java.lang.String _getDiskSN()
_getDiskSN in interface com.strategyquant.core.app.MainAppIfacepublic java.lang.String _getUniqID()
_getUniqID in interface com.strategyquant.core.app.MainAppIfacepublic long _getDateID()
_getDateID in interface com.strategyquant.core.app.MainAppIfacepublic java.lang.String _getMACaddress()
_getMACaddress in interface com.strategyquant.core.app.MainAppIfacepublic javax.swing.ImageIcon _getSmallHelpIcon()
_getSmallHelpIcon in interface com.strategyquant.core.app.MainAppIface