S-PLUS Connect/Java v1.0

com.insightful.splus
Class SplusSystem

java.lang.Object
  extended bycom.insightful.splus.SplusSystem

public class SplusSystem
extends Object

Class with static methods for accessing main GUI components.


Method Summary
static SplusCanvasHandler getCanvasHandler()
          Get the canvas query handler.
static File getCwd()
          Get the current working directory for file browsing.
static Frame getDefaultFrame()
          Get the default parent Frame for dialogs.
static SplusEngineQueryHandler getEngineQueryHandler()
          Get the engine query handler.
static SplusHelpQueryHandler getHelpQueryHandler()
          Get the help query handler.
static ActionListener getMainActionListener()
          Get the main ActionListener.
static JMenuBar getMainMenuBar()
          Get the main JMenuBar.
static JToolBar getMainToolBar()
          Get the main JToolBar.
static SplusServerFileHandler getServerFileHandler()
          Get the server file handler.
static void setCanvasHandler(SplusCanvasHandler handler)
          Set the canvas query handler.
static void setCwd(File file)
          Set the current working directory for file browsing.
static void setCwd(String filePath)
          Set the current working directory for file browsing.
static void setDefaultFrame(Frame frame)
          Set the default parent Frame for dialogs.
static void setEngineQueryHandler(SplusEngineQueryHandler handler)
          Set the engine query handler.
static void setHelpQueryHandler(SplusHelpQueryHandler handler)
          Set the help query handler.
static void setMainActionListener(ActionListener listener)
          Set the main ActionListener.
static void setMainMenuBar(JMenuBar menu)
          Set the main JMenuBar.
static void setMainToolBar(JToolBar tbar)
          Set the main JToolBar.
static void setServerFileHandler(SplusServerFileHandler handler)
          Set the server file handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultFrame

public static final Frame getDefaultFrame()
Get the default parent Frame for dialogs.


setDefaultFrame

public static final void setDefaultFrame(Frame frame)
Set the default parent Frame for dialogs.


getMainMenuBar

public static final JMenuBar getMainMenuBar()
Get the main JMenuBar.


setMainMenuBar

public static final void setMainMenuBar(JMenuBar menu)
Set the main JMenuBar.


getMainToolBar

public static final JToolBar getMainToolBar()
Get the main JToolBar.


setMainToolBar

public static final void setMainToolBar(JToolBar tbar)
Set the main JToolBar.


getMainActionListener

public static final ActionListener getMainActionListener()
Get the main ActionListener.


setMainActionListener

public static final void setMainActionListener(ActionListener listener)
Set the main ActionListener.


getEngineQueryHandler

public static final SplusEngineQueryHandler getEngineQueryHandler()
Get the engine query handler.


setEngineQueryHandler

public static final void setEngineQueryHandler(SplusEngineQueryHandler handler)
Set the engine query handler.


getHelpQueryHandler

public static final SplusHelpQueryHandler getHelpQueryHandler()
Get the help query handler.


setHelpQueryHandler

public static final void setHelpQueryHandler(SplusHelpQueryHandler handler)
Set the help query handler.


getCanvasHandler

public static final SplusCanvasHandler getCanvasHandler()
Get the canvas query handler.


setCanvasHandler

public static final void setCanvasHandler(SplusCanvasHandler handler)
Set the canvas query handler.


getServerFileHandler

public static final SplusServerFileHandler getServerFileHandler()
Get the server file handler.


setServerFileHandler

public static final void setServerFileHandler(SplusServerFileHandler handler)
Set the server file handler.


getCwd

public static final File getCwd()
Get the current working directory for file browsing.


setCwd

public static final void setCwd(File file)
Set the current working directory for file browsing.


setCwd

public static final void setCwd(String filePath)
Set the current working directory for file browsing.


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.