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

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

Introduction

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

Usage

From source file com.helegris.szorengeteg.ui.HelpView.java

/**
 * A pane containing a user guide text.
 *
 * @author Timi
 */
public class HelpView extends AnchorPane {

From source file org.apache.cayenne.modeler.layout.AbstractViewLayout.java

public abstract class AbstractViewLayout extends AnchorPane implements LayoutSupport, MainWindowSupport {
    private static final Log LOGGER = LogFactory.getLog(AbstractViewLayout.class);

    private final MainWindowSupport parentLayout;

    protected AbstractViewLayout(final MainWindowSupport parentLayout, final String fxmlPath) throws IOException {

From source file org.apache.cayenne.modeler.layout.AbstractWindowLayout.java

public abstract class AbstractWindowLayout extends AnchorPane implements LayoutSupport {
    private static final Log LOGGER = LogFactory.getLog(AbstractWindowLayout.class);

    private final Stage stage;

    public AbstractWindowLayout(final Stage stage, final String fxmlPath) throws IOException {

From source file context.ui.control.tabular.TabularViewController.java

/**
 * FXML Controller class
 *
 * @author Amirhossein Aleyasen <aleyase2@illinois.edu>
 */
public class TabularViewController extends AnchorPane implements Initializable {

From source file context.ui.control.workflow.WorkflowController.java

/**
 *
 * @author Amirhossein Aleyasen <aleyase2@illinois.edu>
 */
public class WorkflowController extends AnchorPane {

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

/**
 * Shows details of the selected file.
 */
public class MetaDataPane extends AnchorPane implements TagUtils.TagListener, DrawableView {

    private static final Logger LOGGER = Logger.getLogger(MetaDataPane.class.getName());

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

/**
 *
 */
public class MetaDataPane extends AnchorPane
        implements Category.CategoryListener, TagUtils.TagListener, DrawableView {

From source file com.helegris.szorengeteg.ui.forms.TopicFormView.java

/**
 * Topic form base.
 *
 * @author Timi
 */
public abstract class TopicFormView extends AnchorPane {

From source file com.rvantwisk.cnctools.controls.ToolParametersControl.java

/**
 * Created with IntelliJ IDEA.
 * User: rvt
 * Date: 10/10/13
 * Time: 7:44 AM
 * To change this template use File | Settings | File Templates.

From source file com.exalttech.trex.ui.views.importPcap.ImportedPacketTableView.java

/**
 * Imported packet table view implementation
 *
 * @author GeorgeKH
 */
public class ImportedPacketTableView extends AnchorPane {