Class Transmission.Status

  • Enclosing class:
    Transmission

    public static class Transmission.Status
    extends java.lang.Object
    Describes the status of a transmission in terms that can be presented in the GUI.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.Icon getIcon​(int height)
      Returns a little icon representing status.
      java.lang.String getText()
      Returns the text for this status.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • getText

        public java.lang.String getText()
        Returns the text for this status.
        Returns:
        short summmary
      • getIcon

        public javax.swing.Icon getIcon​(int height)
        Returns a little icon representing status.
        Parameters:
        height - required height of icon
        Returns:
        icon
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object