Class TitleEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String title
      the title of the current document
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      TitleEvent​(Widget widget)
      Constructs a new instance of this class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Returns a string containing a concise, human-readable description of the receiver.
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • title

        public java.lang.String title
        the title of the current document
    • Constructor Detail

      • TitleEvent

        public TitleEvent​(Widget widget)
        Constructs a new instance of this class.
        Parameters:
        widget - the widget that fired the event
        Since:
        3.5
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns a string containing a concise, human-readable description of the receiver.
        Overrides:
        toString in class TypedEvent
        Returns:
        a string representation of the event