|
Videoautomat | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--videoautomat.gui.Global
This class implements graphical-user-interface elements for the whole application, especially
for the VideoAutomat
Field Summary | |
static String |
CAPTION_AUTOMAT
The Caption of the VideoAutomat |
static int |
FB_LOGON
An ID to identify the FormButton log on |
static String |
MS_NEW
Label for the menusheet that contains self-defined items |
static String |
MSG_ACCESS
Label for the admin- ActionCapability , if it`s not granted. |
static String |
MSI_AUTOMAT
Label for the button to start the automat |
static String |
MSI_DAY
Label for the time setter button |
Constructor Summary | |
Global()
|
Method Summary | |
static sale.FormSheet |
getNoChangeFormSheet()
|
static sale.FormSheet |
getStartFormSheet(data.CountingStock cs,
sale.UIGate uigGate,
boolean show_zeros,
util.swing.TableEntryDescriptor ted)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String CAPTION_AUTOMAT
VideoAutomat
public static final String MSG_ACCESS
ActionCapability
, if it`s not granted.
public static final String MS_NEW
public static final String MSI_AUTOMAT
public static final String MSI_DAY
public static int FB_LOGON
FormButton
log on
Constructor Detail |
public Global()
Method Detail |
public static sale.FormSheet getStartFormSheet(data.CountingStock cs, sale.UIGate uigGate, boolean show_zeros, util.swing.TableEntryDescriptor ted)
cs
- the uigGate
- the UIGate
this FormSheet
should be diplayed atshow_zeros
- if false, lines containing a '0' in the "Count" field will be hidden.ted
- the TableEntryDescriptor
used to display the VideoAutomat.getDefaultFormSheet()
which displays the
video-offer and the possibility to start a SaleProcessLogOn
public static sale.FormSheet getNoChangeFormSheet()
FormSheet
that informs the user that there isn`t the correct
amount of money left, to hand back the change.
|
Videoautomat | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |