inpro.incremental.sink
Class InstallmentHistoryViewer
java.lang.Object
inpro.incremental.PushBuffer
inpro.incremental.sink.InstallmentHistoryViewer
- All Implemented Interfaces:
- edu.cmu.sphinx.instrumentation.Resetable, edu.cmu.sphinx.util.props.Configurable
public class InstallmentHistoryViewer
- extends PushBuffer
Method Summary |
void |
hypChange(java.util.Collection<? extends IU> ius,
java.util.List<? extends EditMessage<? extends IU>> edits)
this should receive a list of current IUs and
a list of edit messages since the last call to hypChange |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
htmlPane
javax.swing.JEditorPane htmlPane
visibleLines
private static final int visibleLines
- See Also:
- Constant Field Values
InstallmentHistoryViewer
public InstallmentHistoryViewer()
hypChange
public void hypChange(java.util.Collection<? extends IU> ius,
java.util.List<? extends EditMessage<? extends IU>> edits)
- Description copied from class:
PushBuffer
- this should receive a list of current IUs and
a list of edit messages since the last call to hypChange
- Specified by:
hypChange
in class PushBuffer
- Parameters:
ius
- while this is a (plain) collection, the collection's iterator()
method must ensure a sensible ordering of the returned elements.
For now we have only used Lists (which are ordered),
but a Tree of IUs should also be possible and this should gracefully
work together with processors that expect listsedits
- a list of edits since the last call to hypChange
main
public static void main(java.lang.String[] args)