public class LinkGUIList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static float |
version
Version Number of request format.
|
Constructor and Description |
---|
LinkGUIList(Link link)
Write a gui section to the link.
|
Modifier and Type | Method and Description |
---|---|
void |
end(java.lang.String endType)
The server method that needs to be called at the end of sending
a gui response.
|
javax.swing.JComponent |
getGUI() |
java.lang.String |
getLinkStatus()
After reading the graphics response, this returns the section
ending string terminating the graphics section, either
Link.END_TOTAL or Link.END_SECTION.
|
protected java.lang.String |
readWidgets() |
public LinkGUIList(Link link) throws java.io.IOException
java.io.IOException
public javax.swing.JComponent getGUI()
public java.lang.String getLinkStatus()
public void end(java.lang.String endType) throws java.io.IOException
endType
- use Link.END_SECTION if you want to add more
types of response sections. Use Link.END_TOTAL at the
end of the total transmission.java.io.IOException
protected java.lang.String readWidgets() throws java.io.IOException, java.io.EOFException
java.io.IOException
java.io.EOFException
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details