|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.layer.link.LinkGUIList
public class LinkGUIList
Uhhh, unimplemented so far. Big plans, though. Widgets don't get set yet.
| Field Summary | |
|---|---|
protected static float |
version
Version Number of request format. |
| Constructor Summary | |
|---|---|
LinkGUIList(Link link)
Write a gui section to the link. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static float version
| Constructor Detail |
|---|
public LinkGUIList(Link link)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||