fdda.propertyTypes
Class IntegerType

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

public class IntegerType
extends AbstractPropertyType

Type 'Integer' for properties.

Author:
Jörg Rüdenauer

Field Summary
 
Fields inherited from class fdda.propertyTypes.AbstractPropertyType
generator
 
Constructor Summary
IntegerType()
           
 
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

IntegerType

public IntegerType()
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.