List of usage examples for javafx.fxml Initializable interface-usage
From source file aajavafx.EmployeeController.java
/** * FXML Controller class * * @author Iuliu */ public class EmployeeController implements Initializable {
From source file de.ks.file.FileViewController.java
public class FileViewController implements Initializable, DatasourceCallback<FileContainer<?>> { private static final Logger log = LoggerFactory.getLogger(FileViewController.class); protected final ObservableList<File> files = FXCollections.observableArrayList(); protected final java.awt.Desktop desktop = java.awt.Desktop.getDesktop(); protected final ExecutorService executor = Executors.newCachedThreadPool( new ThreadFactoryBuilder().setDaemon(true).setNameFormat("awt.Desktop-%d").build());
From source file herudi.controller.customerController.java
/** * FXML Controller class * * @author Herudi */ public class customerController implements Initializable {
From source file gmailclientfx.controllers.InboxController.java
/**
* FXML Controller class
*
* @author zeljko94
*/
From source file aajavafx.VisitorScheduleController.java
import org.apache.http.entity.StringEntity; import org.apache.http.impl.client.HttpClientBuilder; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject;
From source file br.com.OCTur.view.InfograficoController.java
/** * FXML Controller class * * @author OCTI01 */ public class InfograficoController implements Initializable {
From source file retsys.client.controller.PurchaseOrderController.java
/** * FXML Controller class * * @author Muthu */ public class PurchaseOrderController extends StandardController implements Initializable {
From source file caillou.company.clonemanager.gui.customComponent.location.LocationController.java
/** * * @author pierre */ @Component @Scope("prototype")
From source file com.ggvaidya.scinames.ui.DatasetImporterController.java
/** * FXML Controller class * * @author Gaurav Vaidya <gaurav@ggvaidya.com> */ public class DatasetImporterController implements Initializable {
From source file com.mycompany.songbitmaven.RecommendationController.java
/** * each one of these controllers should have @FXML methods to go from screen to screen * @author Ashwin */ public class RecommendationController extends ControlledScreen implements Initializable { ScreensController myController;