Package com.calebleavell.textinterface
Class TextApplication.Builder
java.lang.Object
com.calebleavell.textinterface.scenes.GenericScene.Builder<TextApplication.Builder>
com.calebleavell.textinterface.TextApplication.Builder
- Enclosing class:
TextApplication
Builder class
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder()
Constructor It takes no arguments, but it sets the name in the Builder of the super class to "root" -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Initializes a new object of the class that the implementation is contained in
-
Constructor Details
-
Builder
public Builder()Constructor It takes no arguments, but it sets the name in the Builder of the super class to "root"
-
-
Method Details
-
home
- Parameters:
home
- The first scene to run- Returns:
- self
-
build
Description copied from class:GenericScene.Builder
Initializes a new object of the class that the implementation is contained in- Specified by:
build
in classGenericScene.Builder<TextApplication.Builder>
- Returns:
- the new TextApplication
-