S-PLUS Connect/Java v1.0

Uses of Class
com.insightful.gdevice.STreeNode

Packages that use STreeNode
com.insightful.gdevice   
 

Uses of STreeNode in com.insightful.gdevice
 

Methods in com.insightful.gdevice that return STreeNode
 STreeNode STreeNode.getChildAt(int nIndex)
           
 

Methods in com.insightful.gdevice with parameters of type STreeNode
 void STreeNode.add(STreeNode node)
           
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.
protected  void SGui.constructMenu(Menu menu, STreeNode rootLabels, STreeNode rootActions)
           
 void SCanvasPaneController.doHitMenu(SCanvasPaneView view, STreeNode rootLabels, STreeNode rootActions, int x, int y)
           
 void SGui.doHitMenu(STreeNode rootLabels, STreeNode rootActions, int x, int y)
           
 void SCanvasPaneView2.doHitMenu(STreeNode rootLabels, STreeNode rootActions, int x, int y)
           
 boolean SCanvasPaneController.doHitQueryWebService(SCanvasPaneView view, XMLElement elt, STreeNode rootLabels, STreeNode rootActions, boolean bShowErrorDialog)
          added methods to handle SCanvasPaneView2 methods.
 boolean SGui.doHitQueryWebService(XMLElement elt, STreeNode rootLabels, STreeNode rootActions, boolean bShowErrorDialog)
          Queries a web service to obtain menu items to display.
 boolean SCanvasPaneView2.doHitQueryWebService(XMLElement elt, STreeNode rootLabels, STreeNode rootActions, boolean bShowErrorDialog)
           
protected  void SGui.parseSoapResponse(String strSoapResponse, STreeNode rootLabels, STreeNode rootActions, String strTarget)
          Parses the SOAP response.
 


S-PLUS Connect/Java v1.0

Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.