org.salespointframework.desktop.formsheets
Class SingleTableFormSheet.STFSContentCreator

java.lang.Object
  extended by org.salespointframework.core.FormSheetContentCreator
      extended by org.salespointframework.desktop.formsheets.SingleTableFormSheet.STFSContentCreator
Enclosing class:
SingleTableFormSheet

private abstract static class SingleTableFormSheet.STFSContentCreator
extends FormSheetContentCreator

Helper class forming the foundation of all SingleTableFormSheet content creators.

Since:
v2.0
Version:
2.0 20/08/1999
Author:
Steffen Zschaler

Constructor Summary
private SingleTableFormSheet.STFSContentCreator()
           
 
Method Summary
protected  void setFormSheetComponent(SingleTableFormSheet stfs, JAbstractTable jat)
          Set the given table to be the component of the given FormSheet.
 
Methods inherited from class org.salespointframework.core.FormSheetContentCreator
createFormSheetContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleTableFormSheet.STFSContentCreator

private SingleTableFormSheet.STFSContentCreator()
Method Detail

setFormSheetComponent

protected void setFormSheetComponent(SingleTableFormSheet stfs,
                                     JAbstractTable jat)
Set the given table to be the component of the given FormSheet. Also, link the FormSheet's selection observer accordingly.