|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpaolomind.multitalk.component.ContainerModuleWrapper
public class ContainerModuleWrapper
Permette di gestire un oggetto AWT Container come un modulo.
| Constructor Summary | |
|---|---|
ContainerModuleWrapper(java.awt.Container ppanel)
costruttore che racchiude un Container. |
|
| Method Summary | |
|---|---|
void |
activate()
Attiva il modulo mostrando il Container associato. |
void |
dispose()
nasconde il container. |
java.lang.String |
getSelfId()
restituisce il proprio id. |
void |
init()
non fa nulla. |
void |
setSelfId(java.lang.String name)
setta l'id di questo modulo. |
void |
standby()
non fa nulla. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContainerModuleWrapper(java.awt.Container ppanel)
ppanel - il Conteiner da gestire| Method Detail |
|---|
public final void activate()
activate in interface ModuleModule.activate()public final void dispose()
dispose in interface ModuleModule.dispose()public void init()
init in interface ModuleModule.init()public void standby()
standby in interface ModuleModule.standby()public final java.lang.String getSelfId()
getSelfId in interface NamedObjectNamedObject.getSelfId()public final void setSelfId(java.lang.String name)
setSelfId in interface NamedObjectname - l'id con cui sarĂ identificato l'oggettoNamedObject.setSelfId(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||