Uses of Interface
amber.client.RContainer

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

Uses of RContainer in amber.client
 

Classes in amber.client that implement RContainer
 class RBase
          Extension to RComponent that acts as a very simple panel.
 

Uses of RContainer in amber.client.panel
 

Classes in amber.client.panel that implement RContainer
 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 PFrame
          Extension to BasePanel that is a window (frame) which is based on the current parent panel.
 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.
 

Fields in amber.client.panel declared as RContainer
protected  RContainer BaseControl.panelParent
           
 

Methods in amber.client.panel that return RContainer
 RContainer BaseControl.getParent()
          Returns the parent of this particular panel component.
 

Methods in amber.client.panel with parameters of type RContainer
 void BaseControl.init(RContainer mainParent, int[] data, java.lang.String parameters)
          This is the main initialisation function for this class.
 void BaseControl.setParent(RContainer newParent)
          Sets the parent of this particular panel component.
 void PAudio.init(RContainer mainParent, int[] characteristics, java.lang.String parameters)
          This is the main initialisation function for this class.
 void PChoice.init(RContainer mainParent, int[] data, java.lang.String parameters)
          This is the main initialisation function for this class.
 void PCheckboxPanel.init(RContainer mainParent, int[] data, java.lang.String parameters)
          This is the main initialisation function for this class.
 void PTextField.init(RContainer mainParent, int[] data, java.lang.String parameters)
          This is the main initialisation function for this class.
 void PTreeList.init(RContainer mainParent, int[] data, java.lang.String parameters)
          This is the main initialisation function for this class.
 void BasePanel.init(RContainer mainParent, int[] data, java.lang.String parameters)
          This is the main initialisation function for this class.
 void PTabPanel.init(RContainer mainParent, int[] data, java.lang.String parameters)
          This is the main initialisation function for this class.
 void PTextArea.init(RContainer mainParent, int[] characteristics, java.lang.String parameters)
          This is the main initialisation function for this class.
 void PLabel.init(RContainer mainParent, int[] characteristics, java.lang.String parameters)
          This is the main initialisation function for this class.
 void PCheckbox.init(RContainer mainParent, int[] data, java.lang.String parameters)
          This is the main initialisation function for this class.
 void PList.init(RContainer mainParent, int[] characteristics, java.lang.String parameters)
          This is the main initialisation function for this class.
 void PButton.init(RContainer mainParent, int[] data, java.lang.String parameters)
          This is the main initialisation function for this class.
 void PFrame.init(RContainer mainParent, int[] data, java.lang.String parameters)
          This is the main initialisation function for this class.
 void PComplexList.init(RContainer mainParent, int[] data, java.lang.String parameters)
          This is the main initialisation function for this class.
 void PScrollPanel.init(RContainer mainParent, int[] data, java.lang.String parameters)
          This is the main initialisation function for this class.
 void PFloatButton.init(RContainer mainParent, int[] data, java.lang.String parameters)
          This is the main initialisation function for this class.
 void PImage.init(RContainer mainParent, int[] characteristics, java.lang.String parameters)
          This is the main initialisation function for this class.
 void PMenu.init(RContainer mainParent, int[] characteristics, java.lang.String parameters)
          This is the main initialisation function for this class.
 



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.