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);
}
Aggregations