Serialized Form
|
Package gnu.jemacs.buffer |
command
java.lang.Object command
action
javax.swing.Action action
contents
javax.swing.JPanel contents
id
int id
menuBar
javax.swing.JMenuBar menuBar
selectedWindow
Window selectedWindow
window
Window window
next
javax.swing.text.Keymap next
prefix
javax.swing.KeyStroke prefix
data
java.lang.Object data
name
java.lang.String name
maxValid
int maxValid
buffer
Buffer buffer
frame
Frame frame
modeline
Modeline modeline
panel
javax.swing.JPanel panel
- The panel that contains this window and the modeline.
scrollPane
javax.swing.JScrollPane scrollPane
symbol
java.lang.String symbol
exception
java.lang.Exception exception
message
java.lang.String message
number
int number
proc
Procedure proc
procname
java.lang.String procname
usage
java.lang.String usage
number
int number
proc
Procedure proc
procname
java.lang.String procname
typeExpected
java.lang.String typeExpected
dimension
java.lang.String dimension
- The name of the "dimension" this is a base unit for.
index
int index
imag
RealNum imag
real
RealNum real
num
Complex num
unt
Unit unt
imag
double imag
real
double real
value
double value
factor
double factor
unt
Unit unt
expDigits
int expDigits
- Number of digits to show in the exponent.
Zero means unspecified - show as many as needed.
exponentChar
char exponentChar
fracDigits
int fracDigits
- Number of fractional digits to show.
This is `d' in the CommonLisp spec.
general
boolean general
intDigits
int intDigits
- Number of digits to show in the integer part of the result.
If positive, The number of digits before the decimal point.
If negative, the -intDigits zeros are emitted after the decimal point.
This is `k' in the CommonLisp spec.
overflowChar
char overflowChar
padChar
char padChar
showPlus
boolean showPlus
- True if '+' should be printed for non-negative number.
width
int width
d
int d
i
int i
internalPad
boolean internalPad
overflowChar
char overflowChar
padChar
char padChar
scale
int scale
showPlus
boolean showPlus
width
int width
den
IntNum den
num
IntNum num
ival
int ival
- All integers are stored in 2's-complement form.
If words == null, the ival is the value of this IntNum.
Otherwise, the first ival elements of words make the value
of this IntNum, stored in little-endian order, 2's-complement form.
words
int[] words
base
Unit base
- A Unit equivalent to this unit, divided by factor.
Same as the value of the dimensions() only.
dims
Dimensions dims
factor
double factor
name
java.lang.String name
products
gnu.math.MulUnit products
baseFormat
java.text.Format baseFormat
code
char code
formats
java.text.Format[] formats
length
int length
ordinal
boolean ordinal
text
char[] text
fmt
java.text.Format fmt
minWidth
int minWidth
- Minimum width.
padChar
char padChar
where
int where
- What percentage of padding appears after the data.
-1 means internal padding (after initial '-' or '+' or '0x' or '0X').
oldStyle
boolean oldStyle
messages
SourceMessages messages
environment
Environment environment
err_p
OutPort err_p
in_r
QueueReader in_r
interp
Interpreter interp
message
MessageArea message
out_p
OutPort out_p
thread
Future thread
doFocus
boolean doFocus
endMark
int endMark
err
java.io.PrintWriter err
in
QueueReader in
length
int length
out
java.io.PrintWriter out
out_stream
TextAreaWriter out_stream
outputMark
int outputMark
continuation
Continuation continuation
value
java.lang.Object value
args
java.lang.Object[] args
name
java.lang.String name
maxChars
int maxChars
- Maxiumum number of characters to show.
Truncate any following characters.
The value -1 means "no limit".
readable
boolean readable