paolomind.multitalk.component
Class ContainerModuleWrapper

java.lang.Object
  extended by paolomind.multitalk.component.ContainerModuleWrapper
All Implemented Interfaces:
NamedObject, Module

public class ContainerModuleWrapper
extends java.lang.Object
implements Module

Permette di gestire un oggetto AWT Container come un modulo.

Author:
paolo

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

ContainerModuleWrapper

public ContainerModuleWrapper(java.awt.Container ppanel)
costruttore che racchiude un Container.

Parameters:
ppanel - il Conteiner da gestire
Method Detail

activate

public final void activate()
Attiva il modulo mostrando il Container associato.

Specified by:
activate in interface Module
See Also:
Module.activate()

dispose

public final void dispose()
nasconde il container.

Specified by:
dispose in interface Module
See Also:
Module.dispose()

init

public void init()
non fa nulla.

Specified by:
init in interface Module
See Also:
Module.init()

standby

public void standby()
non fa nulla.

Specified by:
standby in interface Module
See Also:
Module.standby()

getSelfId

public final java.lang.String getSelfId()
restituisce il proprio id.

Specified by:
getSelfId in interface NamedObject
Returns:
l'identificativo dell'ogetto
See Also:
NamedObject.getSelfId()

setSelfId

public final void setSelfId(java.lang.String name)
setta l'id di questo modulo.

Specified by:
setSelfId in interface NamedObject
Parameters:
name - l'id con cui sarĂ  identificato l'oggetto
See Also:
NamedObject.setSelfId(java.lang.String)


Copyright © 2007. All Rights Reserved.