Example usage for javafx.scene.layout BorderPane subclass-usage

List of usage examples for javafx.scene.layout BorderPane subclass-usage

Introduction

In this page you can find the example usage for javafx.scene.layout BorderPane subclass-usage.

Usage

From source file ijfx.ui.widgets.PluginInfoPane.java

/**
 *
 * @author Cyril MONGIS
 */
public class PluginInfoPane extends BorderPane {

From source file com.bdb.weather.display.preferences.ColorPreferencePanel.java

public class ColorPreferencePanel extends BorderPane implements Changeable {

    private class ColorPreferenceEntry {
        public String preferenceName;
        public ColorPicker button;
        public int row;

From source file org.beryx.viewreka.fxapp.ProjectBasicInfo.java

/**
 * The for used to retrieve the name and the home directory of a new project.
 */
public class ProjectBasicInfo extends BorderPane implements FXMLNode, FxPropsAwareWindow {
    private static final Logger log = LoggerFactory.getLogger(ProjectBasicInfo.class);

From source file com.bdb.weather.display.freeplot.FreePlot.java

/**
 * A JPanel that contains a Free plot. A free plot is one where any value can be displayed
 * over time.
 * 
 * @author Bruce
 *

From source file com.bdb.weather.display.current.Barometer.java

/**
 * A gauge for displaying barometric pressure
 * 
 * @author Bruce
 * 
 */

From source file org.beryx.viewreka.fxapp.BundleChooser.java

/**
 * The dialog used to choose Viewreka bundles.
 */
public class BundleChooser extends BorderPane implements FXMLNode, FxPropsAwareWindow {
    private static final Logger log = LoggerFactory.getLogger(BundleChooser.class);

From source file com.bdb.weather.display.RainPlot.java

/**
 * Panel to display historical  rain.
 * 
 * @author Bruce
 *
 */

From source file com.bdb.weather.display.current.WindGauge.java

/**
 * Gauge for display wind speed, wind gusts and direction.
 * 
 * @author Bruce
 * 
 */

From source file org.sleuthkit.autopsy.timeline.ui.detailview.tree.EventsTree.java

/**
 * Shows all EventBundles from the assigned DetailViewPane in a
 * tree organized by type and then description. Hidden bundles are shown grayed
 * out. Right clicking on a item in the tree shows a context menu to show/hide
 * it.
 */

From source file ijfx.ui.filter.DefaultNumberFilter.java

/**
 *
 * @author Cyril MONGIS, 2016
 */
public class DefaultNumberFilter extends BorderPane implements NumberFilter {