/*- * Copyright (c) 2001, 2020 Oracle and/or its affiliates. All rights reserved. * * See the file LICENSE for license information. * * $Id$ */ package db_gui.datapage; import com.sleepycat.db.DatabaseType; import java.io.ByteArrayInputStream; import java.io.InputStream; import java.net.URL; import java.nio.charset.StandardCharsets; import java.util.ResourceBundle; import javafx.fxml.FXML; import javafx.scene.control.TextArea; import db_gui.BDBInitializable; /** * The root controller for the Data Access Page. It implements the feedback * box and constructs the Data Access page based on the database type and * whether the Environment is transactional or not. */ public class DataAccessController extends BDBInitializable { @FXML private TextArea FeedbackBox; private final boolean transactional; private final DatabaseType type; private String FXMLResource = ""; final static private String FXMLheader = "\n" + "\n" + "\n" + "\n" + "\n" + "\n" + "\n" + "\n" + "\n" + "\n" + " "; final static private String FXMLfooter = "\n" + "