Package | Description |
---|---|
info.bioinfweb.libralign.alignmentarea.selection |
Contains classes necessary to perform the selection of rows and/or columns in an
AlignmentArea . |
Modifier and Type | Method and Description |
---|---|
SelectionType |
SelectionModel.getType()
Returns the currently used selection pattern.
|
static SelectionType |
SelectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SelectionType[] |
SelectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectionModel.setType(SelectionType type)
Switches the selection type.
|