|
S-PLUS Connect/Java v1.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.insightful.splus.SplusSystem
public class SplusSystem
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 |
---|
public static final Frame getDefaultFrame()
public static final void setDefaultFrame(Frame frame)
public static final JMenuBar getMainMenuBar()
public static final void setMainMenuBar(JMenuBar menu)
public static final JToolBar getMainToolBar()
public static final void setMainToolBar(JToolBar tbar)
public static final ActionListener getMainActionListener()
public static final void setMainActionListener(ActionListener listener)
public static final SplusEngineQueryHandler getEngineQueryHandler()
public static final void setEngineQueryHandler(SplusEngineQueryHandler handler)
public static final SplusHelpQueryHandler getHelpQueryHandler()
public static final void setHelpQueryHandler(SplusHelpQueryHandler handler)
public static final SplusCanvasHandler getCanvasHandler()
public static final void setCanvasHandler(SplusCanvasHandler handler)
public static final SplusServerFileHandler getServerFileHandler()
public static final void setServerFileHandler(SplusServerFileHandler handler)
public static final File getCwd()
public static final void setCwd(File file)
public static final void setCwd(String filePath)
|
S-PLUS Connect/Java v1.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |