Class StreamPaneView


  • class StreamPaneView
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.swing.JPanel contentPanel  
    • Constructor Summary

      Constructors 
      Constructor Description
      StreamPaneView()
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JPanel getStreamPanel()  
      (package private) void showStreamImage​(java.awt.image.BufferedImage image)
      This shows the stream as image.
      (package private) void showStreamText​(javax.swing.text.StyledDocument document, ToolTipController toolTipController)
      This shows the stream in text for any of it's filtered or unfiltered version.
      • Methods inherited from class java.lang.Object

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

      • contentPanel

        private final javax.swing.JPanel contentPanel
    • Constructor Detail

      • StreamPaneView

        StreamPaneView()
        Constructor.
    • Method Detail

      • showStreamText

        void showStreamText​(javax.swing.text.StyledDocument document,
                            ToolTipController toolTipController)
        This shows the stream in text for any of it's filtered or unfiltered version.
        Parameters:
        document - StyledDocument instance that holds the text.
        toolTipController - ToolTipController instance.
      • showStreamImage

        void showStreamImage​(java.awt.image.BufferedImage image)
        This shows the stream as image.
        Parameters:
        image - BufferedImage instance that holds the text.
      • getStreamPanel

        public javax.swing.JPanel getStreamPanel()