|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LoadFailedException | |
| quoggles | |
| quoggles.auxiliary | |
| Uses of LoadFailedException in quoggles |
| Methods in quoggles that throw LoadFailedException | |
void |
QMain.loadQuery()
|
void |
QGraph.setQueryGraph(org.graffiti.graph.Graph qGraph)
Set a new query graph. |
private void |
QGraph.updateQueryGraph(org.graffiti.graph.Graph newQueryGraph)
Add boxes etc. according to given graph. |
org.graffiti.graph.Graph |
QAuxiliary.loadQuery()
Load a query from a file. |
| Uses of LoadFailedException in quoggles.auxiliary |
| Methods in quoggles.auxiliary that throw LoadFailedException | |
static org.graffiti.util.Pair |
FileUtil.getQueryFromSomeFile()
Calls getQueryFromSomeFile(true). |
static org.graffiti.util.Pair |
FileUtil.getQueryFromSomeFile(boolean useGraphic)
Displays a file chooser dialog. |
static org.graffiti.graph.Graph |
FileUtil.getQueryFromFile(java.io.File loadFile)
Calls getQueryFromFile(true). |
static org.graffiti.graph.Graph |
FileUtil.getQueryFromFile(java.io.File loadFile,
boolean useGraphic)
The given file should contain a graph in GML format with the nodes having attributes that specify boxes (in XML). |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||