Großmarkt

market
Class SPTime

java.lang.Object
  |
  +--sale.SalesPoint
        |
        +--market.SPTime
All Implemented Interfaces:
EventListener, FormSheetListener, ProcessContext, Serializable, SerializableListener

public class SPTime
extends SalesPoint

The tiny window in which one can set the market's time.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class sale.SalesPoint
m_pCurProcess
 
Constructor Summary
SPTime()
           
 
Method Summary
 FormSheet getDefaultFormSheet()
          Creates and returns the default FormSheet.
 boolean onCanQuit()
           
 
Methods inherited from class sale.SalesPoint
attach, attach, attach, attach, attachLoadedDisplay, attachStatusDisplay, canQuit, createNewID, detachBasket, detachDisplay, detachStatusDisplay, detachUser, formSheetRemoved, formSheetSet, getBasket, getCatalog, getCurrentProcess, getCurrentUser, getDefaultMenuSheet, getDefaultStatusFormSheet, getDefaultStatusMenuSheet, getDisplay, getID, getName, getProcessLock, getSalesPointFrameBounds, getStock, getUser, hasUseableDisplay, log, logSalesPointClosed, logSalesPointOpened, popUpFormSheet, processFinished, processStarted, quit, resume, runProcess, runProcess, setFormSheet, setMenuSheet, setSalesPointFrameBounds, setStatusFormSheet, setStatusMenuSheet, suspend, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SPTime

public SPTime()
Method Detail

onCanQuit

public boolean onCanQuit()
Overrides:
onCanQuit in class SalesPoint
Returns:
true, so this SalesPoint can always be closed.

getDefaultFormSheet

public FormSheet getDefaultFormSheet()
Creates and returns the default FormSheet.

Overrides:
getDefaultFormSheet in class SalesPoint
Returns:
the default FormSheet.

Großmarkt