Großmarkt

market.stdform
Class FSWorkerDefault

java.lang.Object
  |
  +--sale.FormSheet
        |
        +--market.stdform.FSWorkerDefault
All Implemented Interfaces:
Serializable

public class FSWorkerDefault
extends FormSheet

This FormSheet displays a worker information, with the count of unexecuted orders and the number of workers, that are logged on to the system.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class sale.FormSheet
BTNID_CANCEL, BTNID_OK, m_fCancelled
 
Constructor Summary
FSWorkerDefault(int order, int worker)
           
FSWorkerDefault(String sCaption, JComponent jcmpComponent)
           
 
Methods inherited from class sale.FormSheet
addButton, addButton, addContentCreator, attach, attach, attach, buttonIterator, buttonIterator, cancel, close, detachDisplay, detachProcess, detachSalesPoint, fillBtnPanel, getButton, getButtonsLock, getCaption, getComponent, getComponentLock, getDisplay, getDisplayLock, getProcess, getSalesPoint, isCancelled, ok, removeAllButtons, removeButton, setCaption, setComponent, setWaitResponse, toString, waitResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FSWorkerDefault

public FSWorkerDefault(String sCaption,
                       JComponent jcmpComponent)
Parameters:
sCaption - the caption of this FormSheet.
jcmpComponent - will be set as the component.

FSWorkerDefault

public FSWorkerDefault(int order,
                       int worker)
Parameters:
order - the count of unexecuted orders.
worker - the number of logged on workers.

Großmarkt