Search in sources :

Example 1 with ReportingPeriodDropDown

use of name.abuchen.portfolio.ui.util.ReportingPeriodDropDown in project portfolio by buchen.

the class SecuritiesPerformanceView method addButtons.

@Override
protected void addButtons(ToolBar toolBar) {
    dropDown = new ReportingPeriodDropDown(toolBar, getPart(), this);
    // NOSONAR
    new FilterDropDown(toolBar, getPreferenceStore());
    addExportButton(toolBar);
    addSaveButton(toolBar);
    addConfigButton(toolBar);
}
Also used : ReportingPeriodDropDown(name.abuchen.portfolio.ui.util.ReportingPeriodDropDown)

Aggregations

ReportingPeriodDropDown (name.abuchen.portfolio.ui.util.ReportingPeriodDropDown)1