All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.datafx.tutorial.Wizard2Controller Maven / Gradle / Ivy

The newest version!
package org.datafx.tutorial;

import org.datafx.controller.FXMLController;

/**
 * This is a view controller for one of the steps in the wizard. All buttons of the action-bar that
 * is shown on each view of the wizard are defined in the AbstractWizardController class. The definition of the
 * actions that are registered to these buttons can be found in the {@link Tutorial4Main} class.
 */
@FXMLController(value="wizard2.fxml", title = "Wizard: Step 2")
public class Wizard2Controller extends AbstractWizardController {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy