osdep.console
Interface IChoiceDescription<T>


public interface IChoiceDescription<T>

Gives the description for the selected entry in the list

Author:
SHZ Mar 17, 2008

Method Summary
 java.lang.String getLongDescription(int choiceIndex, T entry)
           
 java.lang.String getShortDescription(int choiceIndex, T entry)
           
 java.lang.String getTitle()
           
 

Method Detail

getShortDescription

java.lang.String getShortDescription(int choiceIndex,
                                     T entry)

getLongDescription

java.lang.String getLongDescription(int choiceIndex,
                                    T entry)

getTitle

java.lang.String getTitle()