Package | Description |
---|---|
gnu.jemacs.buffer |
Provides various building blocks for building an Emacs-like text editor.
|
gnu.jemacs.swing | |
gnu.jemacs.swt | |
gnu.lists |
Modifier and Type | Class and Description |
---|---|
class |
Buffer |
Modifier and Type | Method and Description |
---|---|
abstract CharSeq |
Buffer.getStringContent() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessMode.writeToInferior(CharSeq str) |
Modifier and Type | Class and Description |
---|---|
class |
SwingBuffer
An Emacs buffer implemented using the Swing toolkits.
|
Modifier and Type | Method and Description |
---|---|
CharSeq |
SwingBuffer.getStringContent() |
Modifier and Type | Class and Description |
---|---|
class |
BufferContent |
class |
SwtBuffer |
Modifier and Type | Method and Description |
---|---|
CharSeq |
SwtBuffer.getStringContent() |
Modifier and Type | Class and Description |
---|---|
class |
CharBuffer
Editable character sequence using a a buffer-gap implementstion and
self-adjusting position.
|
class |
FString
Simple adjustable-length vector whose elements are 32-bit floats.
|
class |
SubCharSeq |
Modifier and Type | Method and Description |
---|---|
static void |
Strings.makeCapitalize(CharSeq str)
Capitalize this string.
|
static void |
Strings.makeLowerCase(CharSeq str)
Change every character to be lowercase.
|
static void |
Strings.makeUpperCase(CharSeq str)
Change every character to be uppercase.
|
Constructor and Description |
---|
FString(CharSeq seq) |
FString(CharSeq seq,
int offset,
int length) |