public class DataSetResultRenderer extends Object implements ResultRenderer<DataSetResult>
DataSetResults in the JavaFX GUI. This renderer uses a ListView for displaying the lines
(i.e., sequences and annotation, FastA) of the DataSetResult for efficiency.| Modifier and Type | Method and Description |
|---|---|
static void |
register()
Registers this
ResultRenderer for class DataSetResult. |
Node |
render(DataSetResult result,
Pane parent)
|
public static void register()
ResultRenderer for class DataSetResult.public Node render(DataSetResult result, Pane parent)
ResultRendererNode assuming that the returned node is later added to the given Pane.render in interface ResultRenderer<DataSetResult>result - the resultparent - the containing pane