com.wirefusion.propertyeditor
Class LabelPropertyEditor

java.lang.Object
  extended by com.wirefusion.propertyeditor.WfPropertyEditor
      extended by com.wirefusion.propertyeditor.LabelPropertyEditor

public class LabelPropertyEditor
extends WfPropertyEditor

This "editor" displays a non editable single line string value


Field Summary
 
Fields inherited from class com.wirefusion.propertyeditor.WfPropertyEditor
LEFT_POSITION, TOP_POSITION
 
Constructor Summary
LabelPropertyEditor(java.lang.String propertyId, java.lang.String label, java.lang.String labelString)
          Constructs a LabelPropertyEditor object.
 
Method Summary
 
Methods inherited from class com.wirefusion.propertyeditor.WfPropertyEditor
addPropertyChangeListener, firePropertyChange, getEditor, getInfoString, getPropertyId, isEnabled, removePropertyChangeListener, setEnabled, setLabelPosition, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelPropertyEditor

public LabelPropertyEditor(java.lang.String propertyId,
                           java.lang.String label,
                           java.lang.String labelString)
Constructs a LabelPropertyEditor object.

Parameters:
propertyId - the property ID
label - the label
labelString - the string to display