Class WizardPageProfiles

java.lang.Object
org.prelle.javafx.WizardPage
de.rpgframework.jfx.wizard.WizardPageProfiles
All Implemented Interfaces:
org.prelle.javafx.IEnterLeavable<org.prelle.javafx.WizardPage>, org.prelle.javafx.ResponsiveControl

public class WizardPageProfiles extends org.prelle.javafx.WizardPage
  • Property Summary

    Properties inherited from class org.prelle.javafx.WizardPage

    active, backContent, backHeader, content, onEnterAction, onEnterLeave, onExtraActionHandler, title
  • Field Summary

    Fields inherited from class org.prelle.javafx.WizardPage

    wizard
  • Constructor Summary

    Constructors
    Constructor
    Description
    WizardPageProfiles(org.prelle.javafx.Wizard wizard, CharacterGenerator charGen)
     
  • Method Summary

    Methods inherited from class org.prelle.javafx.WizardPage

    activeProperty, backContentProperty, backHeaderProperty, beforeLeaving, contentProperty, getBackContent, getBackHeader, getContent, getExtraButtons, getOnEnterAction, getOnExtraActionHandler, getOnLeaveAction, getState, getTitle, getWizard, isActive, onEnterActionProperty, onEnterLeaveProperty, onExtraActionHandlerProperty, pageLeft, pageVisited, setActive, setBackContent, setBackHeader, setContent, setOnEnterAction, setOnExtraActionHandler, setOnLeaveAction, setResponsiveMode, setTitle, setWizard, titleProperty

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WizardPageProfiles

      public WizardPageProfiles(org.prelle.javafx.Wizard wizard, CharacterGenerator charGen)