S-PLUS Connect/Java v1.0

com.insightful.gdevice
Interface SCanvasPaneView2

All Superinterfaces:
SCanvasPaneView
All Known Implementing Classes:
SGui

public interface SCanvasPaneView2
extends SCanvasPaneView

Extended SCanvasPaneView with additional methods. These methods were removed from SCanvasPaneView so IMiner3.0 would still work with Splus6.2


Method Summary
 void doExec(String code, String language)
           
 void doHitMenu(STreeNode rootLabels, STreeNode rootActions, int x, int y)
           
 boolean doHitQueryWebService(XMLElement elt, STreeNode rootLabels, STreeNode rootActions, boolean bShowErrorDialog)
           
 
Methods inherited from interface com.insightful.gdevice.SCanvasPaneView
doHitError, doHitMenu, doHitURL, getCanvasComponent, getScrollAdjustable, getScrollVisible, getTabComponent, setScrollVisible
 

Method Detail

doHitMenu

void doHitMenu(STreeNode rootLabels,
               STreeNode rootActions,
               int x,
               int y)

doHitQueryWebService

boolean doHitQueryWebService(XMLElement elt,
                             STreeNode rootLabels,
                             STreeNode rootActions,
                             boolean bShowErrorDialog)
                             throws Exception
Throws:
Exception

doExec

void doExec(String code,
            String language)

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.