fdda.propertyTypes
Class DoubleType

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

public class DoubleType
extends AbstractPropertyType

Type 'double' for properties.

Author:
Jörg Rüdenauer

Field Summary
 
Fields inherited from class fdda.propertyTypes.AbstractPropertyType
generator
 
Constructor Summary
DoubleType()
           
 
Method Summary
 OiCellEditor getCellEditor(Property property, 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

DoubleType

public DoubleType()
Method Detail

getTypeGenerator

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

Returns:
generator

getCellEditor

public OiCellEditor getCellEditor(Property property,
                                  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:
property - the property whose value shall be edited
value - the value that will be edited
Returns:
the editor for this value


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