Removing these QuillDriver leftovers. They're still in the CSV Attic,
if anyone needs them.
|
@ -1,33 +0,0 @@
|
||||||
package org.thdl.quilldriver;
|
|
||||||
|
|
||||||
import org.jdom.Document;
|
|
||||||
import org.thdl.tib.input.DuffPane;
|
|
||||||
|
|
||||||
public class TranscriptMediator {
|
|
||||||
private Document xml;
|
|
||||||
private DuffPane pane;
|
|
||||||
Properties nodeAbbreviations;
|
|
||||||
Properties globalProperties;
|
|
||||||
|
|
||||||
public TranscriptMediator(Document xmlDoc, DuffPane duffPane) {
|
|
||||||
xml = xmlDoc;
|
|
||||||
pane = duffPane;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public DuffPane getPane() {
|
|
||||||
return pane;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Document getXML() {
|
|
||||||
return xml;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Object getNodeAtPosition(int position) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
Before Width: | Height: | Size: 774 B |
Before Width: | Height: | Size: 992 B |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 854 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 921 B |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 948 B |
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 1.2 KiB |