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

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

Introduction

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

Usage

From source file org.pdfsam.ui.io.BrowsableField.java

/**
 * {@link ValidableTextField} with attached a browse button to let the user select a file
 * 
 * @author Andrea Vacondio
 * 
 */

From source file org.pdfsam.splitbysize.SplitOptionsPane.java

/**
 * Panel for the Split options
 * 
 * @author Andrea Vacondio
 *
 */

From source file org.pdfsam.ui.dashboard.about.AboutDashboardPane.java

/**
 * Panel displaying PDFsam logo and About panel informations
 * 
 * @author Andrea Vacondio
 * 
 */

From source file org.pdfsam.rotate.RotateOptionsPane.java

/**
 * Panel for the Rotate options
 * 
 * @author Andrea Vacondio
 *
 */

From source file org.pdfsam.extract.ExtractOptionsPane.java

/**
 * Panel for the Extract options
 * 
 * @author Andrea Vacondio
 *
 */

From source file com.playonlinux.ui.impl.javafx.mainwindow.center.ViewApps.java

public class ViewApps extends HBox implements Observer {
    private VBox failurePanel;
    private Button retryButton;
    private List<CenterCategoryDTO> categories;
    private List<CenterItemDTO> centerItems;
    private final SimpleIconListWidget availableInstallerListWidget;

From source file org.pdfsam.ui.module.Footer.java

/**
 * Horizontal buttons panel shown in the footer
 * 
 * @author Andrea Vacondio
 *
 */

From source file com.panemu.tiwulfx.form.BaseControl.java

/**
 * This is a parent class of input controls that designed to be used inside
 * {@link Form}. This class simply wraps the input control in order to add new
 * behavior i.e: required icon, invalid icon, invalid message popup.
 *
 *

From source file com.panemu.tiwulfx.form.BaseListControl.java

/**
 * This is a parent class of input controls that designed to be used inside
 * {@link Form}. This class simply wraps the input control in order to add new
 * behavior i.e: required icon, invalid icon, invalid message popup.
 *
 *