Videoautomat

videoautomat.contentcreator
Class AdminMFContentCreator

java.lang.Object
  extended by FormSheetContentCreator
      extended by videoautomat.contentcreator.AdminMFContentCreator

public class AdminMFContentCreator
extends FormSheetContentCreator

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

Author:
Alexander Herrmann

Constructor Summary
AdminMFContentCreator()
           
 
Method Summary
protected  void createFormSheetContent(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(FormSheet fs)
Adds quit action to the MsgForm ok button.

Parameters:
fs - - FormSheet to be changed.

Videoautomat