List of usage examples for javafx.fxml Initializable interface-usage
From source file br.com.OCTur.view.ContigenteController.java
/** * FXML Controller class * * @author OCTI01 */ public class ContigenteController implements Initializable {
From source file ubicrypt.ui.ctrl.providers.GDriveInfoController.java
public class GDriveInfoController implements Initializable, Consumer<Tuple3<GDriveProvider, Consumer<UbiProvider>, ProviderStatus>> { private static final Logger log = getLogger(GDriveInfoController.class); @Inject protected GDriveAuthorizer authorizer; protected StackNavigator navigator;
From source file ubicrypt.ui.ctrl.S3ProviderController.java
public class S3ProviderController implements Initializable { private static final Logger log = getLogger(S3ProviderController.class); private final EventHandler<? super KeyEvent> onKeyPressed; @FXML TextField accessKey; @FXML
From source file ubicrypt.ui.ctrl.SettingsController.java
public class SettingsController implements Initializable { private static final Logger log = getLogger(SettingsController.class); @Autowired @Qualifier("keyPair") PGPKeyPair keyPair;
From source file cz.lbenda.dataman.db.frm.DbConfigFrmController.java
/** Created by Lukas Benda <lbenda @ lbenda.cz> on 11.9.15. * Controller for frame which is use for configure session */ public class DbConfigFrmController implements Initializable { private static Logger LOG = LoggerFactory.getLogger(DbConfigFrmController.class); private static final String FXML_RESOURCE = "DbConfigFrm.fxml";
From source file account.management.controller.expenseVoucherController.java
/** * * @author mohar */ public class expenseVoucherController implements Initializable {
From source file gmailclientfx.controllers.ObrisaneController.java
/** * FXML Controller class * * @author zeljko94 */ public class ObrisaneController implements Initializable {
From source file com.hengyi.japp.print.client.controller.MdController.java
/** * FXML Controller class * * @author jzb */ public class MdController implements Initializable {
From source file account.management.controller.ReportLedgerController.java
/** * FXML Controller class * * @author mohar */ public class ReportLedgerController implements Initializable {
From source file org.ado.biblio.desktop.update.UpdatePresenter.java
/** * @author Andoni del Olmo, * @since 26.01.15 */ public class UpdatePresenter implements Initializable {