Uses of Class
amber.server.panel.BasePanel

Packages that use BasePanel
amber.server.panel Amber Server Panel Classes. 
 

Uses of BasePanel in amber.server.panel
 

Subclasses of BasePanel in amber.server.panel
 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 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.
 

Methods in amber.server.panel that return BasePanel
 BasePanel PanelTemplateGroup.getSelectedPanelHandler()
          Returns the currently enabled panel handler.
 

Methods in amber.server.panel with parameters of type BasePanel
 void PanelTemplateGroup.setSelectedPanelHandler(BasePanel template)
          Sets the currently selected panel handler.
 void PanelTemplateGroup.setSelectedPanelHandlerAndCreate(BasePanel template)
          Sets the currently selected panel handler.
 int PanelTemplateGroup.getGroupId(BasePanel template)
          This function is a rather bizare one which clients of the template group can use to request the group ID of all the panels in the group.
 



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.