Mercurial > hg > digilib-old
view servlet/src/digilib/io/MetadataMap.java @ 742:2b6d3ef57d68 jquery
fixed problem with setmark, zoomarea and zoomDrag handlers.
added mark buttons and removed fwd and back from embedded set.
| author | robcast |
|---|---|
| date | Wed, 02 Feb 2011 21:11:50 +0100 |
| parents | 9cedd170b581 |
| children | 73e041c710d3 |
line wrap: on
line source
/** * */ package digilib.io; import java.util.HashMap; /** Map for metadata related to files. * @author casties * */ public class MetadataMap extends HashMap<String, String> { }
