|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.valhalla.jbother.JBotherLoader
public class JBotherLoader
Sets default Settings (if this is the first run of JBother), loads command line arguments and settings from the settings file, sets the L&F.
| Constructor Summary | |
|---|---|
JBotherLoader()
|
|
| Method Summary | |
|---|---|
protected void |
afterSplash()
Gets called after the splash screen is done showing |
static void |
checkGPG()
Checks if GPG is enabled. |
protected void |
doLaunch()
|
protected boolean |
done()
|
static java.util.Properties |
getDiscoveryCache()
Gets the discoveryCache attribute of the JBotherLoader class |
static javax.swing.JFrame |
getParentFrame()
Gets the parentFrame attribute of the JBotherLoader class |
static boolean |
isGPGEnabled()
Gets the gPGEnabled attribute of the JBotherLoader class |
void |
launch()
launches the profile defined as default |
static void |
loadLAF()
Description of the Method |
static void |
loadLAF(java.lang.String laf)
Loads the Look And Feel requested in the settings |
static void |
loadPlugins()
Finds the available plugins and uses the PluginLoader to load them Once a plugin is loaded, it's init() method is called so it can execute initial code and register for various events in JBother |
static void |
loadSettings()
Loads some JBother settings |
static void |
setGPGEnabled(boolean enabled)
|
static void |
setupFont(java.awt.Font font)
Sets the font for the entire application |
void |
startJBother(java.lang.String[] args)
This is the main class, it basically just provides a loading point for the login screen - and also allows arguments to be passed from the command line. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JBotherLoader()
| Method Detail |
|---|
public void startJBother(java.lang.String[] args)
args - arguments passed via the command lineArgumentsprotected void doLaunch()
protected boolean done()
public static void checkGPG()
public static java.util.Properties getDiscoveryCache()
public static javax.swing.JFrame getParentFrame()
protected void afterSplash()
public static void loadSettings()
public static void loadLAF()
public static void loadLAF(java.lang.String laf)
laf - Description of the Parameterpublic static void loadPlugins()
public static void setupFont(java.awt.Font font)
font - the font to usepublic void launch()
public static boolean isGPGEnabled()
public static void setGPGEnabled(boolean enabled)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||