| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MenuSheet | |
|---|---|
| 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 MenuSheet in org.salespointframework.core | 
|---|
| Fields in org.salespointframework.core declared as MenuSheet | |
|---|---|
private  MenuSheet | 
JDisplayFrame.m_msCurrent
The current MenuSheet.  | 
private  MenuSheet | 
JDisplayDialog.m_msCurrent
The current MenuSheet.  | 
protected  MenuSheet | 
UIGate.m_msMenuSheet
The MenuSheet to be displayed.  | 
protected  MenuSheet | 
MenuSheet.m_msMerged
The MenuSheet that has been merged into this one, if any.  | 
protected  MenuSheet | 
MenuSheet.m_msMergeParent
The MenuSheet into which this MenuSheet was merged, if any.  | 
private  MenuSheet | 
Shop.m_msMultiWindowMenu
Temporary helper variable to be able to insert the MultiWindow MenuSheet into the Shop's menu.  | 
protected  MenuSheet | 
MenuSheetObject.m_msParent
The MenuSheet that contains this menu element.  | 
| Methods in org.salespointframework.core that return MenuSheet | |
|---|---|
protected  MenuSheet | 
Shop.createShopMenuSheet()
Create and return the Shop's main MenuSheet.  | 
protected  MenuSheet | 
SalesPoint.getDefaultMenuSheet()
Get the default MenuSheet for this SalesPoint.  | 
protected  MenuSheet | 
SalesPoint.getDefaultStatusMenuSheet()
Get the default status MenuSheet for this SalesPoint.  | 
 MenuSheet | 
UIGate.getMenuSheet()
get the MenuSheet that is being displayed at this gate. | 
 MenuSheet | 
NullDisplay.getMenuSheet()
Throws an InvalidDisplayException. | 
 MenuSheet | 
JDisplayFrame.getMenuSheet()
Return the MenuSheet that is currently attached to the display. | 
 MenuSheet | 
JDisplayDialog.getMenuSheet()
Return the MenuSheet that is currently attached to the display. | 
 MenuSheet | 
Display.getMenuSheet()
Returns the MenuSheet that is currently attached to the display. | 
 MenuSheet | 
MenuSheetObject.getParent()
Get the parent MenuSheet of this MenuSheetObject.  | 
| Methods in org.salespointframework.core with parameters of type MenuSheet | |
|---|---|
 javax.swing.JMenuBar | 
MenuSheet.mergePeers(MenuSheet msToMerge,
           java.lang.String sBeforeTag)
Merges the peers of two MenuSheets.  | 
 void | 
UIGate.setMenuSheet(MenuSheet ms)
Set the MenuSheet that is being displayed at this gate.  | 
 void | 
NullDisplay.setMenuSheet(MenuSheet ms)
Throws an InvalidDisplayException. | 
 void | 
JDisplayFrame.setMenuSheet(MenuSheet ms)
Set and display a MenuSheet.  | 
 void | 
JDisplayDialog.setMenuSheet(MenuSheet ms)
Remove any old MenuSheet and display the new one.  | 
 void | 
Display.setMenuSheet(MenuSheet ms)
Sets and displays a MenuSheet.  | 
 void | 
Shop.ProcessHandle.setMenuSheet(SaleProcess p,
             MenuSheet ms)
 | 
 void | 
SalesPoint.setMenuSheet(SaleProcess p,
             MenuSheet ms)
Allow a process to set a MenuSheet on the SalesPoint's current display.  | 
 void | 
ProcessContext.setMenuSheet(SaleProcess p,
             MenuSheet ms)
Set a MenuSheet for a process.  | 
(package private)  void | 
MenuSheet.setMergeParent(MenuSheet msMergeParent)
Internal method used when merging peers.  | 
(package private)  void | 
MenuSheetObject.setParent(MenuSheet msParent)
Set the parent of the MenuSheetObject.  | 
protected  void | 
SalesPoint.setStatusMenuSheet(MenuSheet ms)
Set a MenuSheet in the SalesPoint's status display.  | 
| Constructors in org.salespointframework.core with parameters of type MenuSheet | |
|---|---|
UIGate(FormSheet fs,
       MenuSheet ms)
Create a new UIGate.  | 
|
| Uses of MenuSheet in org.salespointframework.desktop.multiwindow | 
|---|
| Fields in org.salespointframework.desktop.multiwindow declared as MenuSheet | |
|---|---|
private  MenuSheet | 
JTabDisplay.m_msCurrent
The current MenuSheet.  | 
private  MenuSheet | 
JInternalDisplay.m_msCurrent
The current MenuSheet.  | 
private  MenuSheet | 
MultiWindow.m_msCurrentMenuSheet
The currently set global MenuSheet.  | 
| Methods in org.salespointframework.desktop.multiwindow that return MenuSheet | |
|---|---|
 MenuSheet | 
MultiWindow.getCurrentMenuSheet()
Gets the current global MenuSheet.  | 
 MenuSheet | 
JTabDisplay.getMenuSheet()
Returns the MenuSheet that is currently attached to the display. | 
 MenuSheet | 
JInternalDisplay.getMenuSheet()
Returns the MenuSheet that is currently attached to the display. | 
 MenuSheet | 
MultiWindow.getMultiWindowMenuSheet()
Returns the MultiWindow management MenuSheet for this MultiWindow.  | 
| Methods in org.salespointframework.desktop.multiwindow with parameters of type MenuSheet | |
|---|---|
 void | 
MultiWindow.TabbedFrame.onMenuSheetSet(MenuSheet ms)
Updates the MultiFrame's MenuSheet with a call to MultiWindow.setSecondMenuSheet(org.salespointframework.core.MenuSheet) when
 the display's MenuSheet has changed. | 
 void | 
JTabDisplay.onMenuSheetSet(MenuSheet ms)
Actions to be taken when the MenuSheet has changed.  | 
 void | 
MultiWindow.setMenuSheet(MenuSheet msNewMenuSheet)
Sets the given MenuSheet as a global MenuSheet in the MultiWindow.  | 
 void | 
JTabDisplay.setMenuSheet(MenuSheet ms)
Sets and displays a MenuSheet.  | 
 void | 
JInternalDisplay.setMenuSheet(MenuSheet ms)
Sets and displays a MenuSheet.  | 
 void | 
MultiWindow.setSecondMenuSheet(MenuSheet ms)
Merges the MultiWindow's MenuSheet with a second one.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||