★ wanayoo — archive 1999 http://sourceware.cygnus.com/kawa/api/serialized-form.htmlNouvelle recherche | Portail wanayoo

Serialized Form


Package gnu.jemacs.buffer

Class gnu.jemacs.buffer.CancelledException implements Serializable

Class gnu.jemacs.buffer.Command implements Serializable

Serialized Fields

command

java.lang.Object command

Class gnu.jemacs.buffer.FinalAction implements Serializable

Serialized Fields

action

javax.swing.Action action

Class gnu.jemacs.buffer.Frame implements Serializable

Serialized Fields

contents

javax.swing.JPanel contents

id

int id

menuBar

javax.swing.JMenuBar menuBar

selectedWindow

Window selectedWindow

Class gnu.jemacs.buffer.InsertAction implements Serializable

Class gnu.jemacs.buffer.Menu implements Serializable

Class gnu.jemacs.buffer.Modeline implements Serializable

Serialized Fields

window

Window window

Class gnu.jemacs.buffer.PrefixAction implements Serializable

Serialized Fields

next

javax.swing.text.Keymap next

prefix

javax.swing.KeyStroke prefix

Class gnu.jemacs.buffer.Signal implements Serializable

Serialized Fields

data

java.lang.Object data

name

java.lang.String name

Class gnu.jemacs.buffer.TooLongAction implements Serializable

Serialized Fields

maxValid

int maxValid

Class gnu.jemacs.buffer.Window implements Serializable

Serialized Fields

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


Package gnu.mapping

Class gnu.mapping.UnboundSymbol implements Serializable

Serialized Fields

symbol

java.lang.String symbol

Class gnu.mapping.WrappedException implements Serializable

Serialized Fields

exception

java.lang.Exception exception

message

java.lang.String message

Class gnu.mapping.WrongArguments implements Serializable

Serialized Fields

number

int number

proc

Procedure proc

procname

java.lang.String procname

usage

java.lang.String usage

Class gnu.mapping.WrongType implements Serializable

Serialized Fields

number

int number

proc

Procedure proc

procname

java.lang.String procname

typeExpected

java.lang.String typeExpected


Package gnu.math

Class gnu.math.BaseUnit implements Serializable

Serialized Fields

dimension

java.lang.String dimension
The name of the "dimension" this is a base unit for.

index

int index

Class gnu.math.CComplex implements Serializable

Serialized Fields

imag

RealNum imag

real

RealNum real

Class gnu.math.Complex implements Serializable

Class gnu.math.CQuantity implements Serializable

Serialized Fields

num

Complex num

unt

Unit unt

Class gnu.math.DComplex implements Serializable

Serialized Fields

imag

double imag

real

double real

Class gnu.math.DFloNum implements Serializable

Serialized Fields

value

double value

Class gnu.math.DQuantity implements Serializable

Serialized Fields

factor

double factor

unt

Unit unt

Class gnu.math.ExponentialFormat implements Serializable

Serialized Fields

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

Class gnu.math.FixedRealFormat implements Serializable

Serialized Fields

d

int d

i

int i

internalPad

boolean internalPad

overflowChar

char overflowChar

padChar

char padChar

scale

int scale

showPlus

boolean showPlus

width

int width

Class gnu.math.IntFraction implements Serializable

Serialized Fields

den

IntNum den

num

IntNum num

Class gnu.math.IntNum implements Serializable

Serialized Fields

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

Class gnu.math.Numeric implements Serializable

Class gnu.math.Quantity implements Serializable

Class gnu.math.RatNum implements Serializable

Class gnu.math.RealNum implements Serializable

Class gnu.math.Unit implements Serializable

Serialized Fields

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


Package gnu.text

Class gnu.text.CaseConvertFormat implements Serializable

Serialized Fields

baseFormat

java.text.Format baseFormat

code

char code

Class gnu.text.CompoundFormat implements Serializable

Serialized Fields

formats

java.text.Format[] formats

length

int length

Class gnu.text.EnglishIntegerFormat implements Serializable

Serialized Fields

ordinal

boolean ordinal

Class gnu.text.FlushFormat implements Serializable

Class gnu.text.LiteralFormat implements Serializable

Serialized Fields

text

char[] text

Class gnu.text.PadFormat implements Serializable

Serialized Fields

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').

Class gnu.text.ReportFormat implements Serializable

Class gnu.text.RomanIntegerFormat implements Serializable

Serialized Fields

oldStyle

boolean oldStyle

Class gnu.text.SyntaxException implements Serializable

Serialized Fields

messages

SourceMessages messages


Package kawa

Class kawa.GuiConsole implements Serializable

Serialized Fields

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

Class kawa.MessageArea implements Serializable

Serialized Fields

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


Package kawa.lang

Class kawa.lang.CalledContinuation implements Serializable

Serialized Fields

continuation

Continuation continuation

value

java.lang.Object value

Class kawa.lang.GenericError implements Serializable

Class kawa.lang.NamedException implements Serializable

Serialized Fields

args

java.lang.Object[] args

name

java.lang.String name


Package kawa.standard

Class kawa.standard.LispFormat implements Serializable

Class kawa.standard.ObjectFormat implements Serializable

Serialized Fields

maxChars

int maxChars
Maxiumum number of characters to show. Truncate any following characters. The value -1 means "no limit".

readable

boolean readable