Skip navigation links
A C G I M N O P S V 

A

AbstractStepController - Class in com.me.stepControllers
 
AbstractStepController() - Constructor for class com.me.stepControllers.AbstractStepController
 
addListener(StepListener) - Method in class com.me.step.Step
 

C

com.me - package com.me
 
com.me.step - package com.me.step
 
com.me.stepControllers - package com.me.stepControllers
 
create(String, int, Step) - Static method in class com.me.step.Step
 

G

getById(String) - Static method in class com.me.StageManager
Gets a Node by its ID in the scene.
getNode() - Method in class com.me.step.Step
 
getNr() - Method in class com.me.step.Step
 
getPathToFxml() - Method in class com.me.step.Step
 
getStage() - Static method in class com.me.StageManager
 
getStepController(int) - Static method in class com.me.stepControllers.StepControllerFactory
 

I

isFirst() - Method in class com.me.step.Step
 
isLast() - Method in class com.me.step.Step
 

M

Main - Class in com.me
 
Main() - Constructor for class com.me.Main
 
main(String[]) - Static method in class com.me.Main
 

N

newStepEvent(Step, StepEvent) - Method in interface com.me.step.StepListener
 
newStepEvent(Step, StepEvent) - Method in class com.me.stepControllers.Step1Controller
 
newStepEvent(Step, StepEvent) - Method in class com.me.stepControllers.Step2Controller
 
newStepEvent(Step, StepEvent) - Method in class com.me.stepControllers.Step3Controller
 
newStepEvent(Step, StepEvent) - Method in class com.me.stepControllers.Step4Controller
 
next() - Method in class com.me.step.Step
 

O

onNextStepBtnClick(ActionEvent) - Method in class com.me.stepControllers.StepsFrameController
 
onPrevStepBtnClick(ActionEvent) - Method in class com.me.stepControllers.StepsFrameController
 
onStepBtnClick(ActionEvent) - Method in class com.me.stepControllers.StepsFrameController
 

P

prev() - Method in class com.me.step.Step
 

S

setNext(Step) - Method in class com.me.step.Step
 
setStage(Stage) - Static method in class com.me.StageManager
 
setStep(Step) - Method in class com.me.stepControllers.Step1Controller
 
setStep(Step) - Method in class com.me.stepControllers.Step2Controller
 
setStep(Step) - Method in class com.me.stepControllers.Step3Controller
 
setStep(Step) - Method in class com.me.stepControllers.Step4Controller
 
setStep(Step) - Method in interface com.me.stepControllers.StepController
 
showFirstStep() - Method in class com.me.stepControllers.StepsFrameController
 
StageManager - Class in com.me
Manages acces to the JavaFx Scene.
start(Stage) - Method in class com.me.Main
 
Step - Class in com.me.step
A GUI element that guides the user to perform a generic step in a workflow.
Step1Controller - Class in com.me.stepControllers
 
Step1Controller() - Constructor for class com.me.stepControllers.Step1Controller
 
Step2Controller - Class in com.me.stepControllers
 
Step2Controller() - Constructor for class com.me.stepControllers.Step2Controller
 
Step3Controller - Class in com.me.stepControllers
 
Step3Controller() - Constructor for class com.me.stepControllers.Step3Controller
 
Step4Controller - Class in com.me.stepControllers
 
Step4Controller() - Constructor for class com.me.stepControllers.Step4Controller
 
StepController - Interface in com.me.stepControllers
 
StepControllerFactory - Class in com.me.stepControllers
 
StepControllerFactory() - Constructor for class com.me.stepControllers.StepControllerFactory
 
StepEvent - Enum in com.me.step
A step event is something that happens to a Step.
StepListener - Interface in com.me.step
Listeners get informed about different StepEvents related to Steps.
STEPS_DIR - Static variable in class com.me.stepControllers.StepsFrameController
All FXML files describing the steps live here.
StepsFrameController - Class in com.me.stepControllers
 
StepsFrameController() - Constructor for class com.me.stepControllers.StepsFrameController
 

V

valueOf(String) - Static method in enum com.me.step.StepEvent
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.me.step.StepEvent
Returns an array containing the constants of this enum type, in the order they are declared.
A C G I M N O P S V 
Skip navigation links