インタフェース
nga.model.SelectableList の使用

SelectableList を使用しているパッケージ
nga.model 普通の ValueObject を画面入出力でちょこっと便利に扱えるようにするためのインターフェースとか。 
 

nga.model での SelectableList の使用
 

SelectableList を実装している nga.model のクラス
 class KeyValueList<K extends Comparable,V>
          key と value を要素とするリスト。
 class SelectableArrayList<E>
          SelectableList を実装した ArrayList。