|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseControl | |
| amber.client | Amber Client. |
| amber.client.panel | Amber Panel Components. |
| Uses of BaseControl in amber.client |
| Methods in amber.client with parameters of type BaseControl | |
protected void |
RBase.addComponentToPanel(BaseControl item,
int[] data)
This function adds the instantiated component to the panel in the location and size specified by locationData. |
| Uses of BaseControl in amber.client.panel |
| Subclasses of BaseControl in amber.client.panel | |
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. |
| Methods in amber.client.panel that return BaseControl | |
protected BaseControl |
BasePanel.createAndAddComponent(java.lang.String className,
int[] data,
java.lang.String parameters,
boolean doTheLayout)
Create the component and add to the panel. |
BaseControl |
BasePanel.findById(int id)
This function locates a component within the panel. |
| Methods in amber.client.panel with parameters of type BaseControl | |
protected void |
BasePanel.addComponentToPanel(BaseControl item,
int[] data,
boolean doTheLayout)
This function adds the instantiated component to the panel in the location and size specified by locationData. |
protected void |
BasePanel.removeControl(BaseControl component)
This function removes the specified component from the screen. |
protected void |
PTabPanel.addComponentToPanel(BaseControl item,
int[] data,
boolean doTheLayout)
This function adds the instantiated component to the panel in the location and size specified by locationData. |
protected void |
PTabPanel.removePanel(BaseControl component)
This function removes the specified component from the screen. |
protected void |
PFrame.addComponentToPanel(BaseControl item,
int[] data,
boolean doTheLayout)
This function adds the instantiated component to the panel in the location and size specified by locationData. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||