|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseComponent | |
| amber.client | Amber Client. |
| amber.client.panel | Amber Panel Components. |
| Uses of BaseComponent in amber.client |
| Classes in amber.client that implement BaseComponent | |
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. |
| Fields in amber.client declared as BaseComponent | |
protected BaseComponent |
SocketConnection.parent
|
| Methods in amber.client that return BaseComponent | |
BaseComponent |
RComponent.findApplet(int id)
This function hunts among the applets on the page looking for an Amber element which will respond to a specified ID. |
BaseComponent |
RBase.findBaseComponent()
This function is used to find the parent applet at the top of the chain. |
BaseComponent |
RContainer.findBaseComponent()
This function is used to find the parent applet at the top of the chain. |
| Methods in amber.client with parameters of type BaseComponent | |
void |
SocketConnection.init(BaseComponent parent,
Packet initialPacket,
int clientType,
java.lang.Object configuration)
This function initialises the connection module and establishes a link to the Amber server. |
void |
ConnectionModule.init(BaseComponent parent,
Packet initialPacket,
int clientType,
java.lang.Object configuration)
This function initialises the connection module and establishes a link to the Amber server. |
| Uses of BaseComponent in amber.client.panel |
| Fields in amber.client.panel declared as BaseComponent | |
protected BaseComponent |
BaseControl.mainEventHandler
|
| Methods in amber.client.panel that return BaseComponent | |
BaseComponent |
BaseControl.findBaseComponent()
This function is used to get to the parent applet. |
| Methods in amber.client.panel with parameters of type BaseComponent | |
void |
BaseControl.addListeners(BaseComponent listener)
|
void |
PAudio.addListeners(BaseComponent listener)
|
void |
PChoice.addListeners(BaseComponent listener)
|
void |
PCheckboxPanel.addListeners(BaseComponent listener)
|
void |
PTextComponent.addListeners(BaseComponent listener)
|
void |
PTextField.addListeners(BaseComponent listener)
|
void |
PTreeList.addListeners(BaseComponent listener)
|
void |
BasePanel.addListeners(BaseComponent listener)
|
void |
PTabPanel.addListeners(BaseComponent listener)
|
void |
PLabel.addListeners(BaseComponent listener)
|
void |
PCheckbox.addListeners(BaseComponent listener)
|
void |
PList.addListeners(BaseComponent listener)
|
void |
PButton.addListeners(BaseComponent listener)
|
void |
PFrame.addListeners(BaseComponent listener)
|
void |
PComplexList.addListeners(BaseComponent listener)
|
void |
PFloatButton.addListeners(BaseComponent listener)
|
void |
PImage.addListeners(BaseComponent listener)
|
void |
PMenu.addListeners(BaseComponent listener)
Add in the listener handlers to the input object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||