public class GraphListElement
extends java.lang.Object
Constructor and Description |
---|
GraphListElement(java.io.File file)
Creates an instance with the given file
|
GraphListElement(java.io.File file,
FileFormat format) |
GraphListElement(java.lang.String filename) |
GraphListElement(java.lang.String filename,
FileFormat format)
Creates an instance and creates a File using the given filename
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.io.File |
getFile()
Returns the graph file
|
FileFormat |
getFormat() |
javax.swing.JComboBox |
getFormatChooser() |
void |
setFormat(FileFormat format) |
java.lang.String |
toString() |
public GraphListElement(java.io.File file)
public GraphListElement(java.io.File file, FileFormat format)
public GraphListElement(java.lang.String filename, FileFormat format)
public GraphListElement(java.lang.String filename)
public java.io.File getFile()
public FileFormat getFormat()
public void setFormat(FileFormat format)
public javax.swing.JComboBox getFormatChooser()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object