Uses of Interface
amber.client.MbInterface

Packages that use MbInterface
amber.client Amber Client. 
amber.client.panel Amber Panel Components. 
 

Uses of MbInterface in amber.client
 

Subinterfaces of MbInterface in amber.client
 interface BaseComponent
          This is an interface which is concerned with the basic messaging and event handling for the Amber system.
 

Classes in amber.client that implement MbInterface
 class RBase
          Extension to RComponent that acts as a very simple panel.
 class RComponent
          An extension to Applet which adds the basic functionality of the Amber system - spawning send and receive threads if this is applet zero on the page, communicating with the server and detecting and communicating with other applets that exist on the page and communicating with them.
 class RLink
          Extension to RComponent that allows the remote system to send or get strings from the browser itself.
 

Constructors in amber.client with parameters of type MbInterface
RMessageBox(MbInterface parent, java.lang.String title, java.lang.String caption)
           
RMessageBox(MbInterface parent, java.lang.String title, java.lang.String caption, int type)
           
 

Uses of MbInterface in amber.client.panel
 

Classes in amber.client.panel that implement MbInterface
 class BaseControl
          A base class which adds required processing functions to a standard AWT component to handle the requirements of Panels.
 class BasePanel
          Extension to BaseControl that presents the user with very extensible backdrop for a new set of components which do not have to message in any way but get this panel to do the messaging for them.
 class PAudio
          Panel Component Audio.
 class PButton
          Panel Component Button.
 class PCheckbox
          Panel Component Checkbox.
 class PCheckboxPanel
          Panel Component CheckboxPanel.
 class PChoice
          Panel Component Choice.
 class PComplexList
          Panel Component ComplexList.
 class PFloatButton
          Panel Component Float Button.
 class PFrame
          Extension to BasePanel that is a window (frame) which is based on the current parent panel.
 class PImage
          Panel Component Image.
 class PLabel
          Panel Component Label.
 class PList
          Panel Component List.
 class PMenu
          Extension to BaseControl that presents the user with a menu system.
 class PScrollPanel
          Extension to BasePanel which functions identically except that the panel implements a scroll pane so that the internal panel dimensions can exceed the external ones.
 class PTabPanel
          Extension to BasePanel that has multiple panels which can be displayed in a tab folder paradyn.
 class PTextArea
          Panel Component TextArea.
 class PTextComponent
          Panel Text Component.
 class PTextField
          Panel Component TextField.
 class PTreeList
          Panel Component TreeList.
 



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.