|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
org.processmining.plugins.declare.visualizing.JListOutputStream
public class JListOutputStream
Title: DECLARE
Description:
Copyright: Copyright (c) 2006
Company: TU/e
Constructor Summary | |
---|---|
JListOutputStream(javax.swing.JList list)
|
Method Summary | |
---|---|
void |
flush()
|
void |
write(int b)
Writes the specified byte to this output stream. |
Methods inherited from class java.io.OutputStream |
---|
close, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JListOutputStream(javax.swing.JList list)
Method Detail |
---|
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
b
- the byte
.
java.io.IOException
- if an I/O error occurs. In particular, an
IOException
may be thrown if the output stream
has been closed.public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |