Class CDARichHyperLink

    • Constructor Summary

      Constructors 
      Constructor Description
      CDARichHyperLink​(java.lang.Object target)
      Create a new hyper link.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getData()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CDARichHyperLink

        public CDARichHyperLink​(java.lang.Object target)
        Create a new hyper link.
        Parameters:
        target - point to the target.
    • Method Detail

      • getData

        public java.lang.Object getData()
        Returns:
        the target this link points to.