OpenCDSS / cdss-lib-common-java

Colorado's Decision Support Systems (CDSS) common library (Java)
GNU General Public License v3.0
0 stars 1 forks source link

AnnotatedCommandJList needs to be updated for generics #44

Open smalers opened 5 years ago

smalers commented 5 years ago

The class and related code needs to be updated for generics. It should be possible to use JList<Command>. The main complication seems to be the prototype value for font sizing because this currently takes a String but should take a Command containing a string. If parameterized, it is not clear how the prototype value would be assigned.