S-PLUS Connect/Java v1.0

Uses of Class
com.insightful.gdevice.XMLElement

Packages that use XMLElement
com.insightful.gdevice   
com.insightful.splus.client   
 

Uses of XMLElement in com.insightful.gdevice
 

Methods in com.insightful.gdevice that return XMLElement
 XMLElement IDHash.getXMLElement(String tag)
           
 

Methods in com.insightful.gdevice with parameters of type XMLElement
 com.insightful.gdevice.SGraphCommand SFactoryAWT.createLinesCommandFromXML(XMLElement elt, IDHash idHash)
           
 com.insightful.gdevice.SGraphCommand SFactoryAWT.createSegmentsCommandFromXML(XMLElement elt, IDHash idHash)
           
 com.insightful.gdevice.SGraphCommand SFactoryAWT.createTextCommandFromXML(XMLElement elt, IDHash idHash)
           
 com.insightful.gdevice.SGraphCommand SFactory.createLinesCommandFromXML(XMLElement elt, IDHash idHash)
           
 com.insightful.gdevice.SGraphCommand SFactory.createSegmentsCommandFromXML(XMLElement elt, IDHash idHash)
           
 com.insightful.gdevice.SGraphCommand SFactory.createTextCommandFromXML(XMLElement elt, IDHash idHash)
           
static String XML.getXMLString(XMLElement elt)
          generate string of XML for the given elt.
static void XML.writeElt(PrintWriter out, XMLElement elt)
           
static Color[] XML.getColorData(XMLElement elt, String dataName)
           
static Color[] XML.getColorData(XMLElement elt, String dataName, int totalNumberColors)
           
static String XML.getStringProperty(XMLElement elt, String dataName)
           
static String XML.getStringProperty(XMLElement elt, String dataName, IDHash idHash)
           
static int XML.getIntProperty(XMLElement elt, String dataName, IDHash idHash)
           
static float XML.getFloatProperty(XMLElement elt, String dataName, IDHash idHash)
           
static float[] XML.getFloatArrayProperty(XMLElement elt, String dataName, IDHash idHash)
           
static float[] XML.getFloatArrayData(XMLElement elt, String dataName)
           
static String[] XML.getStringArrayData(XMLElement elt, String dataName)
           
 boolean SGui.doHitQueryWebService(XMLElement elt, STreeNode rootLabels, STreeNode rootActions, boolean bShowErrorDialog)
          Queries a web service to obtain menu items to display.
protected  String SGui.getSoapFromAction(XMLElement elt)
          Constructs a SOAP query from a <query> action element.
 boolean SCanvasPaneView2.doHitQueryWebService(XMLElement elt, STreeNode rootLabels, STreeNode rootActions, boolean bShowErrorDialog)
           
 void SCanvasPaneController.doHitAction(XMLElement elt, String action, int x, int y, boolean bLeft, boolean bMiddle, boolean bRight, boolean bControlDown, boolean bShiftDown)
           
 boolean SCanvasPaneController.doHitQueryWebService(SCanvasPaneView view, XMLElement elt, STreeNode rootLabels, STreeNode rootActions, boolean bShowErrorDialog)
          added methods to handle SCanvasPaneView2 methods.
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.
static SCanvasAWT SCanvasAWT.createFromXML(XMLElement elt, IDHash idHash)
           
 void SCanvasAWT.setFromXML(XMLElement elt, IDHash idHash)
           
static ColorScheme ColorScheme.createFromXML(XMLElement elt)
          Creates a ColorScheme object from an XML element.
 

Uses of XMLElement in com.insightful.splus.client
 

Constructors in com.insightful.splus.client with parameters of type XMLElement
SessionProfile(XMLElement elt)
          Create an object based on an XML description.
 


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.