SalesPoint Framework v3.0

Uses of Interface
sale.FormSheetContainer

Packages that use FormSheetContainer
sale This package contains the central classes of the Framework. 
sale.multiwindow Contains classes for the standard SalesPoint application GUI. 
 

Uses of FormSheetContainer in sale
 

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

Methods in sale 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 sale with parameters of type FormSheetContainer
 FormSheetContainer FormSheet.attach(FormSheetContainer fsc)
          Attach a FormSheetContainer to this FormSheet.
 

Uses of FormSheetContainer in sale.multiwindow
 

Classes in sale.multiwindow that implement FormSheetContainer
 class MultiWindowHandle
          A handle returned by getNewHandle.
 


SalesPoint Framework v3.0