org.siebengeisslein.pgui
Interface ProtoTypeFactory

All Known Implementing Classes:
TypeProtoTypeFactory

public interface ProtoTypeFactory


Method Summary
 java.lang.Object getProtoType()
          The returned value has to be a prototype value for a combo box that is not derived from Persistent, because swing classes may not hold references to persistent objects (in case they are expired and have to be reloaded.
 

Method Detail

getProtoType

java.lang.Object getProtoType()
The returned value has to be a prototype value for a combo box that is not derived from Persistent, because swing classes may not hold references to persistent objects (in case they are expired and have to be reloaded. This only works with Ref's.

Returns:
prototype value for the comboxbox/list.