Selection.SelectionEvent
Constructor and Description |
---|
ComplexSelection() |
Modifier and Type | Method and Description |
---|---|
void |
add(Selection sel) |
void |
clear() |
boolean |
equals(Object obj) |
int |
getFirstColumn() |
int |
getFirstRow() |
int |
getLastColumn() |
int |
getLastRow() |
int |
hashCode() |
boolean |
isSelected(int row,
int column) |
Iterator<Selection> |
iterator() |
void |
remove(Selection sel) |
void |
replace(Selection sel) |
addSelectionListener, removeSelectionListener
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public int getFirstRow()
getFirstRow
in class Selection
public int getLastRow()
getLastRow
in class Selection
public int getFirstColumn()
getFirstColumn
in class Selection
public int getLastColumn()
getLastColumn
in class Selection
public void add(Selection sel)
public void remove(Selection sel)
public void replace(Selection sel)
public void clear()
public boolean isSelected(int row, int column)
isSelected
in class Selection
Copyright © 2021. All Rights Reserved.