org.siebengeisslein.ide.data
Class DataEntryFactory

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.ide.data.DataEntryFactory
All Implemented Interfaces:
Instrumented

public class DataEntryFactory
extends Persistent


Constructor Summary
DataEntryFactory()
           
 
Method Summary
 DataEntryDescriptor getDescriptor(int index)
           
 int getSize()
           
 void register(DataEntryDescriptor descriptor)
           
 
Methods inherited from class org.siebengeisslein.client.Persistent
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataEntryFactory

public DataEntryFactory()
Method Detail

getSize

public int getSize()

getDescriptor

public DataEntryDescriptor getDescriptor(int index)

register

public void register(DataEntryDescriptor descriptor)