org.apache.beehive.controls.test.util
Class ControlContainerContextManager

Object
  extended by ControlContainerContextManager

public class ControlContainerContextManager
extends Object


Constructor Summary
protected ControlContainerContextManager(ControlContainerContext controlContainerContext)
           
 
Method Summary
 void beginContext()
           
 void endContext()
           
 ControlContainerContext getControlContainerContext()
           
 void instantiateControls(Object object)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlContainerContextManager

protected ControlContainerContextManager(ControlContainerContext controlContainerContext)
Method Detail

getControlContainerContext

public ControlContainerContext getControlContainerContext()

instantiateControls

public void instantiateControls(Object object)

beginContext

public void beginContext()

endContext

public void endContext()