Class RegisterOutput


  • public class RegisterOutput
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RegisterOutput()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addOutput​(java.io.OutputStream o)  
      void addOutput​(java.util.logging.Logger l)  
      void addOutput​(javax.swing.JTextPane p)  
      java.util.logging.Logger getLogger()  
      java.io.OutputStream getOutput()  
      javax.swing.JTextPane getPane()  
      void println​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • RegisterOutput

        public RegisterOutput()
    • Method Detail

      • addOutput

        public void addOutput​(java.util.logging.Logger l)
      • addOutput

        public void addOutput​(java.io.OutputStream o)
      • addOutput

        public void addOutput​(javax.swing.JTextPane p)
      • getLogger

        public java.util.logging.Logger getLogger()
      • getOutput

        public java.io.OutputStream getOutput()
      • getPane

        public javax.swing.JTextPane getPane()
      • println

        public void println​(java.lang.String s)