C# Class fCraft.ConfigCLI.TextMenu

ファイルを表示 Open project: fragmer/fCraft Class Usage Examples

Public Methods

Method Description
AddSpacer ( ) : void
ShowNumber ( [ prompt, int min, int max ) : int

Private Methods

Method Description
AddOption ( [ newOption ) : TextOption
AddOption ( [ label, [ text ) : TextOption
AddOption ( [ label, [ text, [ tag ) : TextOption
AddOption ( int label, [ text ) : TextOption
AddOption ( int label, [ text, [ tag ) : TextOption
PrintOptions ( ) : void
ResetColor ( ) : void
SetColor ( [ option ) : void
Show ( ) : TextOption
Show ( [ prompt ) : TextOption
ShowYesNo ( [ prompt ) : bool

Method Details

AddSpacer() public method

public AddSpacer ( ) : void
return void

ShowNumber() public static method

public static ShowNumber ( [ prompt, int min, int max ) : int
prompt [
min int
max int
return int