uk.ac.kcl.cch.jb.pliny.model
Class MapContentHolder

java.lang.Object
  extended byuk.ac.kcl.cch.jb.pliny.model.MapContentHolder

public class MapContentHolder
extends Object

a convenience class designed to make GEF MVC modelling for Pliny's resource/annotation area easier -- to represent to GEF the intermediate state between a LinkableObject and the display of its reference area.

Author:
John Bradley
See Also:
TextContentHolder

Constructor Summary
MapContentHolder(LinkableObject myObject)
           
 
Method Summary
 LinkableObject getLinkableObject()
           
 Resource getSurrogate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapContentHolder

public MapContentHolder(LinkableObject myObject)
Method Detail

getSurrogate

public Resource getSurrogate()

getLinkableObject

public LinkableObject getLinkableObject()