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

Component getCanvasComponent()

getTabComponent

Component getTabComponent()

getScrollAdjustable

Adjustable getScrollAdjustable(int orientation)

getScrollVisible

boolean getScrollVisible(int orientation)

setScrollVisible

void setScrollVisible(int orientation,
                      boolean visible)

doHitURL

void doHitURL(String url,
              String target)

doHitMenu

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

doHitError

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.