adams.core.scripting
Class RScript
java.lang.Object
adams.core.base.BaseObject
adams.core.base.AbstractBaseString
adams.gui.core.AbstractScript
adams.core.scripting.RScript
- All Implemented Interfaces:
- CloneHandler<BaseObject>, Serializable, Comparable
public class RScript
- extends AbstractScript
Wrapper for a R scripts to be editable in the GOE.
- Version:
- $Revision: 6512 $
- Author:
- rsmith
- See Also:
- Serialized Form
RScript
public RScript()
getScriptTipText
protected String getScriptTipText()
- Returns the tip text for the script.
- Specified by:
getScriptTipText in class AbstractScript
- Returns:
- the tool tip
getTextEditorPanel
public AbstractTextEditorPanelWithSyntaxHighlighting getTextEditorPanel()
- Returns the configured text editor panel to use in the GOE.
- Specified by:
getTextEditorPanel in class AbstractScript
- Returns:
- the text editor panel
allowsInlineEditing
public boolean allowsInlineEditing()
- Returns whether inline editing in the GOE is allowed.
- Specified by:
allowsInlineEditing in class AbstractScript
- Returns:
- true if inline editing is allowed
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.