Method | Description | |
---|---|---|
add ( System.Windows.Forms.Command command ) : void | ||
getComboEntry ( String commandDescription ) : int | ||
getComboEntry ( int index ) : int | ||
getCommand ( String commandDescription ) : String | ||
getCommandDescription ( int index ) : String | ||
getGuiTypeFromCommand ( String command ) : int | ||
getGuiTypeFromDescription ( String commandDescription ) : int | ||
getParameterType ( String commandDescription ) : int | ||
getSelectionIndex ( int index ) : int | ||
getSelectionIndex ( string cmd ) : int | ||
length ( ) : int |
public add ( System.Windows.Forms.Command command ) : void | ||
command | System.Windows.Forms.Command | |
return | void |
public getComboEntry ( String commandDescription ) : int | ||
commandDescription | String | |
return | int |
public getCommand ( String commandDescription ) : String | ||
commandDescription | String | |
return | String |
public getCommandDescription ( int index ) : String | ||
index | int | |
return | String |
public getGuiTypeFromCommand ( String command ) : int | ||
command | String | |
return | int |
public getGuiTypeFromDescription ( String commandDescription ) : int | ||
commandDescription | String | |
return | int |
public getParameterType ( String commandDescription ) : int | ||
commandDescription | String | |
return | int |
public getSelectionIndex ( string cmd ) : int | ||
cmd | string | |
return | int |