Class ConsolePanel.TextPaneOutputStream
- java.lang.Object
 - 
- java.io.OutputStream
 - 
- com.inductiveautomation.ignition.designer.gui.tools.ConsolePanel.TextPaneOutputStream
 
 
 
- 
- All Implemented Interfaces:
 java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
- Enclosing class:
 - ConsolePanel
 
protected static class ConsolePanel.TextPaneOutputStream extends java.io.OutputStream 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(byte[] data, int off, int len)voidwrite(int i)voidwrite(java.lang.String s) 
 -