|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.app.FujabaApp
The Fujaba application. Here you can find the main method.
Field Summary | |
private static boolean |
allowedToCallSystemExit
true if Fujaba calls System.exit(int) on exit |
private static FujabaApp |
fujabaApp
No comment provided by developer, please add a comment to improve documentation. |
private boolean |
invisible
No comment provided by developer, please add a comment to improve documentation. |
java.util.Vector |
javaFiles
No comment provided by developer, please add a comment to improve documentation. |
private java.lang.String |
loadFprFile
No comment provided by developer, please add a comment to improve documentation. |
private static org.apache.log4j.Logger |
log
log4j logging |
private boolean |
maximize
No comment provided by developer, please add a comment to improve documentation. |
private static de.upb.lib.plugins.PluginManager |
pluginManager
No comment provided by developer, please add a comment to improve documentation. |
private boolean |
showAboutBox
No comment provided by developer, please add a comment to improve documentation. |
private static boolean |
started
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
private |
FujabaApp()
Constructor for class FujabaApp |
Method Summary | |
static void |
exit(int status)
Calls System.exit or hides FrameMain |
static FujabaApp |
get()
No comment provided by developer, please add a comment to improve documentation. |
java.lang.String |
getLoadFprFile()
Get the loadFprFile attribute of the FujabaApp object |
static de.upb.lib.plugins.PluginManager |
getPluginManager()
|
static boolean |
isAllowedToCallSystemExit()
exit behaviour |
boolean |
isInvisible()
Get the invisible attribute of the FujabaApp object |
boolean |
isMaximize()
Get the maximize attribute of the FujabaApp object |
boolean |
isShowAboutBox()
Get the showAboutBox attribute of the FujabaApp object |
static void |
main(java.lang.String[] argv)
main function of fujaba. the following parameters are allowed: -noabout : do not show the fujaba about box. |
void |
run()
this method initializes fujaba. |
static void |
setAllowedToCallSystemExit(boolean allowedToCallSystemExit)
change the exit behaviour |
void |
setInvisible(boolean flag)
Sets the invisible attribute of the FujabaApp object |
void |
setLoadFprFile(java.lang.String name)
Sets the loadFprFile attribute of the FujabaApp object |
void |
setMaximize(boolean maximize)
Sets the maximize attribute of the FujabaApp object |
static void |
setPluginManager(de.upb.lib.plugins.PluginManager manager)
sets the pluginManager attribute |
void |
setShowAboutBox(boolean flag)
Sets the showAboutBox attribute of the FujabaApp object |
private static void |
setStarted()
Sets the started attribute of the FujabaApp class |
static FujabaApp |
start()
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final transient org.apache.log4j.Logger log
private static volatile FujabaApp fujabaApp
private static de.upb.lib.plugins.PluginManager pluginManager
private static boolean started
public java.util.Vector javaFiles
private java.lang.String loadFprFile
private boolean showAboutBox
private boolean invisible
private boolean maximize
private static boolean allowedToCallSystemExit
System.exit(int)
on exit
Constructor Detail |
private FujabaApp()
Method Detail |
public static FujabaApp get()
private static void setStarted()
public static FujabaApp start()
public void run()
public void setLoadFprFile(java.lang.String name)
name
- The new loadFprFile valuepublic java.lang.String getLoadFprFile()
public void setShowAboutBox(boolean flag)
flag
- The new showAboutBox valuepublic boolean isShowAboutBox()
public void setInvisible(boolean flag)
flag
- The new invisible valuepublic boolean isInvisible()
public void setMaximize(boolean maximize)
maximize
- The new maximize valuepublic boolean isMaximize()
public static void main(java.lang.String[] argv)
argv
- No description providedpublic static de.upb.lib.plugins.PluginManager getPluginManager()
public static void setPluginManager(de.upb.lib.plugins.PluginManager manager)
manager
- public static boolean isAllowedToCallSystemExit()
System.exit(int)
on exit (default)public static void setAllowedToCallSystemExit(boolean allowedToCallSystemExit)
allowedToCallSystemExit
- true if Fujaba should call System.exit(int)
on exit,
false if notpublic static void exit(int status)
status
- exit code for System.exit(int)
isAllowedToCallSystemExit()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |