public abstract class FOProcessorBase extends Object implements FOProcessor
FOProcessor
s. Provides default implementations
for setPreferences(com.xmlmind.util.Preferences)
, getPreferences()
and
getPreferencesSheet()
.Modifier and Type | Field and Description |
---|---|
protected Preferences |
preferences |
Constructor and Description |
---|
FOProcessorBase() |
Modifier and Type | Method and Description |
---|---|
Preferences |
getPreferences()
Returns the object where to read and write user preferences.
|
PreferencesSheet |
getPreferencesSheet()
Returns a newly created preferences sheet which can be used to
edit the user preferences related to this plug-in.
|
void |
setPreferences(Preferences preferences)
Invoked by the environment hosting the plug-in to specify to this
plug-in the object where to read and write user preferences.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getName, processFO
protected Preferences preferences
public void setPreferences(Preferences preferences)
FOProcessor
setPreferences
in interface FOProcessor
public Preferences getPreferences()
FOProcessor
null
unless FOProcessor.setPreferences(com.xmlmind.util.Preferences)
has been invoked by
the environment hosting the plug-in (that is, XMLmind XML Editor).getPreferences
in interface FOProcessor
public PreferencesSheet getPreferencesSheet()
null
.getPreferencesSheet
in interface FOProcessor
null