Package hipp.com.wappedidpadpro2
Class DocumentParser.HighLightTask
java.lang.Object
javax.swing.SwingWorker<java.lang.String,java.lang.Object>
hipp.com.wappedidpadpro2.DocumentParser.HighLightTask
- All Implemented Interfaces:
java.lang.Runnable
,java.util.concurrent.Future<java.lang.String>
,java.util.concurrent.RunnableFuture<java.lang.String>
- Enclosing class:
- DocumentParser
public class DocumentParser.HighLightTask
extends javax.swing.SwingWorker<java.lang.String,java.lang.Object>
this class sets or removes higlights within the textDocument
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HighLightTask(int _what)
-
Method Summary
Modifier and Type Method Description java.lang.String
doInBackground()
protected void
done()
-
Field Details
-
Constructor Details
-
HighLightTask
public HighLightTask(int _what)
-
-
Method Details
-
doInBackground
public java.lang.String doInBackground()- Specified by:
doInBackground
in classjavax.swing.SwingWorker<java.lang.String,java.lang.Object>
-
done
protected void done()- Overrides:
done
in classjavax.swing.SwingWorker<java.lang.String,java.lang.Object>
-