jcreek.gui.representation
Class SymbolCellEditor

java.lang.Object
  extended byjcreek.gui.representation.SymbolCellEditor

public class SymbolCellEditor
extends java.lang.Object


Constructor Summary
SymbolCellEditor(Entity type)
          Creates a new SymbolCellEditor that contains a drop-list of the values of some kind of attribute type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolCellEditor

public SymbolCellEditor(Entity type)
Creates a new SymbolCellEditor that contains a drop-list of the values of some kind of attribute type. For instance the attribute type "Color" may have the values "Red", "Blue", etc.

Parameters:
type - The entity representing the type of value, e.g. "Color" in the example above.


Created at IDI, NTNU by the Artificial Intelligence and Learning group