Class EBMessage

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected EBMessage​(java.lang.Object source)
      Creates a new message.
      protected EBMessage​(EBComponent source)
      Creates a new message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getSource()  
      java.lang.String paramString()  
      java.lang.String toString()
      Returns a string representation of this message.
      • Methods inherited from class java.lang.Object

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

      • EBMessage

        protected EBMessage​(java.lang.Object source)
        Creates a new message.
        Parameters:
        source - The message source
        Since:
        jEdit 4.2pre1
      • EBMessage

        protected EBMessage​(EBComponent source)
        Creates a new message.
        Parameters:
        source - The message source
    • Method Detail

      • getSource

        public java.lang.Object getSource()
        Returns:
        the sender of this message.
        Since:
        jEdit 4.2pre1
      • toString

        public java.lang.String toString()
        Returns a string representation of this message.
        Overrides:
        toString in class java.lang.Object
      • paramString

        public java.lang.String paramString()
        Returns:
        a string representation of this message's parameters.