|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.totem.visualtopo.guiModules.AbstractGUIModule
public abstract class AbstractGUIModule
An abstract implementation of the GUIModule interface. Extend it to create your own GUIModule.
Creation date: 21-Mar-2005
Constructor Summary | |
---|---|
AbstractGUIModule()
|
Method Summary | |
---|---|
void |
initialize()
Do nothing. |
boolean |
isUnloadable()
is the module UnLoadable ?? |
boolean |
loadAtStartup()
Should the Module be loaded at GUI startup ? |
void |
terminate()
Do nothing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.GUIModule |
---|
getMenu, getName |
Constructor Detail |
---|
public AbstractGUIModule()
Method Detail |
---|
public boolean loadAtStartup()
loadAtStartup
in interface GUIModule
public void initialize()
initialize
in interface GUIModule
public void terminate()
terminate
in interface GUIModule
public boolean isUnloadable()
isUnloadable
in interface GUIModule
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |