|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.plugin.AbstractPlugin
org.openbp.jaspira.gui.plugin.ApplicationBase
org.openbp.cockpit.Cockpit
public class Cockpit
Main class of the OpenBP cockpit.
| Nested Class Summary | |
|---|---|
class |
Cockpit.HelpEvents
This event module containts event handlers for the implementation of functions of the help menu. |
| Nested classes/interfaces inherited from class org.openbp.jaspira.gui.plugin.ApplicationBase |
|---|
ApplicationBase.CloseEvents, ApplicationBase.MenuInteractionEvents, ApplicationBase.PageInteractionEvents |
| Nested classes/interfaces inherited from class org.openbp.jaspira.plugin.AbstractPlugin |
|---|
AbstractPlugin.StandardPluginEvents |
| Field Summary | |
|---|---|
static boolean |
disableTimersForDebug
Debug flag: Disable all continously running timers (useful for profiling and memory leak detection) |
| Fields inherited from class org.openbp.jaspira.plugin.AbstractPlugin |
|---|
PROPERTY_CONDITION, PROPERTY_DESCRIPTION, PROPERTY_ICON, PROPERTY_NAME, PROPERTY_SEQUENCE, PROPERTY_TITLE, PROPERTY_VENDOR, PROPERTY_VERSION |
| Fields inherited from interface org.openbp.jaspira.plugin.Plugin |
|---|
ID_DELIMETER, LEVEL_APPLICATION, LEVEL_FRAME, LEVEL_PAGE, LEVEL_PLUGIN |
| Constructor Summary | |
|---|---|
Cockpit()
Constructor. |
|
| Method Summary | |
|---|---|
void |
displayRestartHint()
Prints a Cockpit restart hint. |
protected java.lang.Class |
getAboutBoxClass()
Returns the class of the about box plugin. |
java.lang.String |
getResourceCollectionContainerName()
Gets the name of the resource component the default resource of the plugin belongs to. |
static void |
main(java.lang.String[] args)
Main method. |
protected void |
performPreload()
Preloads certain configuration data. |
protected void |
postInstallApplication()
Template method that is called after the actual installation of the application base plugin is performed. |
protected void |
preInstallApplication()
Template method that is called before the actual installation of the application base plugin is performed. |
| Methods inherited from class org.openbp.jaspira.gui.plugin.ApplicationBase |
|---|
addFrame, addFrame, addFrame, addPage, buildMenus, getActiveFrame, getActivePlugin, getFrameCount, getInstance, getPage, hasFrameForGraphicsConfiguration, hasInstance, installLookAndFeel, installPlugin, isInitialized, showPage, showStatusText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static boolean disableTimersForDebug
| Constructor Detail |
|---|
public Cockpit()
| Method Detail |
|---|
public java.lang.String getResourceCollectionContainerName()
AbstractPlugin
getResourceCollectionContainerName in class AbstractPluginprotected void preInstallApplication()
preInstallApplication in class ApplicationBaseprotected void postInstallApplication()
postInstallApplication in class ApplicationBaseprotected java.lang.Class getAboutBoxClass()
ApplicationBase
getAboutBoxClass in class ApplicationBaseApplicationBase.getAboutBoxClass()public void displayRestartHint()
protected void performPreload()
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||