List of usage examples for javafx.scene.layout BorderPane subclass-usage
From source file org.sleuthkit.autopsy.timeline.ui.AbstractVisualization.java
/** Abstract base class for {@link Chart} based {@link TimeLineView}s used in
* the main visualization area.
*
* @param <X> the type of data plotted along the x axis
* @param <Y> the type of data plotted along the y axis
* @param <N> the type of nodes used to represent data items
From source file org.sandsoft.acefx.AceEditor.java
/**
* A fully functional self-sufficient code editor based on ACE. <br/><br/>
* <b>Hints</b>:
* <ul>
* <li>To create a new editor: <code>AceEditor.createNew()</code></li>
* <li>To listen to events:
From source file MediaControl.java
class MediaControl extends BorderPane { private MediaPlayer mp; private MediaView mediaView; private final boolean repeat = false; private boolean stopRequested = false; private boolean atEndOfMedia = false;
From source file org.sleuthkit.autopsy.timeline.ui.AbstractVisualizationPane.java
/**
* Abstract base class for {@link Chart} based {@link TimeLineView}s used in the
* main visualization area.
*
* @param <X> the type of data plotted along the x axis
* @param <Y> the type of data plotted along the y axis
From source file org.beryx.viewreka.fxapp.ProjectLibs.java
/** * The dialog used to choose project libraries (jars and vbundles) */ public class ProjectLibs extends BorderPane implements FXMLNode, FxPropsAwareWindow { private static final Logger log = LoggerFactory.getLogger(ProjectLibs.class);
From source file ijfx.ui.plugin.panel.OverlayPanel.java
/** * * @author Cyril MONGIS, 2015 */ @Plugin(type = UiPlugin.class) @UiConfiguration(id = "overlayPanel", localization = Localization.RIGHT, context = "imagej+image-open+overlay-selected")
From source file ijfx.ui.plugin.overlay.OverlayPanel.java
/** * * @author Cyril MONGIS, 2015 */ @Plugin(type = UiPlugin.class) @UiConfiguration(id = "overlayPanel", localization = Localization.RIGHT, context = "imagej+overlay-selected")
From source file de.dkfz.roddy.client.fxuiclient.RoddyUIController.java
/** * Controller implementation for RoddyUI.fxml * This is the JavaFX replacement for the RoddyUI class. */ public class RoddyUIController extends BorderPane implements Initializable, ProjectTreeItemCellListener {
From source file boundary.GraphPane.java
/** * * @author Daniel */ @SuppressWarnings("restriction") public class GraphPane extends BorderPane {
From source file org.sleuthkit.autopsy.timeline.ui.listvew.ListTimeline.java
/** * The inner component that makes up the List view. Manages the TableView. */ class ListTimeline extends BorderPane { private static final Logger LOGGER = Logger.getLogger(ListTimeline.class.getName());