freemind.common
Class IconProperty

java.lang.Object
  extended by freemind.common.PropertyBean
      extended by freemind.common.IconProperty
All Implemented Interfaces:
PropertyControl, java.awt.event.ActionListener, java.util.EventListener

public class IconProperty
extends PropertyBean
implements PropertyControl, java.awt.event.ActionListener


Constructor Summary
IconProperty(java.lang.String description, java.lang.String label, FreeMindMain frame, java.util.Vector icons)
           
 
Method Summary
 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)
           
 
Methods inherited from class freemind.common.PropertyBean
addPropertyChangeListener, firePropertyChangeEvent, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconProperty

public IconProperty(java.lang.String description,
                    java.lang.String label,
                    FreeMindMain frame,
                    java.util.Vector icons)
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface PropertyControl

getLabel

public java.lang.String getLabel()
Description copied from class: PropertyBean
The key of the property.

Specified by:
getLabel in interface PropertyControl
Specified by:
getLabel in class PropertyBean

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in class PropertyBean

getValue

public java.lang.String getValue()
Specified by:
getValue in class PropertyBean

layout

public void layout(com.jgoodies.forms.builder.DefaultFormBuilder builder,
                   TextTranslator pTranslator)
Specified by:
layout in interface PropertyControl

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

setEnabled

public void setEnabled(boolean pEnabled)
Specified by:
setEnabled in interface PropertyControl