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.
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)
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.