org.pentaho.reporting.engine.classic.core.designtime
Interface AdvancedPropertyEditor

All Superinterfaces:
PropertyEditor

public interface AdvancedPropertyEditor
extends PropertyEditor

Adds the ability for a PropertyEditor to specify if it supports being able to be set via a text field.


Method Summary
 boolean supportsText()
           
 
Methods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor
 

Method Detail

supportsText

boolean supportsText()