Example usage for javafx.scene.control ComboBox subclass-usage

List of usage examples for javafx.scene.control ComboBox subclass-usage

Introduction

In this page you can find the example usage for javafx.scene.control ComboBox subclass-usage.

Usage

From source file ambroafb.general.countcombobox.CountComboBox.java

/**
 *
 * @author dato
 */
public class CountComboBox extends ComboBox<CountComboBoxItem> {

From source file ambroafb.general.mapeditor.MapEditor.java

/**
 *
 * @author dato
 */
public class MapEditor extends ComboBox<MapEditorElement> {

From source file org.pdfsam.splitbybookmarks.BookmarksLevelComboBox.java

/**
 * Combo box letting the user specify the filesize in the split by size task
 * 
 * @author Andrea Vacondio
 *
 */

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

/**
 * Combo box let the user select the pdf version of the generated output documents
 * 
 * @author Andrea Vacondio
 * 
 */