Ignore:
Timestamp:
2017-06-02T23:21:03+02:00 (7 years ago)
Author:
michael2402
Message:

Javadoc for public methods / classes in gui.util and gui.widgets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/widgets/OsmPrimitivesTableModel.java

    r8512 r12304  
    66import org.openstreetmap.josm.data.osm.OsmPrimitive;
    77
     8/**
     9 * A table model that displays OSM primitives in it's rows
     10 */
    811public interface OsmPrimitivesTableModel extends TableModel {
    912
     13    /**
     14     * Gets the primitive at a given row index
     15     * @param idx The row
     16     * @return The primitive in that row
     17     */
    1018    OsmPrimitive getReferredPrimitive(int idx);
    1119}
Note: See TracChangeset for help on using the changeset viewer.