public class ScriptEditorProperty extends PropertyBean implements PropertyControl, java.awt.event.ActionListener
Modifier and Type | Class and Description |
---|---|
static interface |
ScriptEditorProperty.ScriptEditorStarter |
Constructor and Description |
---|
ScriptEditorProperty(java.lang.String description,
java.lang.String label,
MindMapController pMindMapController) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent arg0) |
java.lang.String |
getDescription() |
java.lang.String |
getLabel()
The key of the property.
|
java.lang.String |
getValue() |
void |
layout(com.jgoodies.forms.builder.DefaultFormBuilder builder,
TextTranslator pTranslator) |
void |
setEnabled(boolean pEnabled) |
void |
setValue(java.lang.String value) |
addPropertyChangeListener, firePropertyChangeEvent, removePropertyChangeListener
public ScriptEditorProperty(java.lang.String description, java.lang.String label, MindMapController pMindMapController)
public java.lang.String getDescription()
getDescription
in interface PropertyControl
public java.lang.String getLabel()
PropertyBean
getLabel
in interface PropertyControl
getLabel
in class PropertyBean
public void setValue(java.lang.String value)
setValue
in class PropertyBean
public java.lang.String getValue()
getValue
in class PropertyBean
public void layout(com.jgoodies.forms.builder.DefaultFormBuilder builder, TextTranslator pTranslator)
layout
in interface PropertyControl
public void actionPerformed(java.awt.event.ActionEvent arg0)
actionPerformed
in interface java.awt.event.ActionListener
public void setEnabled(boolean pEnabled)
setEnabled
in interface PropertyControl