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 org.beryx.viewreka.fxapp.Viewreka.java

/**
 * The main pane of a Viewreka GUI.
 */
public class Viewreka extends BorderPane implements FXMLNode, ClassLoaderManager, FxGui {
    private static final Logger log = LoggerFactory.getLogger(Viewreka.class);

From source file org.sleuthkit.autopsy.imageanalyzer.gui.GroupPane.java

/**
 * A GroupPane displays the contents of a {@link DrawableGroup}. It support both a
 * {@link  TilePane} based view and a {@link  SlideShowView} view by swapping out
 * its internal components.
 *
 * TODO: review for synchronization issues. TODO: Extract the The TilePane

From source file org.sleuthkit.autopsy.imagegallery.gui.GroupPane.java

/**
 * A GroupPane displays the contents of a {@link DrawableGroup}. It supports
 * both a {@link  GridView} based view and a {@link  SlideShowView} view by
 * swapping out its internal components.
 *
 *

From source file org.sleuthkit.autopsy.imagegallery.gui.drawableviews.GroupPane.java

/**
 * A GroupPane displays the contents of a {@link DrawableGroup}. It supports
 * both a {@link  GridView} based view and a {@link  SlideShowView} view by
 * swapping out its internal components.
 *
 *