Uses of Class
org.salespointframework.core.FormSheet

Packages that use FormSheet
org.salespointframework.core This package contains the central classes of the Framework. 
org.salespointframework.core.data.database Database connection implementations 
org.salespointframework.core.events Event classes for use with the classes in the sale package. 
org.salespointframework.desktop   
org.salespointframework.desktop.formsheets   
org.salespointframework.desktop.multiwindow Contains classes for the standard SalesPoint application GUI. 
 

Uses of FormSheet in org.salespointframework.core
 

Fields in org.salespointframework.core declared as FormSheet
private  FormSheet JDisplayFrame.m_fsCurrent
          The current FormSheet.
private  FormSheet JDisplayDialog.m_fsCurrent
          The current FormSheet.
protected  FormSheet UIGate.m_fsFormSheet
          The FormSheet to be displayed.
private  FormSheet FormSheet.FormButton.m_fsOwner
          The FormSheet owning this button.
protected  FormSheet ActionActionListener.m_fsOwner
          The FormSheet that contains this Action's button.
 

Methods in org.salespointframework.core that return FormSheet
protected  FormSheet SalesPoint.getDefaultFormSheet()
          Get the default FormSheet for this SalesPoint.
protected  FormSheet SalesPoint.getDefaultStatusFormSheet()
          Get the default status FormSheet for this SalesPoint.
 FormSheet UIGate.getFormSheet()
          get the FormSheet that is being displayed at this gate.
 FormSheet NullDisplay.getFormSheet()
          Throws an InvalidDisplayException.
 FormSheet JDisplayFrame.getFormSheet()
          Return the FormSheet that is currently attached to the display.
 FormSheet JDisplayDialog.getFormSheet()
          Return the FormSheet that is currently attached to the display.
 FormSheet FormSheet.FormButton.getFormSheet()
          Get the FormSheet this button is attached to.
 FormSheet Display.getFormSheet()
          Returns the FormSheet that is currently attached to the display.
 

Methods in org.salespointframework.core with parameters of type FormSheet
 void FormSheet.FormButton.attach(FormSheet fs)
          Notify this button that it has been attached to, or detached from, a FormSheet.
 void JDisplayFrame.closeFormSheet(FormSheet fs)
          Closes a FormSheet.
 void JDisplayFrame.DFFormSheetContainer.closeFormSheet(FormSheet fs)
          Delegated to owner's method.
 void JDisplayDialog.closeFormSheet(FormSheet fs)
          Close a FormSheet.
 void FormSheetContainer.closeFormSheet(FormSheet fs)
          Close a FormSheet.
 void FormSheet.copyFormSheetDnDComponents(FormSheet fs)
          registers all DnDComponents from given FormSheet to this one
protected abstract  void FormSheetContentCreator.createFormSheetContent(FormSheet fs)
          Create the FormSheet's contents.
(package private)  void FormSheetContentCreator.createFormSheetContent(FormSheet fs, boolean fCallParent)
          Internal communication method called by FormSheet.
protected  void JDisplayFrame.fireFormSheetRemoved(FormSheet fs, boolean fExplicit)
          Fire an event to all FormSheetListeners indicating that a FormSheet was removed from this display.
protected  void JDisplayDialog.fireFormSheetRemoved(FormSheet fs, boolean fExplicit)
          Fire an event to all FormSheetListeners indicating that a FormSheet was removed from this display.
protected  void JDisplayFrame.fireFormSheetSet(FormSheet fs)
          Fire an event to all FormSheetListeners indicating that a FormSheet was set on this display.
