Class GameFragmentDirections.OpenScaleDialog
- java.lang.Object
-
- edu.cnm.deepdive.scalescroller.controller.GameFragmentDirections.OpenScaleDialog
-
- All Implemented Interfaces:
NavDirections
- Enclosing class:
- GameFragmentDirections
public static class GameFragmentDirections.OpenScaleDialog extends Object implements NavDirections
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
int
getActionId()
Bundle
getArguments()
String
getMode()
String
getNotes()
String
getTonic()
int
hashCode()
GameFragmentDirections.OpenScaleDialog
setMode(String mode)
GameFragmentDirections.OpenScaleDialog
setNotes(String notes)
GameFragmentDirections.OpenScaleDialog
setTonic(String tonic)
String
toString()
-
-
-
Method Detail
-
setTonic
@NonNull public GameFragmentDirections.OpenScaleDialog setTonic(@NonNull String tonic)
-
setMode
@NonNull public GameFragmentDirections.OpenScaleDialog setMode(@NonNull String mode)
-
setNotes
@NonNull public GameFragmentDirections.OpenScaleDialog setNotes(@NonNull String notes)
-
getArguments
@NonNull public Bundle getArguments()
- Specified by:
getArguments
in interfaceNavDirections
-
getActionId
public int getActionId()
- Specified by:
getActionId
in interfaceNavDirections
-
-