Package | Description |
---|---|
gnu.jemacs.swt | |
gnu.kawa.functions | |
gnu.lists |
Modifier and Type | Field and Description |
---|---|
protected FString |
SwtCharBuffer.chars |
Modifier and Type | Method and Description |
---|---|
FString |
SwtBuffer.getModelineFormat() |
Modifier and Type | Method and Description |
---|---|
static FString |
Format.formatToFString(char style,
java.lang.Object fmt,
java.lang.Object[] args)
Apply format and argument, yielding an FString.
|
Modifier and Type | Method and Description |
---|---|
FString |
FString.append(char c) |
FString |
FString.append(java.lang.CharSequence csq) |
FString |
FString.append(java.lang.CharSequence csq,
int start,
int end) |
FString |
FString.copy(int start,
int end) |
Modifier and Type | Method and Description |
---|---|
boolean |
FString.addAll(FString s)
Append all the characters of another
FString . |
Constructor and Description |
---|
CharBuffer(FString str) |