|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--amber.client.panel.BaseControl
|
+--amber.client.panel.PTextComponent
|
+--amber.client.panel.PTextArea
Panel Component TextArea. Uses the same ComponentHandler as the corresponding remote component.
ApplicationHandler,
ComponentHandler,
BaseComponent,
BaseControl| Fields inherited from class amber.client.panel.BaseControl |
dataDecoder, dataEncoder, encoderBytes, eventEnabled, mainEventHandler, nonVisualObject, panelParent, visualObject |
| Constructor Summary | |
PTextArea()
|
|
| Method Summary | |
void |
init(RContainer mainParent,
int[] characteristics,
java.lang.String parameters)
This is the main initialisation function for this class. |
void |
processPacket(Packet packet)
This routine contains the logic to parse a packet and perform actions based on the packet's contents. |
| Methods inherited from class amber.client.panel.PTextComponent |
addListeners, parseParameters, parseString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PTextArea()
| Method Detail |
public void init(RContainer mainParent,
int[] characteristics,
java.lang.String parameters)
init in class BaseControlmainParent - RContainer handle to the panel this is a component of.characteristics - int [6] containing information useful to the component
in the order ID, eventMask, x, y, w, h.parameters - String containing any required parameters separated by '|'public void processPacket(Packet packet)
processPacket in class PTextComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||