|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sequencer | |
---|---|
com.jmw.tzap.filters | |
com.jmw.tzap.sequencers |
Uses of Sequencer in com.jmw.tzap.filters |
---|
Fields in com.jmw.tzap.filters declared as Sequencer | |
---|---|
protected Sequencer |
InsertReferenceFilter.orderer
|
protected Sequencer |
MergeFilter.orderer
The orderer used by this filter |
Methods in com.jmw.tzap.filters with parameters of type Sequencer | |
---|---|
void |
InsertReferenceFilter.add(Sequencer orderer)
Sets the Sequencer. |
void |
MergeFilter.add(Sequencer orderer)
Sets the Sequencer. |
Uses of Sequencer in com.jmw.tzap.sequencers |
---|
Classes in com.jmw.tzap.sequencers that implement Sequencer | |
---|---|
class |
FileNameSequencer
Orders ArrayList of FilterFiles alphabetically based on their file name determined by implmenting classes. |
class |
NumericFileNameSequencer
Orders ArrayList of FilterFiles alphabetically based on a part of their file name delimited by the prefix and suffix attributes |
class |
PartialFileNameSequencer
Orders ArrayList of FilterFiles alphabetically based on a part of their file name delimited by the prefix and suffix attributes |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |