public class IconProperty extends PropertyBean implements PropertyControl, java.awt.event.ActionListener
Constructor and Description |
---|
IconProperty(java.lang.String description,
java.lang.String label,
FreeMindMain frame,
java.util.Vector icons) |
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 IconProperty(java.lang.String description, java.lang.String label, FreeMindMain frame, java.util.Vector icons)
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