Videoautomat

videoautomat.gui
Class LogFileFormSheet

java.lang.Object
  |
  +--sale.FormSheet
        |
        +--log.stdforms.LogTableForm
              |
              +--videoautomat.gui.LogFileFormSheet
All Implemented Interfaces:
Serializable

public class LogFileFormSheet
extends log.stdforms.LogTableForm

This class implements a LogTableForm to display the global logfile

See Also:
Serialized Form

Field Summary
static int FB_CLOSE
          An ID to identify the FormButton close
 
Fields inherited from class sale.FormSheet
BTNID_CANCEL, BTNID_OK, m_fCancelled
 
Constructor Summary
LogFileFormSheet(log.LogInputStream lis)
          Constructs a new LogFileFormSheet
 
Methods inherited from class log.stdforms.LogTableForm
getSelectedEntry, getSelectedRecord, getTable, setTableModel
 
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
 

Field Detail

FB_CLOSE

public static final int FB_CLOSE
An ID to identify the FormButton close

See Also:
Constant Field Values
Constructor Detail

LogFileFormSheet

public LogFileFormSheet(log.LogInputStream lis)
Constructs a new LogFileFormSheet

Parameters:
lis - the LogInputStream to be used

Videoautomat