Package adams.gui.goe
Class JepScriptEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- adams.gui.goe.AbstractPropertyEditorSupport
-
- adams.gui.goe.AbstractAdvancedScriptEditor
-
- adams.gui.goe.AbstractAdvancedScriptEditorWithTemplates
-
- adams.gui.goe.JepScriptEditor
-
- All Implemented Interfaces:
adams.core.HelpProvider
,adams.gui.goe.CustomStringRepresentationHandler
,adams.gui.goe.InlineEditorSupport
,PropertyEditor
public class JepScriptEditor extends adams.gui.goe.AbstractAdvancedScriptEditorWithTemplates
Editor for groovy scripts.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Constructor Summary
Constructors Constructor Description JepScriptEditor()
-
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 classadams.gui.goe.AbstractAdvancedScriptEditorWithTemplates
- Returns:
- the key
-
-