List of usage examples for javafx.fxml Initializable interface-usage
From source file retsys.client.controller.VendorController.java
/** * FXML Controller class * * @author Muthu */ public class VendorController extends StandardController implements Initializable {
From source file jlotoprint.MainViewController.java
/** * * @author Marcel.Barbosa */ public class MainViewController implements Initializable {
From source file ubicrypt.ui.ctrl.CreateKeyController.java
public class CreateKeyController implements Initializable, Consumer<HostServices> { private static final Logger log = getLogger(CreateKeyController.class); @FXML PasswordField pwd; @FXML PasswordField pwd2;
From source file gndata.app.ui.metadata.manage.AddRDFInstanceCtrl.java
/** * Controller for the {@link AddRDFInstanceView} * Provides the logic for adding a new RDF class instance */ public class AddRDFInstanceCtrl extends DialogCtrl implements Initializable {
From source file account.management.controller.inventory.SellReportController.java
/** * FXML Controller class * * @author mohar */ public class SellReportController implements Initializable {
From source file account.management.controller.ReportBsController.java
/** * FXML Controller class * * @author mohar */ public class ReportBsController implements Initializable {
From source file account.management.controller.EditAccountController.java
/** * FXML Controller class * * @author Raju */ public class EditAccountController implements Initializable {
From source file ubicrypt.ui.ctrl.ConfirmPKController.java
public class ConfirmPKController implements Initializable, Consumer<PGPPublicKey> { private static final Logger log = getLogger(ConfirmPKController.class); @FXML Label creationDate; @FXML Label algorithm;
From source file analyzer.code.FXMLAnalyzerController.java
/** * * @author tigler */ public class FXMLAnalyzerController implements Initializable {
From source file account.management.controller.inventory.ProductWiseInventoryReportController.java
/** * FXML Controller class * * @author mohar */ public class ProductWiseInventoryReportController implements Initializable {