class ViewExtractorPattern.JEditorPaneTextSelector
extends java.lang.Thread
Modifier and Type | Field and Description |
---|---|
(package private) javax.swing.JEditorPane |
editorPane |
(package private) int |
selectionEnd |
(package private) int |
selectionStart |
(package private) java.lang.String |
text |
Constructor and Description |
---|
JEditorPaneTextSelector(javax.swing.JEditorPane editorPane,
java.lang.String newText,
int selectionStart,
int selectionEnd) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
javax.swing.JEditorPane editorPane
int selectionStart
int selectionEnd
java.lang.String text