public abstract class ConverterPlugIn extends AbstractConverterPlugIn
org.joone.io.StreamInputSynapse
.pluginListeners
Constructor and Description |
---|
ConverterPlugIn()
The default constructor of the ConverterPlugIn.
|
ConverterPlugIn(java.lang.String anAdvancedSerieSelector)
Constructor of the ConverterPlugIn.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isApplyEveryCycle()
Getter for property applyEachCycle.
|
boolean |
newCycle()
This method is called at the start of a new cycle, and
permit to apply the conversion for the components having
the applyEveryCycle property set to true.
|
void |
setApplyEveryCycle(boolean anApplyEveryCycle)
Setter for property applyEachCycle.
|
addPlugIn, addPlugInListener, apply, applyOnColumns, applyOnRows, cascade, check, convert, convertPatterns, dataChanged, fireDataChanged, getAdvancedSerieSelector, getInputVector, getName, getNextPlugIn, getPluginListeners, getSerieIndexNumber, getSerieSelected, getValuePoint, isConnected, removeAllPlugIns, removePlugInListener, setAdvancedSerieSelector, setConnected, setInputVector, setName, setNextPlugin, setNextPlugIn
public ConverterPlugIn()
public ConverterPlugIn(java.lang.String anAdvancedSerieSelector)
anAdvancedSerieSelector
- AbstractConverterPlugIn.AbstractConverterPlugIn(String)
public boolean newCycle()
public boolean isApplyEveryCycle()
public void setApplyEveryCycle(boolean anApplyEveryCycle)
anApplyEachCycle
- New value of property applyEachCycle.Submit Feedback to pmarrone@users.sourceforge.net