org.homeunix.thecave.buddi.plugin
Class BuddiPluginHelper

java.lang.Object
  extended by org.homeunix.thecave.buddi.plugin.BuddiPluginHelper

public class BuddiPluginHelper
extends java.lang.Object


Nested Class Summary
static class BuddiPluginHelper.DateChoice
           
 
Constructor Summary
BuddiPluginHelper()
           
 
Method Summary
static java.util.Vector<BuddiPluginHelper.DateChoice> getEndOnly()
           
static java.util.Vector<BuddiPluginHelper.DateChoice> getInterval()
           
static java.util.Vector<BuddiPluginHelper.DateChoice> getStartOnly()
           
static void openReport(MainFrame frame, BuddiReportPlugin report, java.util.Date startDate, java.util.Date endDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuddiPluginHelper

public BuddiPluginHelper()
Method Detail

openReport

public static void openReport(MainFrame frame,
                              BuddiReportPlugin report,
                              java.util.Date startDate,
                              java.util.Date endDate)

getInterval

public static java.util.Vector<BuddiPluginHelper.DateChoice> getInterval()

getEndOnly

public static java.util.Vector<BuddiPluginHelper.DateChoice> getEndOnly()

getStartOnly

public static java.util.Vector<BuddiPluginHelper.DateChoice> getStartOnly()