Uses of Interface
org.salespointframework.core.FormSheetContainer

Packages that use FormSheetContainer
org.salespointframework.core This package contains the central classes of the Framework. 
 

Uses of FormSheetContainer in org.salespointframework.core
 

Classes in org.salespointframework.core that implement FormSheetContainer
 class JDisplayDialog
          A JDialog that can display Form- and MenuSheets.
 

Methods in org.salespointframework.core that return FormSheetContainer
 FormSheetContainer FormSheet.attach(FormSheetContainer fsc)
          Attach a FormSheetContainer to this FormSheet.
 FormSheetContainer FormSheet.detachDisplay()
          Detach the current FormSheetContainer from this FormSheet.
 FormSheetContainer FormSheet.getDisplay()
          Get the currently attached FormSheetContainer.
 

Methods in org.salespointframework.core with parameters of type FormSheetContainer
 FormSheetContainer FormSheet.attach(FormSheetContainer fsc)
          Attach a FormSheetContainer to this FormSheet.