Gantt 2.3

com.ontimize.gantt.gui.renderers
Class MultipleReferenceCellEditor

java.lang.Object
  extended byCellEditor
      extended bycom.ontimize.gantt.gui.renderers.MultipleReferenceCellEditor

public class MultipleReferenceCellEditor
extends CellEditor

See Also:
Serialized Form

Field Summary
static java.lang.String COLUMN_PARAMETER
           
 
Constructor Summary
MultipleReferenceCellEditor(java.util.Hashtable parameters)
           
 
Method Summary
 void setParentForm(Form f)
           
 void setReferenceLocator(EntityReferenceLocator locator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLUMN_PARAMETER

public static java.lang.String COLUMN_PARAMETER
Constructor Detail

MultipleReferenceCellEditor

public MultipleReferenceCellEditor(java.util.Hashtable parameters)
                            throws java.lang.Exception
Method Detail

setReferenceLocator

public void setReferenceLocator(EntityReferenceLocator locator)

setParentForm

public void setParentForm(Form f)

Gantt