| Package | Description |
|---|---|
| info.bioinfweb.libralign.editsettings |
Contains classes implementing the edit settings of an
AlignmentContentArea or an
MultipleAlignmentsContainer. |
| Modifier and Type | Method and Description |
|---|---|
WorkingMode |
EditSettingsChangeEvent.getPreviousWorkingMode()
Returns the working mode that the source object had before this event happened.
|
WorkingMode |
EditSettings.getWorkingMode() |
static WorkingMode |
WorkingMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WorkingMode[] |
WorkingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EditSettings.fireWorkingModeChanged(WorkingMode previousWorkingMode) |
void |
EditSettings.setWorkingMode(WorkingMode workingMode) |
| Constructor and Description |
|---|
EditSettingsChangeEvent(java.lang.Object source,
WorkingMode previousWorkingMode)
Creates a new instance of this class.
|