|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.pf.registry.Plugin de.grogra.gpuflux.GPUFlux
public class GPUFlux
Field Summary | |
---|---|
static I18NBundle |
I18N
|
Constructor Summary | |
---|---|
GPUFlux()
|
Method Summary | |
---|---|
boolean |
initialize()
Initializes the plugin during booting of application. |
Methods inherited from class de.grogra.pf.registry.Plugin |
---|
checkConfigure, getI18NBundle, getPluginDescriptor, getRegistry, shutdown, startup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final I18NBundle I18N
Constructor Detail |
---|
public GPUFlux()
Method Detail |
---|
public boolean initialize()
Plugin
false
, the plugin is disabled
throughout the lifetime of the application.
The default implementation simply returns true
.
Subclasses may override this method if they have to check
some preconditions which are required by their plugin.
initialize
in class Plugin
true
iff plugin shall be enabled
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |