|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Thread javax.swing.JEditorPane.PageLoader
Thread to load a stream into the text document model.
Field Summary | |
(package private) Document |
doc
The Document instance to load into. |
(package private) InputStream |
in
The stream to load the document with |
(package private) URL |
old
URL of the old page that was replaced (for the property change event) |
(package private) URL |
page
URL of the page being loaded (for the property change event) |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
(package private) |
JEditorPane.PageLoader(Document doc,
InputStream in,
int priority,
URL old,
URL page)
Construct an asynchronous page loader. |
Method Summary | |
void |
run()
Try to load the document, then scroll the view to the reference (if specified). |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
InputStream in
URL old
URL page
Document doc
Constructor Detail |
JEditorPane.PageLoader(Document doc, InputStream in, int priority, URL old, URL page)
Method Detail |
public void run()
run
in interface Runnable
run
in class Thread
Thread.start()
,
Thread.stop()
,
Thread.Thread(java.lang.ThreadGroup,
java.lang.Runnable, java.lang.String)
,
Runnable.run()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |