| javax.swing.JPanel com.sun.jsfcl.std.RaveStringCustomEditor
RaveStringCustomEditor | public class RaveStringCustomEditor extends javax.swing.JPanel implements EnhancedCustomPropertyEditor(Code) | | A custom editor for Strings.
author: Ian Formanek version: 1.00, Sep 21, 1998 |
ignoreCrs | protected boolean ignoreCrs(Code) | | |
RaveStringCustomEditor | RaveStringCustomEditor(String value, boolean editable, boolean oneline, String instructions, boolean ignoreCrs, RaveStringEditor propertyEditor)(Code) | | Create a StringCustomEditor.
Parameters: value - the initial value for the string Parameters: editable - whether to show the editor in read only or read-write mode Parameters: oneline - whether the text component should be a single-line or multi-line component Parameters: instructions - any instructions that should be displayed |
addNotify | public void addNotify()(Code) | | |
getPropertyValue | public Object getPropertyValue() throws IllegalStateException(Code) | | Returns the property value that is result of the CustomPropertyEditor. exception: InvalidStateException - when the custom property editor does not represent valid property value(and thus it should not be set) |
|
|