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

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

public class TextContentHolder
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 surrogate's content.

Author:
John Bradley
See Also:
MapContentHolder

Constructor Summary
TextContentHolder(NoteLucened myObject)
           
 
Method Summary
 NoteLucened getObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextContentHolder

public TextContentHolder(NoteLucened myObject)
Method Detail

getObject

public NoteLucened getObject()