public class QuerySetViewController extends Object implements javafx.fxml.Initializable
| Constructor and Description |
|---|
QuerySetViewController() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNewQuery(javafx.event.ActionEvent evt) |
void |
copySelectedQuery(javafx.event.ActionEvent evt) |
void |
deleteSelectedQuery(javafx.event.ActionEvent evt) |
void |
exportAnnis3(javafx.event.ActionEvent evt) |
void |
exportCpp(javafx.event.ActionEvent evt) |
void |
filterByCorpusOfQuery(javafx.event.ActionEvent evt) |
void |
initialize(URL url,
ResourceBundle rb)
Initializes the controller class.
|
void |
load(javafx.event.ActionEvent evt) |
void |
loadQueryLog(javafx.event.ActionEvent evt) |
void |
parseJSON(javafx.event.ActionEvent evt) |
public void initialize(URL url, ResourceBundle rb)
initialize in interface javafx.fxml.Initializablepublic void filterByCorpusOfQuery(javafx.event.ActionEvent evt)
public void copySelectedQuery(javafx.event.ActionEvent evt)
public void addNewQuery(javafx.event.ActionEvent evt)
public void deleteSelectedQuery(javafx.event.ActionEvent evt)
public void loadQueryLog(javafx.event.ActionEvent evt)
public void load(javafx.event.ActionEvent evt)
public void exportCpp(javafx.event.ActionEvent evt)
public void exportAnnis3(javafx.event.ActionEvent evt)
public void parseJSON(javafx.event.ActionEvent evt)
Copyright © 2017 Thomas Krause. All rights reserved.