Protected
cursorProtected
isProtected
modeProtected
pageProtected
runProtected
runProtected
runProtected
sceneTakes input from the user to perform a desired action.
Button object to be processed Button.CANCEL - removes all containers related to RunInfo and returns the user to Run History Button.CYCLE_FORM, Button.CYCLE_SHINY, Button.CYCLE_ABILITY - runs the function buttonCycleOption()
Protected
set
Some variables are protected because this UI class will most likely be extended in the future to display more information. These variables will most likely be shared across 'classes' aka pages. I believe that it is possible that the contents/methods of the first page will be placed in their own class that is an extension of RunInfoUiHandler as more pages are added. For now, I leave as is.