public class BiblioList extends Object implements XMLize, OpenHelper, GraphListener<GraphModel<?,?>>
Constructor and Description |
---|
BiblioList(Graph<?,?> graph,
boolean parsing) |
Modifier and Type | Method and Description |
---|---|
void |
add(String proto,
String value)
Create a new link.
|
protected void |
addFile() |
void |
addFile(String fileName) |
void |
addLinkToCurRef(String proto,
String value) |
void |
addMissingRefWarning(String value) |
void |
addRef(String key) |
String |
getLink(String proto,
String value)
Create a standard link for this protocol-based link.
|
GraphEventCascade |
graphChanged(GraphModel<?,?> g,
GraphChangeType type,
Object data) |
boolean |
open(String proto,
String value)
Open a link.
|
void |
removeFile(String fileName) |
void |
setKey(String key) |
void |
toXML(XMLWriter out)
write the XML representation of this object to a file
|
public BiblioList(Graph<?,?> graph, boolean parsing)
public void toXML(XMLWriter out) throws IOException
XMLize
toXML
in interface XMLize
IOException
public void addRef(String key)
public void setKey(String key)
public void add(String proto, String value)
OpenHelper
add
in interface OpenHelper
protected void addFile()
public boolean open(String proto, String value)
OpenHelper
open
in interface OpenHelper
public void addMissingRefWarning(String value)
public String getLink(String proto, String value)
OpenHelper
getLink
in interface OpenHelper
public void addFile(String fileName)
public void removeFile(String fileName)
public GraphEventCascade graphChanged(GraphModel<?,?> g, GraphChangeType type, Object data)
graphChanged
in interface GraphListener<GraphModel<?,?>>
Copyright © 2005–2020. All rights reserved.