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