Package adams.gui.goe
Class GroovyScriptEditor
-
- All Implemented Interfaces:
HelpProvider
,CustomStringRepresentationHandler
,InlineEditorSupport
,PropertyEditor
public class GroovyScriptEditor extends AbstractAdvancedScriptEditorWithTemplates
Editor for groovy scripts.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Field Summary
-
Fields inherited from class adams.gui.goe.AbstractAdvancedScriptEditorWithTemplates
FILENAME, m_Properties
-
Fields inherited from class adams.gui.goe.AbstractAdvancedScriptEditor
m_TextStatement
-
Fields inherited from class adams.gui.goe.AbstractPropertyEditorSupport
APPROVE_OPTION, CANCEL_OPTION, EMPTY, m_ChosenOption, m_CustomEditor, m_WindowAdapter, NULL
-
-
Constructor Summary
Constructors Constructor Description GroovyScriptEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getKey()
Returns the key in the props file to retrieve.-
Methods inherited from class adams.gui.goe.AbstractAdvancedScriptEditorWithTemplates
addAdditionalMenuItems, getProperties, getTemplates, loadTemplate
-
Methods inherited from class adams.gui.goe.AbstractAdvancedScriptEditor
createCustomEditor, createPopupMenu, fromCustomStringRepresentation, getDefaultSize, getInlineValue, getJavaInitializationString, initForDisplay, isInlineEditingAvailable, isInlineValueValid, paintValue, setInlineValue, toCustomStringRepresentation
-
Methods inherited from class adams.gui.goe.AbstractPropertyEditorSupport
addWindowAdapter, cleanUp, closeDialog, createPopup, createTipText, createWindowAdapter, getChosenOption, getCustomEditor, getHelpDescription, getHelpIcon, getHelpTitle, getHelpURL, getParentDialog, getParentFrame, initialize, isPaintable, resetChosenOption, setValue, supportsCustomEditor
-
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getSource, getTags, getValue, removePropertyChangeListener, setAsText, setSource
-
-
-
-
Method Detail
-
getKey
protected String getKey()
Returns the key in the props file to retrieve.- Specified by:
getKey
in classAbstractAdvancedScriptEditorWithTemplates
- Returns:
- the key
-
-