|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Thread
org.objectweb.cjdbc.console.gui.threads.GuiParsingThread
This class defines a GuiParsingThread
| Field Summary | |
private javax.swing.JTextPane |
outputPane
|
private javax.swing.JTextPane |
xmlTextPane
|
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
GuiParsingThread(javax.swing.JTextPane xmlTextPane)
Creates a new GuiParsingThread.java object |
|
| Method Summary | |
void |
caretUpdate(javax.swing.event.CaretEvent e)
|
void |
keyPressed(java.awt.event.KeyEvent e)
|
void |
keyReleased(java.awt.event.KeyEvent e)
|
void |
keyTyped(java.awt.event.KeyEvent e)
|
void |
run()
|
void |
setOutputPane(javax.swing.JTextPane rightPane)
Set the output panel for this parsing thread |
| 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 |
private javax.swing.JTextPane xmlTextPane
private javax.swing.JTextPane outputPane
| Constructor Detail |
public GuiParsingThread(javax.swing.JTextPane xmlTextPane)
GuiParsingThread.java object
xmlTextPane - panel that contains the xml to parse| Method Detail |
public void run()
run in interface java.lang.RunnableRunnable.run()public void keyPressed(java.awt.event.KeyEvent e)
keyPressed in interface java.awt.event.KeyListenerKeyListener.keyPressed(java.awt.event.KeyEvent)public void keyReleased(java.awt.event.KeyEvent e)
keyReleased in interface java.awt.event.KeyListenerKeyListener.keyReleased(java.awt.event.KeyEvent)public void keyTyped(java.awt.event.KeyEvent e)
keyTyped in interface java.awt.event.KeyListenerKeyListener.keyTyped(java.awt.event.KeyEvent)public void setOutputPane(javax.swing.JTextPane rightPane)
rightPane - the pane to display the outputpublic void caretUpdate(javax.swing.event.CaretEvent e)
caretUpdate in interface javax.swing.event.CaretListenerCaretListener.caretUpdate(javax.swing.event.CaretEvent)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||