Videoautomat

videoautomat.contentcreator
Class AdminMFContentCreator

java.lang.Object
  |
  +--sale.FormSheetContentCreator
        |
        +--videoautomat.contentcreator.AdminMFContentCreator
All Implemented Interfaces:
Serializable

public class AdminMFContentCreator
extends sale.FormSheetContentCreator

Content creator to add quit action to the MsgForm ok button.

Author:
Alexander Herrmann
See Also:
Serialized Form

Constructor Summary
AdminMFContentCreator()
           
 
Method Summary
protected  void createFormSheetContent(sale.FormSheet fs)
          Adds quit action to the MsgForm ok button.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminMFContentCreator

public AdminMFContentCreator()
Method Detail

createFormSheetContent

protected void createFormSheetContent(sale.FormSheet fs)
Adds quit action to the MsgForm ok button.

Specified by:
createFormSheetContent in class sale.FormSheetContentCreator
Parameters:
fs - - FormSheet to be changed.

Videoautomat