Ignore:
Timestamp:
2014-12-09T15:14:23+01:00 (9 years ago)
Author:
bastiK
Message:

applied #10822 - Getter Method to add a Filter to the FilterDialog (patch by mmoeller)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/FilterDialog.java

    r7005 r7775  
    357357    }
    358358
     359    /**
     360     * This method is intendet for Plugins getting the filtermodel and using .addFilter() to
     361     * add a new filter.
     362     * @return the filtermodel
     363     */
     364    public FilterTableModel getFilterModel(){
     365        return filterModel;
     366    }
     367
    359368    abstract class AbstractFilterAction extends AbstractAction implements MultikeyShortcutAction {
    360369
Note: See TracChangeset for help on using the changeset viewer.