S-PLUS Connect/Java v1.0

com.insightful.gdevice
Interface SCanvasPaneView

All Known Subinterfaces:
SCanvasPaneView2
All Known Implementing Classes:
SGui

public interface SCanvasPaneView

This interface is used by a SCanvasPaneController for accessing the GUI objects for a multi-page canvas display.


Method Summary
 void doHitError(String action, String errorString)
           
 void doHitMenu(String title, String[] labels, String[] actions, int x, int y)
           
 void doHitURL(String url, String target)
           
 Component getCanvasComponent()
           
 Adjustable getScrollAdjustable(int orientation)
           
 boolean getScrollVisible(int orientation)
           
 Component getTabComponent()
           
 void setScrollVisible(int orientation, boolean visible)
           
 

Method Detail

getCanvasComponent

public Component getCanvasComponent()

getTabComponent

public Component getTabComponent()

getScrollAdjustable

public Adjustable getScrollAdjustable(int orientation)

getScrollVisible

public boolean getScrollVisible(int orientation)

setScrollVisible

public void setScrollVisible(int orientation,
                             boolean visible)

doHitURL

public void doHitURL(String url,
                     String target)

doHitMenu

public void doHitMenu(String title,
                      String[] labels,
                      String[] actions,
                      int x,
                      int y)

doHitError

public void doHitError(String action,
                       String errorString)

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.