fdda.propertyTypes
Class StringType

java.lang.Object
  |
  +--fdda.propertyTypes.AbstractPropertyType
        |
        +--fdda.propertyTypes.StringType
All Implemented Interfaces:
PropertyType

public class StringType
extends AbstractPropertyType

Type 'String' for properties. The facets 'MIN_VALUE' and 'MAX_VALUE' for the String type determine minimum and maximum length of the String.

Author:
Jörg Rüdenauer

Field Summary
 
Fields inherited from class fdda.propertyTypes.AbstractPropertyType
generator
 
Constructor Summary
StringType()
           
 
Method Summary
 OiCellEditor getCellEditor(Property inProperty, Object value)
          Returns an editor for values of this type.
 TypeGenerator getTypeGenerator()
          Returns a generator for the type.
 
Methods inherited from class fdda.propertyTypes.AbstractPropertyType
getCellRenderer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringType

public StringType()
Method Detail

getCellEditor

public OiCellEditor getCellEditor(Property inProperty,
                                  Object value)
Description copied from interface: PropertyType
Returns an editor for values of this type. The editor should fit into a table cell of the property edit panel.

Parameters:
inProperty - the property whose value shall be edited
value - the value that will be edited
Returns:
the editor for this value

getTypeGenerator

public TypeGenerator getTypeGenerator()
Description copied from interface: PropertyType
Returns a generator for the type.

Returns:
generator


API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.