Methods in com.insightful.gdevice with parameters of type STreeNode |
void |
STreeNode.add(STreeNode node)
|
void |
SGui.doHitMenu(STreeNode rootLabels,
STreeNode rootActions,
int x,
int y)
|
protected void |
SGui.constructMenu(Menu menu,
STreeNode rootLabels,
STreeNode rootActions)
|
boolean |
SGui.doHitQueryWebService(XMLElement elt,
STreeNode rootLabels,
STreeNode rootActions,
boolean bShowErrorDialog)
Queries a web service to obtain menu items to display.
|
protected void |
SGui.parseSoapResponse(String strSoapResponse,
STreeNode rootLabels,
STreeNode rootActions,
String strTarget)
Parses the SOAP response. |
void |
SCanvasPaneView2.doHitMenu(STreeNode rootLabels,
STreeNode rootActions,
int x,
int y)
|
boolean |
SCanvasPaneView2.doHitQueryWebService(XMLElement elt,
STreeNode rootLabels,
STreeNode rootActions,
boolean bShowErrorDialog)
|
boolean |
SCanvasPaneController.doHitQueryWebService(SCanvasPaneView view,
XMLElement elt,
STreeNode rootLabels,
STreeNode rootActions,
boolean bShowErrorDialog)
added methods to handle SCanvasPaneView2 methods. |
void |
SCanvasPaneController.doHitMenu(SCanvasPaneView view,
STreeNode rootLabels,
STreeNode rootActions,
int x,
int y)
|
protected boolean |
SCanvasPaneController.collectMenuInfo(XMLElement elt,
STreeNode rootLabels,
STreeNode rootActions)
Parses the XML for a menu and store the label and action
information in tree structures for later use to construct
the actual menu. |