public abstract class DocumentUpdateProcessor extends DocumentProcessor
eclipseGUI
Constructor and Description |
---|
DocumentUpdateProcessor() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(Document doc,
Document prefdoc) |
boolean |
configure(Document doc,
Document prefdoc,
boolean forcePreffered) |
boolean |
configure(Document doc,
java.util.Map<java.lang.String,java.lang.Object> params,
java.io.PrintStream pw)
Provide additional configuration process if needed
|
getCounterMax, getCounterValues, process, setCounterValues, setEncoding, setShowMessages, setWizard, showWizard, toggleShowMessages
public boolean configure(Document doc, java.util.Map<java.lang.String,java.lang.Object> params, java.io.PrintStream pw)
IDocumentProcessor
configure
in interface IDocumentProcessor
configure
in class DocumentProcessor
doc
- document to be processed furtherparams
- map of additional params. Can be provided by guipw
- strem to output some messages, System.out can be used