JAL-2647 Added iterators and associated tests and benchmarks
[jalview.git] / test / jalview / datamodel / HiddenColumnsTest.java
2017-09-26 kiramtJAL-2647 Added iterators and associated tests and bench...
2017-09-22 kiramtJAL-2674 add bounds to findHiddenRegionPositions
2017-09-21 kiramtJAL-2674 Reset tests
2017-09-20 kiramtJAL-2674 fix up interface of locateVisibleBoundsOfSequence
2017-09-20 kiramtJAL-2674 Transferred updated unit tests from first...
2017-06-29 kiramtJAL-2597 Fix and unit test bug/JAL-2597
2017-06-08 kiramtJAL-2591 Refactor HiddenColumns to use ArrayList instea...
2017-06-08 kiramtJAL-2591 More HiddenColumns refactoring. Tests passing.
2017-06-07 kiramtJAL-2591 Further refactoring (still incomplete)
2017-06-07 kiramtJAL-2591 More refactoring (incomplete)
2017-06-07 kiramtJAL-2591 Hidden columns regions can be output to string...
2017-06-07 kiramtJAL-2591 updated HiddenColumns::findHiddenRegionPositio...
2017-06-04 Jim ProcterJAL-2291 get bitset representing hidden columns
2017-06-04 Jim ProcterJAL-2291 method taking a BitSet for hiding columns
2017-04-25 kiramtJAL-2388 Working hidden regions hide/show in desktop
2017-04-24 kiramtJAL-2388 Finished split of hidden columns and selected...
2017-04-24 kiramtJAL-2388 Hidden cols separated from column selection...