Returns the selected String. @return the currently selected String
()
| 101 | * @return the currently selected String |
| 102 | */ |
| 103 | @Override |
| 104 | public String toString() { |
| 105 | return items[selected]; |
| 106 | } |
| 107 | |
| 108 | /** |
| 109 | * Returns an ObjectLoader to save and load data for this class. |
no outgoing calls
no test coverage detected