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.BuilderInitializes a new object of the class that the implementation is contained in- Specified by:
buildin classGenericScene.Builder<TextApplication.Builder>- Returns:
- the new TextApplication
-