{
for (int sel : av.getColumnSelection().getSelected())
{
+ // TODO: JAL-2001 check if applet has faulty 'REMOVE' selected columns
+ // of
+ // annotation if selection includes hidden columns
anot[sel] = null;
}
}
for (int index : av.getColumnSelection().getSelected())
{
+ // TODO: JAL-2001 - provide a fast method to list visible selected
+ // columns
if (!av.getColumnSelection().isVisible(index))
{
continue;
int avcharWidth = av.getCharWidth(), avcharHeight = av.getCharHeight();
for (int sel : cs.getSelected())
{
+ // TODO: JAL-2001 - provide a fast method to list visible selected in a
+ // given range
if (av.hasHiddenColumns())
{
sel = av.getColumnSelection().findColumnPosition(sel);
for (int sel : cs.getSelected())
{
+ // TODO: JAL-2001 - provide a fast method to list visible selected in a
+ // given range
+
if (av.hasHiddenColumns())
{
if (cs.isVisible(sel))