com.wirefusion.propertyeditor
Class TextPropertyEditor

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

public class TextPropertyEditor
extends WfPropertyEditor

This editor is intended for use with multiline text properties.


Field Summary
 
Fields inherited from class com.wirefusion.propertyeditor.WfPropertyEditor
LEFT_POSITION, TOP_POSITION
 
Constructor Summary
TextPropertyEditor(java.lang.String propertyId, java.lang.String label, java.lang.String initialString, int noOfRows)
          Constructs a TextPropertyEditor 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

TextPropertyEditor

public TextPropertyEditor(java.lang.String propertyId,
                          java.lang.String label,
                          java.lang.String initialString,
                          int noOfRows)
Constructs a TextPropertyEditor object.

Parameters:
propertyId - the property ID
label - the label
initialString - the initial string value
noOfRows - number of text rows in the editor