Uses of Interface
amber.server.panel.ContainerHandler

Packages that use ContainerHandler
amber.server.component The handlers at the server for the remote components. 
amber.server.panel Amber Server Panel Classes. 
 

Uses of ContainerHandler in amber.server.component
 

Methods in amber.server.component that return ContainerHandler
 ContainerHandler ComponentHandler.getParentContainer()
          Get the parent container for this component.
 

Methods in amber.server.component with parameters of type ContainerHandler
 void ComponentHandler.setParentContainer(ContainerHandler handler)
          Set the parent container for this component.
 

Uses of ContainerHandler in amber.server.panel
 

Classes in amber.server.panel that implement ContainerHandler
 class BaseFrame
          This class is an extension to the BasePanel class and handles the extra requirements inherent in the fact that this class handles a window rather than a panel which lives inside some type of container such as an HTML page.
 class BasePanel
          This class handles the requirements for the specific manipulation of panels within specific pages.
 class FileDialog
          This class allows a user to browse the file system.
 class GenericPanel
          This class is a simple extension to the BasePanel class and allows the user to perform general panel operations without the requirement to subclass BasePanel.
 class ModalBaseFrame
          This class extends BaseFrame, and makes a frame Modal.
 class TextInputDialog
          This class allows a user to enter a single line of text.
 



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.