|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used by all components that will be used to display inbound data. The HostDisplayPanel class uses it as a generic way to tell a specific class that holds data to update its data with a given packet. A related class is the VisibleDataComponent abstract class, this is specifically for components that will display data and thus implements this interface.
Field Summary | |
static String |
REVISION
The current CVS revision of this class |
Method Summary | |
String |
getPacketAttribute()
Returns the string showing the packet attribute that the component is looking after |
void |
setValue(XMLPacket packet)
This takes an XMLPacket so that the reading component can extract the data it needs to update the display. |
Field Detail |
public static final String REVISION
Method Detail |
public void setValue(XMLPacket packet) throws DataFormatException
packet
- the packet
DataFormatException
- if there was a problem converting the data for displaypublic String getPacketAttribute()
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |