|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensubsystems.core.application.ThickClientModuleImpl
org.opensubsystems.core.application.SeparatorModule
public class SeparatorModule
Dummy module responsible for separating other modules.
| Field Summary | |
|---|---|
static java.lang.String |
SEPARATOR
Well known name of the separator module. |
| Fields inherited from class org.opensubsystems.core.application.ThickClientModuleImpl |
|---|
m_bInitialized, m_client |
| Constructor Summary | |
|---|---|
SeparatorModule()
|
|
| Method Summary | |
|---|---|
boolean |
activate(boolean bReactivate)
Activate the module so that user can interact with it. |
java.lang.String |
getName()
Get user friedly name UNIQUE name of the module. |
void |
pasivate()
Pasivate the module since user no longer interacts with it. |
| Methods inherited from class org.opensubsystems.core.application.ThickClientModuleImpl |
|---|
destroy, displayMessage, getClient, init, refresh |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SEPARATOR
| Constructor Detail |
|---|
public SeparatorModule()
| Method Detail |
|---|
public java.lang.String getName()
public boolean activate(boolean bReactivate)
activate in interface ThickClientModuleactivate in class ThickClientModuleImplbReactivate - - this is true if the module was pasivated but it is
being immediately activated again because the other
module which caused it's pasivation coun't be
activated again. This is false if some other module
was active and now this module is being activated.
public void pasivate()
pasivate in interface ThickClientModulepasivate in class ThickClientModuleImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||