List of usage examples for javafx.scene.layout VBox subclass-usage
From source file com.panemu.tiwulfx.control.DetailPanel.java
/** * * @author amrullah */ public class DetailPanel extends VBox implements ObjectExposer {
From source file com.panemu.tiwulfx.form.Form.java
/** * * @author Amrullah <amrullah@panemu.com> */ public class Form<R> extends VBox {
From source file com.fxexperience.previewer.controller.PreviewController.java
public class PreviewController extends VBox { @FXML private ChoiceBox<?> choiceBox; @FXML private ComboBox<?> comboBox;
From source file com.bdb.weather.display.freeplot.SeriesGroupControl.java
/**
* The control that determines the visibility of the series in a Series Collection.
*
* @author Bruce
*
*/
From source file org.pdfsam.ui.dashboard.preference.PreferenceWorkspacePane.java
/**
* Preference pane displaying the workspace section
*
* @author Andrea Vacondio
*
*/
From source file org.pdfsam.splitbybookmarks.SplitOptionsPane.java
/**
* Panel for the Split options
*
* @author Andrea Vacondio
*
*/
From source file org.pdfsam.alternatemix.AlternateMixOptionsPane.java
/**
* Panel for the Alternate Mix options
*
* @author Andrea Vacondio
*
*/
From source file org.pdfsam.ui.news.News.java
/** * Panel showing one piece of news * * @author Andrea Vacondio */ public class News extends VBox {
From source file org.pdfsam.merge.MergeOptionsPane.java
/**
* Panel for the Merge options
*
* @author Andrea Vacondio
*
*/
From source file ninja.eivind.hotsreplayuploader.window.nodes.BattleLobbyNode.java
public class BattleLobbyNode extends VBox implements JavaFXNode { @Autowired private StandaloneBattleLobbyParser parser; @Autowired