protected  void JDisplayDialog.fireFormSheetSet(FormSheet fs)
          Fire an event to all FormSheetListeners indicating that a FormSheet was set on this display.
 void JDisplayFrame.onFormSheetButtonAdded(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was added to the FormSheet's button bar.
 void JDisplayFrame.DFFormSheetContainer.onFormSheetButtonAdded(FormSheet fs, FormSheet.FormButton fb)
          Delegated to owner's method.
 void JDisplayDialog.onFormSheetButtonAdded(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was added to the FormSheet's button bar.
 void FormSheetContainer.onFormSheetButtonAdded(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was added to the FormSheet's button bar.
 void JDisplayFrame.DFFormSheetContainer.onFormSheetButtonbarPositionChanged(FormSheet fs, int position)
           
 void JDisplayDialog.onFormSheetButtonbarPositionChanged(FormSheet fs, int position)
           
 void FormSheetContainer.onFormSheetButtonbarPositionChanged(FormSheet fs, int nPosition)
          Notification event informing about a change of the Buttonbar's position
 void JDisplayFrame.onFormSheetButtonRemoved(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was removed from the FormSheet's button bar.
 void JDisplayFrame.DFFormSheetContainer.onFormSheetButtonRemoved(FormSheet fs, FormSheet.FormButton fb)
          Delegated to owner's method.
 void JDisplayDialog.onFormSheetButtonRemoved(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was removed from the FormSheet's button bar.
 void FormSheetContainer.onFormSheetButtonRemoved(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was removed from the FormSheet's button bar.
 void JDisplayFrame.onFormSheetButtonsCleared(FormSheet fs)
          Notification event informing that all buttons were removed from a FormSheet's button bar.
 void JDisplayFrame.DFFormSheetContainer.onFormSheetButtonsCleared(FormSheet fs)
          Delegated to owner's method.
 void JDisplayDialog.onFormSheetButtonsCleared(FormSheet fs)
          Notification event informing that all buttons were removed from a FormSheet's button bar.
 void FormSheetContainer.onFormSheetButtonsCleared(FormSheet fs)
          Notification event informing that all buttons were removed from a FormSheet's button bar.
 void JDisplayFrame.onFormSheetCaptionChanged(FormSheet fs, java.lang.String sNewCaption)
          Notification event informing about a change of a FormSheet's caption.
 void JDisplayFrame.DFFormSheetContainer.onFormSheetCaptionChanged(FormSheet fs, java.lang.String sNewCaption)
          Delegated to owner's method.
 void JDisplayDialog.onFormSheetCaptionChanged(FormSheet fs, java.lang.String sNewCaption)
          Notification event informing about a change of a FormSheet's caption.
 void FormSheetContainer.onFormSheetCaptionChanged(FormSheet fs, java.lang.String sNewCaption)
          Notification event informing about a change of a FormSheet's caption.
 void JDisplayFrame.onFormSheetComponentChanged(FormSheet fs, javax.swing.JComponent jcmpNew)
          Notification event informing about a change of a FormSheet's component.
 void JDisplayFrame.DFFormSheetContainer.onFormSheetComponentChanged(FormSheet fs, javax.swing.JComponent jcmpNew)
          Delegated to owner's method.
 void JDisplayDialog.onFormSheetComponentChanged(FormSheet fs, javax.swing.JComponent jcmpNew)
          Notification event informing about a change of a FormSheet's component.
 void FormSheetContainer.onFormSheetComponentChanged(FormSheet fs, javax.swing.JComponent jcmpNew)
          Notification event informing about a change of a FormSheet's component.
 void NullDisplay.popUpFormSheet(FormSheet fs)
          Throws an InvalidDisplayException.
 void JDisplayFrame.popUpFormSheet(FormSheet fs)
          Open a fresh JDisplayDialog and display the FormSheet in it.
 void JDisplayDialog.popUpFormSheet(FormSheet fs)
          Open a fresh JDisplayDialog and display the FormSheet in it.
 void Display.popUpFormSheet(FormSheet fs)
          Shows a FormSheet, but do not close the current FormSheet.
 void JDisplayDialog.popUpFormSheet(FormSheet fsParent, FormSheet fsToSet)
          Opens a fresh JDisplayDialog which is assigned to a FormSheet and displays another FormSheet in it.
 void Shop.ProcessHandle.popUpFormSheet(SaleProcess p, FormSheet fs)
           
 void SalesPoint.popUpFormSheet(SaleProcess p, FormSheet fs)
          Allow a process to pop up a FormSheet on the SalesPoint's current display.
 void ProcessContext.popUpFormSheet(SaleProcess p, FormSheet fs)
          Pop up a FormSheet for a process.
 void UIGate.setFormSheet(FormSheet fs)
          Set the FormSheet that is being displayed at this Gate.
 void NullDisplay.setFormSheet(FormSheet fs)
          Throws an InvalidDisplayException.
 void JDisplayFrame.setFormSheet(FormSheet fs)
          Set and display a FormSheet.
 void JDisplayDialog.setFormSheet(FormSheet fs)
          Set and display a FormSheet.
 void Display.setFormSheet(FormSheet fs)
          Sets and displays a FormSheet.
 void Shop.ProcessHandle.setFormSheet(SaleProcess p, FormSheet fs)
           
 void SalesPoint.setFormSheet(SaleProcess p, FormSheet fs)
          Allow a process to set a FormSheet on the SalesPoint's current display.
 void ProcessContext.setFormSheet(SaleProcess p, FormSheet fs)
          Set a FormSheet for a process.
protected  void SalesPoint.setStatusFormSheet(FormSheet fs)
          Set a FormSheet in the SalesPoint's status display.
 

Constructors in org.salespointframework.core with parameters of type FormSheet
ActionActionListener(FormSheet fsOwner)
          Create a new ActionActionListener.
ActionActionListener(FormSheet fsOwner, Action aAction)
          Create a new ActionActionListener.
UIGate(FormSheet fs, MenuSheet ms)
          Create a new UIGate.
 

Uses of FormSheet in org.salespointframework.core.data.database
 

Subclasses of FormSheet in org.salespointframework.core.data.database
protected  class AbstractJavaDBConnection.JavaDBConfigurationFS
          configuration formsheet
private  class MssqlDatabaseConnection.MssqlConfigurationFS
          Configuration FormSheet
private  class MysqlDatabaseConnection.MysqlConfigurationFS
          Config FormSheet for mysql connections
private  class SqliteDatabaseConnection.SqliteConfigurationFS
          config FormSheet for sqlite connections
 

Uses of FormSheet in org.salespointframework.core.events
 

Fields in org.salespointframework.core.events declared as FormSheet
private  FormSheet FormSheetEvent.m_fsFormSheet
          The FormSheet that was affected by the event.
 

Methods in org.salespointframework.core.events that return FormSheet
 FormSheet FormSheetEvent.getFormSheet()
          Get the affected FormSheet.
 

Constructors in org.salespointframework.core.events with parameters of type FormSheet
FormSheetEvent(Display src, FormSheet fs, boolean fExplicit)
          Create a new FormSheetEvent.
 

Uses of FormSheet in org.salespointframework.desktop
 

Subclasses of FormSheet in org.salespointframework.desktop
private  class DatabaseConnectionForm.DatabaseConnectionFS
          Formsheet for database management
 

Uses of FormSheet in org.salespointframework.desktop.formsheets
 

Subclasses of FormSheet in org.salespointframework.desktop.formsheets
 class DataExchangeFormSheet
          A FormSheet that will display the contents of two data containers, a source and a destination, and will allow the user to move items between the two.
 class DescriptiveFormSheet
          A FormSheet that can extend Single- and TwoTableFormSheets and ListViewFormSheets by a description element.
 class ListViewFormSheet
          The List view formsheet represents a JList with an Slider for dynamic cell scaling and a JModelFilter for search.
 class LogOnForm
          FormSheet that can be used for log on procedures.
 class LogTableForm
          FormSheet displaying the contents of a log file.
static class MessageForm.MessageFormSheet
          FormSheet for MessageForm
 class MsgForm
          Deprecated. replaced by MessageForm.MessageFormSheet
 class SingleTableFormSheet
          A FormSheet displaying the contents of a Catalog, Stock or DataBasket.
 class TextInputForm
          A simple FormSheet that displays a label and an input line.
 class UserTableFormSheet
          A FormSheet displaying the contents of a UserManager.
 

Methods in org.salespointframework.desktop.formsheets with parameters of type FormSheet
protected  void MessageForm.MessageFormSheetContentCreator.createFormSheetContent(FormSheet fs)
           
 

Uses of FormSheet in org.salespointframework.desktop.multiwindow
 

Fields in org.salespointframework.desktop.multiwindow declared as FormSheet
private  FormSheet JTabDisplay.m_fsCurrent
          The current FormSheet.
private  FormSheet JInternalDisplay.m_fsCurrent
          The current FormSheet.
 

Methods in org.salespointframework.desktop.multiwindow that return FormSheet
 FormSheet JTabDisplay.getFormSheet()
          Returns the FormSheet that is currently attached to the display.
 FormSheet JInternalDisplay.getFormSheet()
          Returns the FormSheet that is currently attached to the display.
 

Methods in org.salespointframework.desktop.multiwindow with parameters of type FormSheet
 void JTabDisplay.closeFormSheet(FormSheet fs)
          Closes a FormSheet.
 void JTabDisplay.JTDFormSheetContainer.closeFormSheet(FormSheet fs)
          Delegated to owner's method.
 void JInternalDisplay.closeFormSheet(FormSheet fs)
          Closes a FormSheet.
 void JInternalDisplay.JIDFormSheetContainer.closeFormSheet(FormSheet fs)
          Delegated to owner's method.
protected  void JTabDisplay.fireFormSheetRemoved(FormSheet fs, boolean fExplicit)
          Fires an event to all FormSheetListeners indicating that a FormSheet was removed from this display.
protected  void JInternalDisplay.fireFormSheetRemoved(FormSheet fs, boolean fExplicit)
          Fires an event to all FormSheetListeners indicating that a FormSheet was removed from this display.
protected  void JTabDisplay.fireFormSheetSet(FormSheet fs)
          Fires an event to all FormSheetListeners indicating that a FormSheet was set on this display.
protected  void JInternalDisplay.fireFormSheetSet(FormSheet fs)
          Fires an event to all FormSheetListeners indicating that a FormSheet was set on this display.
 void JTabDisplay.onFormSheetButtonAdded(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was added to the FormSheet's button bar.
 void JTabDisplay.JTDFormSheetContainer.onFormSheetButtonAdded(FormSheet fs, FormSheet.FormButton fb)
          Delegated to owner's method.
 void JInternalDisplay.onFormSheetButtonAdded(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was added to the FormSheet's button bar.
 void JInternalDisplay.JIDFormSheetContainer.onFormSheetButtonAdded(FormSheet fs, FormSheet.FormButton fb)
          Delegated to owner's method.
 void JTabDisplay.JTDFormSheetContainer.onFormSheetButtonbarPositionChanged(FormSheet fs, int position)
           
 void JInternalDisplay.JIDFormSheetContainer.onFormSheetButtonbarPositionChanged(FormSheet fs, int position)
           
 void JTabDisplay.onFormSheetButtonRemoved(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was removed from the FormSheet's button bar.
 void JTabDisplay.JTDFormSheetContainer.onFormSheetButtonRemoved(FormSheet fs, FormSheet.FormButton fb)
          Delegated to owner's method.
 void JInternalDisplay.onFormSheetButtonRemoved(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was removed from the FormSheet's button bar.
 void JInternalDisplay.JIDFormSheetContainer.onFormSheetButtonRemoved(FormSheet fs, FormSheet.FormButton fb)
          Delegated to owner's method.
 void JTabDisplay.onFormSheetButtonsCleared(FormSheet fs)
          Notification event informing that all buttons were removed from a FormSheet's button bar.
 void JTabDisplay.JTDFormSheetContainer.onFormSheetButtonsCleared(FormSheet fs)
          Delegated to owner's method.
 void JInternalDisplay.onFormSheetButtonsCleared(FormSheet fs)
          Notification event informing that all buttons were removed from a FormSheet's button bar.
 void JInternalDisplay.JIDFormSheetContainer.onFormSheetButtonsCleared(FormSheet fs)
          Delegated to owner's method.
 void JTabDisplay.onFormSheetCaptionChanged(FormSheet fs, java.lang.String sNewCaption)
          Notification event informing about a change of a FormSheet's caption.
 void JTabDisplay.JTDFormSheetContainer.onFormSheetCaptionChanged(FormSheet fs, java.lang.String sNewCaption)
          Delegated to owner's method.
 void JInternalDisplay.onFormSheetCaptionChanged(FormSheet fs, java.lang.String sNewCaption)
          Notification event informing about a change of a FormSheet's caption.
 void JInternalDisplay.JIDFormSheetContainer.onFormSheetCaptionChanged(FormSheet fs, java.lang.String sNewCaption)
          Delegated to owner's method.
 void JTabDisplay.onFormSheetComponentChanged(FormSheet fs, javax.swing.JComponent jcmpNew)
          Notification event informing about a change of a FormSheet's component.
 void JTabDisplay.JTDFormSheetContainer.onFormSheetComponentChanged(FormSheet fs, javax.swing.JComponent jcmpNew)
          Delegated to owner's method.
 void JInternalDisplay.onFormSheetComponentChanged(FormSheet fs, javax.swing.JComponent jcmpNew)
          Notification event informing about a change of a FormSheet's component.
 void JInternalDisplay.JIDFormSheetContainer.onFormSheetComponentChanged(FormSheet fs, javax.swing.JComponent jcmpNew)
          Delegated to owner's method.
 void JTabDisplay.popUpFormSheet(FormSheet fs)
          Opens a fresh JDisplayDialog and display the FormSheet in it.
 void JInternalDisplay.popUpFormSheet(FormSheet fs)
          Opens a fresh JDisplayDialog and displays the FormSheet in it.
 void JTabDisplay.setFormSheet(FormSheet fs)
          Set and display a FormSheet.
 void JInternalDisplay.setFormSheet(FormSheet fs)
          Sets and displays a FormSheet.