Uses of Package
org.salespointframework.desktop.formsheets

Packages that use org.salespointframework.desktop.formsheets
org.salespointframework.desktop   
org.salespointframework.desktop.formsheets   
org.salespointframework.desktop.strategies   
org.salespointframework.desktop.strategies.dataexchangeformsheet Contains the MoveStrategy classes for TwoTableFormSheets
 

Classes in org.salespointframework.desktop.formsheets used by org.salespointframework.desktop
MessageForm.MessageFormIcon
          Icons available for MessageForm
 

Classes in org.salespointframework.desktop.formsheets used by org.salespointframework.desktop.formsheets
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.
DataExchangeFormSheet.DataExchangeOption
          Common options for Components DataExchangeFormSheet.ListViewDataExchangeOption defines additional options for JListViews DataExchangeFormSheet.TableDataExchangeOption defines additional options for JAbstractTables
DataExchangeFormSheet.DataExchangeOptions
          This class defines specific options for source and destination components and the DataExchangeFormSheet.DataExchangeView There are four default options available: DataExchangeFormSheet.OPTION_LISTVIEW_LISTVIEW : source and destination are JListViews DataExchangeFormSheet.OPTION_LISTVIEW_TABLE : source is JListView, destination is JAbstractTable DataExchangeFormSheet.OPTION_TABLE_LISTVIEW : source is JAbstractTable, destination is JListView DataExchangeFormSheet.OPTION_TABLE_TABLE : source and destination are both JAbstractTables you can also set the DataExchangeFormSheet.OPTION_DEFAULT to set default options.
DataExchangeFormSheet.DataExchangeView
          The view defines where both components will be place on formshete
ListViewFormSheet
          The List view formsheet represents a JList with an Slider for dynamic cell scaling and a JModelFilter for search.
MessageForm.MessageFormIcon
          Icons available for MessageForm
MessageForm.MessageFormResult
          Possible results of MessageForm.show()
MessageForm.MessageFormType
          This enumeration contains the possible types for MessageForm
SingleTableFormSheet
          A FormSheet displaying the contents of a Catalog, Stock or DataBasket.
 

Classes in org.salespointframework.desktop.formsheets used by org.salespointframework.desktop.strategies
SingleTableFormSheet
          A FormSheet displaying the contents of a Catalog, Stock or DataBasket.
 

Classes in org.salespointframework.desktop.formsheets used by org.salespointframework.desktop.strategies.dataexchangeformsheet
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.