public final class RelationEvent<R,C> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RelationEvent.Type |
Modifier and Type | Field and Description |
---|---|
static RelationEvent.Type |
ALL_CHANGED |
static RelationEvent.Type |
ANY |
static RelationEvent.Type |
COLUMNS |
static RelationEvent.Type |
COLUMNS_ADDED |
static RelationEvent.Type |
COLUMNS_CLEARED |
static RelationEvent.Type |
COLUMNS_REMOVED |
static RelationEvent.Type |
COLUMNS_SET |
static RelationEvent.Type |
ENTRIES |
static RelationEvent.Type |
ENTRIES_ADDED |
static RelationEvent.Type |
ENTRIES_REMOVED |
static RelationEvent.Type |
ROWS |
static RelationEvent.Type |
ROWS_ADDED |
static RelationEvent.Type |
ROWS_CLEARED |
static RelationEvent.Type |
ROWS_REMOVED |
static RelationEvent.Type |
ROWS_SET |
static RelationEvent.Type |
SELECTION_CHANGED |
Constructor and Description |
---|
RelationEvent(RelationEvent.Type type) |
RelationEvent(RelationEvent.Type type,
Pair<R,R> setRow,
Pair<C,C> setColumn) |
RelationEvent(RelationEvent.Type type,
R row,
C col) |
RelationEvent(RelationEvent.Type type,
Set<Pair<R,R>> setRows,
Set<Pair<C,C>> setColumns) |
RelationEvent(RelationEvent.Type type,
Set<R> rows,
Set<C> columns,
Set<Pair<R,C>> entries) |
Modifier and Type | Method and Description |
---|---|
Set<C> |
getColumns() |
Set<Pair<R,C>> |
getEntries() |
Set<R> |
getRows() |
Set<Pair<C,C>> |
getSetColumns() |
Set<Pair<R,R>> |
getSetRows() |
RelationEvent.Type |
getType() |
public static final RelationEvent.Type ANY
public static final RelationEvent.Type ROWS
public static final RelationEvent.Type ROWS_ADDED
public static final RelationEvent.Type ROWS_SET
public static final RelationEvent.Type ROWS_REMOVED
public static final RelationEvent.Type ROWS_CLEARED
public static final RelationEvent.Type COLUMNS
public static final RelationEvent.Type COLUMNS_ADDED
public static final RelationEvent.Type COLUMNS_SET
public static final RelationEvent.Type COLUMNS_REMOVED
public static final RelationEvent.Type COLUMNS_CLEARED
public static final RelationEvent.Type ENTRIES
public static final RelationEvent.Type ENTRIES_ADDED
public static final RelationEvent.Type ENTRIES_REMOVED
public static final RelationEvent.Type ALL_CHANGED
public static final RelationEvent.Type SELECTION_CHANGED
public RelationEvent(RelationEvent.Type type)
public RelationEvent(RelationEvent.Type type, R row, C col)
public RelationEvent(RelationEvent.Type type, Set<R> rows, Set<C> columns, Set<Pair<R,C>> entries)
public RelationEvent(RelationEvent.Type type, Pair<R,R> setRow, Pair<C,C> setColumn)
public RelationEvent(RelationEvent.Type type, Set<Pair<R,R>> setRows, Set<Pair<C,C>> setColumns)
public final RelationEvent.Type getType()
public final Set<Pair<R,R>> getSetRows()
public final Set<C> getColumns()
public final Set<Pair<C,C>> getSetColumns()
public final Set<Pair<R,C>> getEntries()
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.