Selection.SelectionEvent, Selection.SelectionVisitor| Constructor and Description |
|---|
ComplexSelection() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Selection.SelectionVisitor visitor) |
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, removeSelectionListenerclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic int getFirstRow()
getFirstRow in class Selectionpublic int getLastRow()
getLastRow in class Selectionpublic int getFirstColumn()
getFirstColumn in class Selectionpublic int getLastColumn()
getLastColumn in class Selectionpublic 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 Selectionpublic void accept(Selection.SelectionVisitor visitor)
Copyright © 2021. All Rights Reserved.