org.telscenter.pas.steps.propertyEditors.multilineTextEditor
Class MultilineTextPropertyEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.telscenter.pas.steps.propertyEditors.multilineTextEditor.MultilineTextPropertyEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class MultilineTextPropertyEditor
extends java.beans.PropertyEditorSupport

Author:
aperritano

Constructor Summary
MultilineTextPropertyEditor()
           
 
Method Summary
 java.lang.String getAsText()
           
 java.awt.Component getCustomEditor()
           
 void setValue(java.lang.Object value)
           
 boolean supportsCustomEditor()
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultilineTextPropertyEditor

public MultilineTextPropertyEditor()
Method Detail

supportsCustomEditor

public boolean supportsCustomEditor()
Specified by:
supportsCustomEditor in interface java.beans.PropertyEditor
Overrides:
supportsCustomEditor in class java.beans.PropertyEditorSupport

setValue

public void setValue(java.lang.Object value)
Specified by:
setValue in interface java.beans.PropertyEditor
Overrides:
setValue in class java.beans.PropertyEditorSupport

getAsText

public java.lang.String getAsText()
Specified by:
getAsText in interface java.beans.PropertyEditor
Overrides:
getAsText in class java.beans.PropertyEditorSupport

getCustomEditor

public java.awt.Component getCustomEditor()
Specified by:
getCustomEditor in interface java.beans.PropertyEditor
Overrides:
getCustomEditor in class java.beans.PropertyEditorSupport


Copyright © 2004-2008 TELS Center. All Rights Reserved.