Großmarkt

market.stdform
Class FSManagerArticleStatsMain

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

public class FSManagerArticleStatsMain
extends Object

This FormSheet is used to choose the article and the range of time for which statistics should be computed.


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

Constructor Detail

FSManagerArticleStatsMain

public FSManagerArticleStatsMain()
Method Detail

create

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

Returns:
the created SingleTableFormSheet.

getTimeRangeBoxes

public JCTimeRangeBoxes getTimeRangeBoxes()
Returns:
the class that controls and evaluates the JComboBoxes.

Großmarkt