|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ViewEventInterface in cafe.gui |
---|
Classes in cafe.gui that implement ViewEventInterface | |
---|---|
class |
GuiMain
Graphical User Interface's main class. |
Uses of ViewEventInterface in cafe.gui.alertView |
---|
Constructors in cafe.gui.alertView with parameters of type ViewEventInterface | |
---|---|
AlertPanel(ViewEventInterface viewEventInterface,
ImportableList importableList)
Constructs the panel. |
Uses of ViewEventInterface in cafe.gui.configView |
---|
Constructors in cafe.gui.configView with parameters of type ViewEventInterface | |
---|---|
ConfigPanel(ViewEventInterface viewEventInterface,
ShopableList productList,
UserInfo user)
Constructor that it used to make an instance of this class. |
Uses of ViewEventInterface in cafe.gui.general |
---|
Constructors in cafe.gui.general with parameters of type ViewEventInterface | |
---|---|
NPanel(ViewEventInterface viewEventInterface)
Constructs the panel. |
Uses of ViewEventInterface in cafe.gui.general.productLists |
---|
Constructors in cafe.gui.general.productLists with parameters of type ViewEventInterface | |
---|---|
ImportableList(ViewEventInterface viewEventInterface,
ProductGroup[] productGroups,
boolean alert)
Constructs this panel and puts import product and group lists in it. |
|
ShopableList(ExportProduct[] products,
ViewEventInterface viewEventInterface,
ExportProduct favoriteProduct)
Constructs the panel containing the product list |
Uses of ViewEventInterface in cafe.gui.importView |
---|
Constructors in cafe.gui.importView with parameters of type ViewEventInterface | |
---|---|
ImportPanel(ViewEventInterface viewEventInterface,
ImportableList importableList)
Constructs the panel and adds components to it. |
Uses of ViewEventInterface in cafe.gui.registerView |
---|
Constructors in cafe.gui.registerView with parameters of type ViewEventInterface | |
---|---|
RegisterPanel(ViewEventInterface viewEventInterface)
Constructs the base panel for this view, sets the layout and gets texts from the interface |
Uses of ViewEventInterface in cafe.gui.shopView |
---|
Constructors in cafe.gui.shopView with parameters of type ViewEventInterface | |
---|---|
ShopPanel(ViewEventInterface viewEventInterface,
ShopableList productList)
Normal constructor that is used when the view is switched to the product export view. |
|
ShopPanel(ViewEventInterface viewEventInterface,
ShopableList productList,
CancelProduct cancelProduct)
This constructor is used when user presses the cancel previous product export button. |
Uses of ViewEventInterface in cafe.gui.startView |
---|
Constructors in cafe.gui.startView with parameters of type ViewEventInterface | |
---|---|
StartPanel(ViewEventInterface viewEventInterface)
Constructs the start panel. |
|
StartPanel(ViewEventInterface viewEventInterface,
java.lang.String errorMessage)
Constructs the start panel and shows an error message while allowing no other controls. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |