List of usage examples for javafx.fxml Initializable interface-usage
From source file com.ggvaidya.scinames.ui.DataReconciliatorController.java
/**
* FXML Controller class for a data reconciliator, which provides different streams
* of recognized names, name clusters and from within the system
*
* @author Gaurav Vaidya <gaurav@ggvaidya.com>
*/
From source file jp.ac.tohoku.ecei.sb.metabolome.lims.gui.MainWindowController.java
/**
* MetabolomeLIMS
* Copyright (C) 2015 Yasunobu OKAMURA
* Created at 2015/08/27.
*/
@Slf4j
From source file ubicrypt.ui.ctrl.HomeController.java
public class HomeController implements Initializable, ApplicationContextAware { private static final Logger log = getLogger(HomeController.class); private final Set<ProgressFile> filesInProgress = ConcurrentHashMap.newKeySet(); @Inject LocalConfig localConfig; @Inject
From source file investiagenofx2.view.InvestiaGenOFXController.java
/** * FXML Controller class * * @author Pierre */ public class InvestiaGenOFXController implements Initializable {
From source file mesclasses.view.JourneeController.java
/** * FXML Controller class * * @author rrrt3491 */ public class JourneeController extends PageController implements Initializable {
From source file acmi.l2.clientmod.xdat.Controller.java
public class Controller implements Initializable { private static final Logger log = Logger.getLogger(Controller.class.getName()); private XdatEditor editor; private ResourceBundle interfaceResources;
From source file caillou.company.clonemanager.gui.customComponent.results.ResultController.java
/** * * @author pierre */ @Component public class ResultController implements Initializable {
From source file com.ggvaidya.scinames.complexquery.ComplexQueryViewController.java
/**
* A ComplexQueryView is like a TabularDataView: it does a lot of the work,
* so you don't have to. A complex query consists of a query in a text area,
* which is a serialization of the query. A button can be used to call up a
* list of available commands.
*
From source file open.dolphin.client.MainWindowController.java
/** * MainWindow FXML Controller class * * @author Chikara Fujihira <fujihirach@sandi.co.jp> */ public class MainWindowController implements Initializable {
From source file com.mycompany.trafficimportfileconverter2.Main2Controller.java
/** * FXML Controller class * * @author Paul */ public class Main2Controller implements Initializable {