Uses of Interface
org.salespointframework.core.FormSheetContainer

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

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.
private static class JDisplayFrame.DFFormSheetContainer
           
 

Fields in org.salespointframework.core declared as FormSheetContainer
private  FormSheetContainer FormSheet.m_fscDisplay
          The FormSheetContainer displaying this FormSheet.
 

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.
 

Uses of FormSheetContainer in org.salespointframework.desktop.multiwindow
 

Classes in org.salespointframework.desktop.multiwindow that implement FormSheetContainer
private static class JInternalDisplay.JIDFormSheetContainer
          The FormSheetContainer for this display.
private static class JTabDisplay.JTDFormSheetContainer