Interface | Description |
---|---|
Buffer |
Buffer state.
|
EditorModel.Listener |
Interface for listeners.
|
TextSource |
Something that can edit text.
|
TextSource.Factory |
Factory interface.
|
TextSource.Listener |
Listener interface.
|
Class | Description |
---|---|
AbstractTextSource |
Base
TextSource implementation that adds TextSource.Listener and AbstractTextSource.isDirty() support. |
EditorModel |
Editor model.
|
EditorModel.AbstractListener |
Base
EditorModel.Listener implementation that does nothing. |
Enum | Description |
---|---|
Buffer.Type |
Buffer type.
|
Exception | Description |
---|---|
EditorException |
Exception that indicates an editor model related problem.
|
Copyright © 2000-2014. All Rights Reserved.