Ignore:
Timestamp:
2012-03-25T22:47:16+02:00 (12 years ago)
Author:
Don-vip
Message:

Enhancements in plugin dependencies system (view "requires" in plugin prefs + auto selection of required plugins + alert when unselecting a plugin still required)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/plugin/PluginPreferencesModel.java

    r4191 r5121  
    294294        return ret;
    295295    }
     296   
     297    /**
     298     * Replies the set of all available plugins.
     299     *
     300     * @return the set of all available plugins
     301     */
     302    public List<PluginInformation> getAvailablePlugins() {
     303        return new LinkedList<PluginInformation>(availablePlugins);
     304    }
    296305
    297306    /**
Note: See TracChangeset for help on using the changeset viewer.