org.araneaframework.uilib.core
Class BaseUIWidget.ComponentImpl

java.lang.Object
  extended by org.araneaframework.core.BaseComponent.ComponentImpl
      extended by org.araneaframework.uilib.core.BaseUIWidget.ComponentImpl
All Implemented Interfaces:
Serializable, Component.Interface
Enclosing class:
BaseUIWidget

protected class BaseUIWidget.ComponentImpl
extends BaseComponent.ComponentImpl

See Also:
Serialized Form

Constructor Summary
protected BaseUIWidget.ComponentImpl()
           
 
Method Summary
 void init(Scope scope, Environment env)
          Initializes this Component with the specified Environment.
 
Methods inherited from class org.araneaframework.core.BaseComponent.ComponentImpl
destroy, disable, enable, propagate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseUIWidget.ComponentImpl

protected BaseUIWidget.ComponentImpl()
Method Detail

init

public void init(Scope scope,
                 Environment env)
Description copied from interface: Component.Interface
Initializes this Component with the specified Environment.

Specified by:
init in interface Component.Interface
Overrides:
init in class BaseComponent.ComponentImpl
Parameters:
scope - The Scope of the Component.
env - The Environment of this Component.
See Also:
Path