|
S-PLUS Connect/Java v1.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
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 ColorScheme |
ColorScheme.createFromXML(XMLElement elt)
Creates a ColorScheme object from an XML element. |
static SCanvasAWT |
SCanvasAWT.createFromXML(XMLElement elt,
IDHash idHash)
|
com.insightful.gdevice.SGraphCommand |
SFactoryAWT.createLinesCommandFromXML(XMLElement elt,
IDHash idHash)
|
com.insightful.gdevice.SGraphCommand |
SFactory.createLinesCommandFromXML(XMLElement elt,
IDHash idHash)
|
com.insightful.gdevice.SGraphCommand |
SFactoryAWT.createSegmentsCommandFromXML(XMLElement elt,
IDHash idHash)
|
com.insightful.gdevice.SGraphCommand |
SFactory.createSegmentsCommandFromXML(XMLElement elt,
IDHash idHash)
|
com.insightful.gdevice.SGraphCommand |
SFactoryAWT.createTextCommandFromXML(XMLElement elt,
IDHash idHash)
|
com.insightful.gdevice.SGraphCommand |
SFactory.createTextCommandFromXML(XMLElement elt,
IDHash idHash)
|
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. |
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)
|
static Color[] |
XML.getColorData(XMLElement elt,
String dataName)
|
static Color[] |
XML.getColorData(XMLElement elt,
String dataName,
int totalNumberColors)
|
static float[] |
XML.getFloatArrayData(XMLElement elt,
String dataName)
|
static float[] |
XML.getFloatArrayProperty(XMLElement elt,
String dataName,
IDHash idHash)
|
static float |
XML.getFloatProperty(XMLElement elt,
String dataName,
IDHash idHash)
|
static int |
XML.getIntProperty(XMLElement elt,
String dataName,
IDHash idHash)
|
protected String |
SGui.getSoapFromAction(XMLElement elt)
Constructs a SOAP query from a <query> action element. |
static String[] |
XML.getStringArrayData(XMLElement elt,
String dataName)
|
static String |
XML.getStringProperty(XMLElement elt,
String dataName)
|
static String |
XML.getStringProperty(XMLElement elt,
String dataName,
IDHash idHash)
|
static String |
XML.getXMLString(XMLElement elt)
generate string of XML for the given elt. |
void |
SCanvasAWT.setFromXML(XMLElement elt,
IDHash idHash)
|
static void |
XML.writeElt(PrintWriter out,
XMLElement elt)
|
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 | |||||||
PREV NEXT | FRAMES NO FRAMES |