Großmarkt

market.stdform
Class FSManagerOffer

java.lang.Object
  |
  +--market.stdform.FSManagerOffer

public class FSManagerOffer
extends Object

This FormSheet displays the market's stock. The contained table allows editing of the bid when the market is closed.


Constructor Summary
FSManagerOffer()
           
 
Method Summary
static SingleTableFormSheet create()
          Creates a SingleTableFormSheet with some extra components.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSManagerOffer

public FSManagerOffer()
Method Detail

create

public static SingleTableFormSheet create()
Creates a SingleTableFormSheet with some extra components. The look of the table is defined by the TEDManagerOffer.

Returns:
the created SingleTableFormSheet.

Großmarkt