All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- abs(Object).
Static method in class pnuts.lang.Arithmetic
-
- ActionAdapter(PnutsFunction).
Constructor for class pnuts.util.ActionAdapter
-
- ActionAdapter(PnutsFunction, Context).
Constructor for class pnuts.util.ActionAdapter
-
- actionPerformed(ActionEvent).
Method in class pnuts.util.ActionAdapter
-
- actionPerformed(ActionEvent).
Method in class pnuts.awt.DialogOutputStream
-
- actionPerformed(ActionEvent).
Method in class pnuts.util.EventAdapter
-
- add(Object).
Method in class pnuts.ext.Complex
-
- add(Object).
Method in class pnuts.ext.Fraction
-
- add(Object).
Method in interface pnuts.lang.Numeric
-
- add(Object).
Method in class pnuts.ext.Quantity
-
- add(Object, Object).
Static method in class pnuts.lang.Arithmetic
-
- add(String).
Method in class pnuts.ext.DynamicClass
- declare an attribute of the Object class
- add(String, Class).
Method in class pnuts.ext.DynamicClass
- declare an attribute of the specified class
- add(String, DynamicClass).
Method in class pnuts.ext.DynamicClass
- declare an attribute of the specified type
- add_escapes(String).
Method in class pnuts.lang.ParseException
- Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.
- addLayoutComponent(Component, Object).
Method in class pnuts.awt.PnutsLayout
- Adds the specified component to the layout, using the specified
constraint object.
- addLayoutComponent(String, Component).
Method in class pnuts.awt.PnutsLayout
- Adds the specified component with the specified name to
the layout.
- adjustmentValueChanged(AdjustmentEvent).
Method in class pnuts.util.EventAdapter
-
- align.
Variable in class pnuts.awt.PnutsLayout
- default align
- and(Object, Object).
Static method in class pnuts.lang.Arithmetic
-
- applet.
Static variable in class pnuts.lang.Pnuts
- If Pnuts starts in applet this variable should be set.
- Arithmetic().
Constructor for class pnuts.lang.Arithmetic
-
- attributeType(String).
Method in class pnuts.ext.DynamicClass
-
- autoload(String, String).
Static method in class pnuts.lang.PnutsFunction
- register "name" as an autoloaded function.
- autoloadTable.
Variable in class pnuts.lang.Package
-
- bind(String, PnutsFunction).
Method in class pnuts.util.EventAdapter
-
- BorderLayoutMapping().
Constructor for class pnuts.awt.BorderLayoutMapping
-
- BOTTOM.
Static variable in class pnuts.awt.PnutsLayout
-
- call(Object[]).
Method in class pnuts.lang.PnutsFunction
- call a function with arguments "args"
- call(Object[], Context).
Method in class pnuts.ext.DynamicClass
- call a function in "context" with arguments "args"
- call(Object[], Context).
Method in class pnuts.lang.PnutsFunction
- call a function in "context" with arguments "args"
- call(String, Object[]).
Static method in class pnuts.lang.PnutsFunction
- call a function "name" with arguments "args"
- call(String, Object[], Context).
Static method in class pnuts.lang.PnutsFunction
- call a function "name" in "context" with arguments "args"
- call(String, Object[], String).
Static method in class pnuts.lang.PnutsFunction
- call a function "pkg::name" with arguments "args"
- callSafely(String, Object[]).
Static method in class pnuts.lang.PnutsFunction
- call a function "name" with arguments "args"
When "name" is not a function do nothing.
- CardLayoutMapping().
Constructor for class pnuts.awt.CardLayoutMapping
-
- CENTER.
Static variable in class pnuts.awt.PnutsLayout
-
- charToInt(char).
Static method in class pnuts.lang.Types
-
- children.
Variable in class pnuts.lang.Package
-
- classes.
Variable in class pnuts.ext.JarClassLoader
-
- clear(String).
Method in class pnuts.lang.Package
-
- clone().
Method in class pnuts.lang.Context
- Make a clone of the context
- clone().
Method in class pnuts.ext.Prototype
-
- close().
Method in class pnuts.awt.TextAreaOutputStream
-
- cols.
Variable in class pnuts.awt.PnutsLayout
- The number of columns
- compareTo(Object).
Method in class pnuts.ext.Complex
-
- compareTo(Object).
Method in class pnuts.ext.Fraction
-
- compareTo(Object).
Method in interface pnuts.lang.Numeric
-
- compareTo(Object).
Method in class pnuts.ext.Quantity
-
- compareTo(Object, Object).
Static method in class pnuts.lang.Arithmetic
-
- Complex(Number, Number).
Constructor for class pnuts.ext.Complex
-
- componentAdded(ContainerEvent).
Method in class pnuts.util.EventAdapter
-
- componentHidden(ComponentEvent).
Method in class pnuts.util.EventAdapter
-
- componentMoved(ComponentEvent).
Method in class pnuts.util.EventAdapter
-
- componentRemoved(ContainerEvent).
Method in class pnuts.util.EventAdapter
-
- componentResized(ComponentEvent).
Method in class pnuts.util.EventAdapter
-
- componentShown(ComponentEvent).
Method in class pnuts.util.EventAdapter
-
- Context().
Constructor for class pnuts.lang.Context
- Create a new context
- Context(Package).
Constructor for class pnuts.lang.Context
- Creates a context.
- Context(String).
Constructor for class pnuts.lang.Context
- Creates a context.
- createContainer(Container, Object[]).
Method in class pnuts.awt.BorderLayoutMapping
- Define how to make a container.
- createContainer(Container, Object[]).
Method in class pnuts.awt.CardLayoutMapping
- Define how to make a container.
- createContainer(Container, Object[]).
Method in class pnuts.awt.FlowLayoutMapping
- Define how to make a container.
- createContainer(Container, Object[]).
Method in class pnuts.awt.GridBagLayoutMapping
- Define how to make a container.
- createContainer(Container, Object[]).
Method in class pnuts.awt.GridLayoutMapping
- Define how to make a container.
- createContainer(Container, Object[]).
Method in class pnuts.awt.Layout
- Define how to make a container.
- createContainer(Container, Object[]).
Method in class pnuts.awt.PnutsLayoutMapping
- Define how to make a container.
- currentToken.
Variable in class pnuts.lang.ParseException
- This is the last token that has been consumed successfully.
- declare(String, DynamicClass).
Static method in class pnuts.ext.DynamicClass
- Declare a type which behaves as a "class".
- DefaultClassLoader().
Constructor for class pnuts.util.DefaultClassLoader
-
- define(String, byte[], int, int).
Method in class pnuts.util.DefaultClassLoader
- Read Bytecode data length bytes from offset
and define name class.
- defined(int).
Method in class pnuts.lang.PnutsFunction
-
- defined(String).
Method in class pnuts.lang.Context
-
- defined(String).
Method in class pnuts.lang.Package
-
- DialogOutputStream(Frame).
Constructor for class pnuts.awt.DialogOutputStream
-
- DialogOutputStream(Frame, int).
Constructor for class pnuts.awt.DialogOutputStream
-
- dispatch(String, AWTEvent).
Method in class pnuts.util.EventAdapter
-
- divide(Object).
Method in class pnuts.ext.Complex
-
- divide(Object).
Method in class pnuts.ext.Fraction
-
- divide(Object).
Method in interface pnuts.lang.Numeric
-
- divide(Object).
Method in class pnuts.ext.Quantity
-
- divide(Object, Object).
Static method in class pnuts.lang.Arithmetic
-
- doubleValue().
Method in class pnuts.ext.Complex
-
- doubleValue().
Method in class pnuts.ext.Fraction
-
- DynamicClass(String).
Constructor for class pnuts.ext.DynamicClass
-
- elements().
Method in class pnuts.lang.Package
- enumerates sub-packages
- eol.
Variable in class pnuts.lang.ParseException
- The end of line string for this machine.
- EQUAL.
Static variable in class pnuts.lang.Arithmetic
-
- eval(InputStream).
Static method in class pnuts.lang.Pnuts
- evaluate data from InputStream "in" in the global package
- eval(InputStream, String).
Static method in class pnuts.lang.Pnuts
- evaluate data from InputStream "in" in a package "pkg"
- eval(String).
Static method in class pnuts.lang.Pnuts
- evaluate "str" in the global package
- eval(String, Context).
Static method in class pnuts.lang.Pnuts
- evaluate "str" in "context"
- eval(String, String).
Static method in class pnuts.lang.Pnuts
- evaluate "str" in package "pkg"
- evalDepth().
Static method in class pnuts.lang.Pnuts
- returns the depth of evaluations
- EventAdapter().
Constructor for class pnuts.util.EventAdapter
-
- EventAdapter(Context).
Constructor for class pnuts.util.EventAdapter
-
- expectedTokenSequences.
Variable in class pnuts.lang.ParseException
- Each entry in this array is an array of integers.
- file.
Variable in class pnuts.lang.PnutsException
-
- find(String).
Static method in class pnuts.lang.Package
-
- findClass(String).
Method in class pnuts.util.DefaultClassLoader
- Find name class out of already loaded classes.
- floatValue().
Method in class pnuts.ext.Complex
-
- floatValue().
Method in class pnuts.ext.Fraction
-
- FlowLayoutMapping().
Constructor for class pnuts.awt.FlowLayoutMapping
-
- flush().
Method in class pnuts.awt.DialogOutputStream
-
- focusGained(FocusEvent).
Method in class pnuts.util.EventAdapter
-
- focusLost(FocusEvent).
Method in class pnuts.util.EventAdapter
-
- format(Object).
Static method in class pnuts.lang.Pnuts
- returns a formatted string for obj
- Fraction(int, int).
Constructor for class pnuts.ext.Fraction
-
- Fraction(Number, Number).
Constructor for class pnuts.ext.Fraction
-
- gcd(Object, Object).
Static method in class pnuts.lang.Arithmetic
-
- get(String).
Method in class pnuts.lang.Context
-
- get(String).
Method in class pnuts.lang.Package
-
- get(String).
Static method in class pnuts.lang.Pnuts
-
- get(String).
Method in interface pnuts.lang.Property
-
- get(String).
Method in class pnuts.ext.Prototype
-
- get(String, String).
Static method in class pnuts.lang.Pnuts
-
- getAttributes().
Method in class pnuts.ext.DynamicClass
-
- getClassLoader().
Static method in class pnuts.lang.Pnuts
- get ClassLoader for class access
- getCols().
Method in class pnuts.awt.PnutsLayout
- Get the number of columns
- getColspan(Component).
Method in class pnuts.awt.PnutsLayout
-
- getConstraints(Component).
Method in class pnuts.awt.PnutsLayout
- get a Hashtable of constraint for the specified component
- getConstraintString(Component).
Method in class pnuts.awt.PnutsLayout
- get a string representaion of constraint for the
specified component
- getCurrentPackage().
Method in class pnuts.lang.Context
- get the current package
- getDenominator().
Method in class pnuts.ext.Fraction
-
- getErrorStream().
Method in class pnuts.lang.Context
- get error-output-stream of the context
- getExpand(Component).
Method in class pnuts.awt.PnutsLayout
-
- getGlobalPackage().
Static method in class pnuts.lang.Package
-
- getGridPoint(Container, int, int).
Method in class pnuts.awt.PnutsLayout
- get left-top point of the component(x,y)
- getGridRectangle(Container, int).
Method in class pnuts.awt.PnutsLayout
- get bounding-box for idx'th component
- getHAlign(Component).
Method in class pnuts.awt.PnutsLayout
-
- getId().
Method in class pnuts.lang.PnutsFunction
-
- getImaginary().
Method in class pnuts.ext.Complex
-
- getIPadX(Component).
Method in class pnuts.awt.PnutsLayout
-
- getIPadY(Component).
Method in class pnuts.awt.PnutsLayout
-
- getLayoutAlignmentX(Container).
Method in class pnuts.awt.PnutsLayout
- Returns the alignment along the x axis.
- getLayoutAlignmentY(Container).
Method in class pnuts.awt.PnutsLayout
- Returns the alignment along the y axis.
- getLoader(Object).
Static method in class pnuts.ext.JarClassLoader
-
- getMessage().
Method in class pnuts.lang.ParseException
- This method has the standard behavior when this object has been
created using the standard constructors.
- getMethods().
Method in class pnuts.ext.DynamicClass
-
- getName().
Method in class pnuts.ext.DynamicClass
- get the name of type
- getName().
Method in class pnuts.lang.Package
-
- getName().
Method in class pnuts.lang.PnutsFunction
-
- getNumerator().
Method in class pnuts.ext.Fraction
-
- getOutputStream().
Method in class pnuts.lang.Context
- get output stream of the context
- getPackage(String).
Static method in class pnuts.lang.Package
- If package "pkg" exists returns that, otherwise
creates and returns one.
- getPadX(Component).
Method in class pnuts.awt.PnutsLayout
-
- getPadY(Component).
Method in class pnuts.awt.PnutsLayout
-
- getPreferredSize().
Method in class pnuts.awt.ImageCanvas
-
- getReal().
Method in class pnuts.ext.Complex
-
- getResource(String).
Method in class pnuts.ext.JarClassLoader
- URL scheme for a resource in a JAR file is:
- getResourceAsStream(String).
Method in class pnuts.ext.JarClassLoader
- Get an InputStream on a given resource.
- getRows().
Method in class pnuts.awt.PnutsLayout
- get the number of rows
- getRowspan(Component).
Method in class pnuts.awt.PnutsLayout
-
- getSize().
Method in class pnuts.awt.DialogOutputStream
-
- getSuperType().
Method in class pnuts.ext.DynamicClass
- get the supertype
- getTerminalStream().
Method in class pnuts.lang.Context
- get terminal-output-stream of the context
- getThrowable().
Method in class pnuts.lang.PnutsException
-
- getUniform().
Method in class pnuts.awt.PnutsLayout
- get "uniform" property
- getVAlign(Component).
Method in class pnuts.awt.PnutsLayout
-
- globalPackage.
Static variable in class pnuts.lang.Package
-
- GridBagLayoutMapping().
Constructor for class pnuts.awt.GridBagLayoutMapping
-
- GridLayoutMapping().
Constructor for class pnuts.awt.GridLayoutMapping
-
- H_FIT.
Static variable in class pnuts.awt.PnutsLayout
-
- ImageCanvas(Image).
Constructor for class pnuts.awt.ImageCanvas
-
- ImageCanvas(Image, double, double).
Constructor for class pnuts.awt.ImageCanvas
-
- ImageCanvas(Image, int, int).
Constructor for class pnuts.awt.ImageCanvas
-
- ImageCanvas(String).
Constructor for class pnuts.awt.ImageCanvas
-
- ImageCanvas(String, double, double).
Constructor for class pnuts.awt.ImageCanvas
-
- ImageCanvas(String, int, int).
Constructor for class pnuts.awt.ImageCanvas
-
- ImageCanvas(URL).
Constructor for class pnuts.awt.ImageCanvas
-
- ImageCanvas(URL, double, double).
Constructor for class pnuts.awt.ImageCanvas
-
- ImageCanvas(URL, int, int).
Constructor for class pnuts.awt.ImageCanvas
-
- imageUpdate(Image, int, int, int, int, int).
Method in class pnuts.awt.ImageCanvas
-
- init().
Method in class pnuts.ext.UnitSystem
-
- intToChar(int).
Static method in class pnuts.lang.Types
-
- intValue().
Method in class pnuts.ext.Complex
-
- intValue().
Method in class pnuts.ext.Fraction
-
- invalidateLayout(Container).
Method in class pnuts.awt.PnutsLayout
- Invalidates the layout, indicating that if the layout manager
has cached information it should be discarded.
- inverse().
Method in class pnuts.ext.Complex
-
- inverse().
Method in class pnuts.ext.Fraction
-
- inverse().
Method in interface pnuts.lang.Numeric
-
- inverse().
Method in class pnuts.ext.Quantity
-
- inverse(Object).
Static method in class pnuts.lang.Arithmetic
-
- invoke(String, Object[]).
Method in interface pnuts.lang.AbstractData
-
- invoke(String, Object[]).
Method in class pnuts.ext.Prototype
-
- ipadx.
Variable in class pnuts.awt.PnutsLayout
- default ipadx
- ipady.
Variable in class pnuts.awt.PnutsLayout
- default ipady
- isArray(Object).
Static method in class pnuts.awt.Layout
-
- isSubTypeOf(DynamicClass).
Method in class pnuts.ext.DynamicClass
- check if the type is subtype of the specified type
- itemStateChanged(ItemEvent).
Method in class pnuts.util.EventAdapter
-
- JarClassLoader().
Constructor for class pnuts.ext.JarClassLoader
-
- keyPressed(KeyEvent).
Method in class pnuts.util.EventAdapter
-
- keyReleased(KeyEvent).
Method in class pnuts.util.EventAdapter
-
- keys().
Method in class pnuts.lang.Package
-
- keyTyped(KeyEvent).
Method in class pnuts.util.EventAdapter
-
- Layout().
Constructor for class pnuts.awt.Layout
-
- layout(Container, Object[]).
Static method in class pnuts.awt.Layout
- Layout components in the container using format fmt.
- layout(Object[]).
Static method in class pnuts.awt.Layout
- Layout components using format
- layoutContainer(Container).
Method in class pnuts.awt.PnutsLayout
- Lays out the container.
- LayoutException().
Constructor for class pnuts.awt.LayoutException
-
- LayoutException(String).
Constructor for class pnuts.awt.LayoutException
-
- LEFT.
Static variable in class pnuts.awt.PnutsLayout
-
- LEFT_IS_BIGGER.
Static variable in class pnuts.lang.Arithmetic
-
- line.
Variable in class pnuts.lang.PnutsException
-
- load(InputStream).
Static method in class pnuts.lang.Pnuts
- load a script from InputStream "in"
- load(InputStream, boolean, Context).
Static method in class pnuts.lang.Pnuts
- Load a script from an InputStream in the specified Context.
- load(InputStream, Context).
Static method in class pnuts.lang.Pnuts
- load a script from InputStream "in" in "context"
- load(String).
Static method in class pnuts.lang.Pnuts
- load a script "file"
- load(String, Context).
Static method in class pnuts.lang.Pnuts
- load a script "file" in "context"
- loadClass(String, boolean).
Method in class pnuts.util.DefaultClassLoader
- load name class.
- loadClass(String, boolean).
Method in class pnuts.ext.JarClassLoader
- Resolves the specified name to a Class.
- loadFile(String).
Static method in class pnuts.lang.Pnuts
- load a local script "file"
- loadFile(String, Context).
Static method in class pnuts.lang.Pnuts
- load a local script "file" in "context"
- loadJar(String).
Method in class pnuts.ext.JarClassLoader
- Load a JAR file specified with the filename.
- loadJar(URL).
Method in class pnuts.ext.JarClassLoader
- Load a JAR file from the specified URL.
- loadJar(ZipFile).
Method in class pnuts.ext.JarClassLoader
-
- loadJar(ZipInputStream).
Method in class pnuts.ext.JarClassLoader
- Load a JAR file through ZipInputStream.
- lock().
Method in class pnuts.util.Mutex
- Lock it
Be careful not to deadlock.
- longValue().
Method in class pnuts.ext.Complex
-
- longValue().
Method in class pnuts.ext.Fraction
-
- main(String[]).
Static method in class pnuts.lang.Pnuts
- starts the command shell interpreter
- make(int, int).
Static method in class pnuts.ext.Fraction
-
- make(Number, Number).
Static method in class pnuts.ext.Fraction
-
- make(Number, String).
Method in interface pnuts.lang.QuantityFactory
-
- make(Number, String).
Method in class pnuts.ext.UnitSystem
-
- make(UnitSystem, Number, String).
Static method in class pnuts.ext.Quantity
-
- makePanel(Container).
Static method in class pnuts.awt.Layout
-
- maximumLayoutSize(Container).
Method in class pnuts.awt.PnutsLayout
-
Returns the maximum size of this component.
- method(String, PnutsFunction).
Method in class pnuts.ext.DynamicClass
- func should be a one parameter function returns another function
like: function name (x){ function (y, z) y + z }
- minimumLayoutSize(Container).
Method in class pnuts.awt.PnutsLayout
- Returns the minimum dimensions needed to layout the components
contained in the specified target container.
- mod(Object, Object).
Static method in class pnuts.lang.Arithmetic
-
- mouseClicked(MouseEvent).
Method in class pnuts.util.EventAdapter
-
- mouseDragged(MouseEvent).
Method in class pnuts.util.EventAdapter
-
- mouseEntered(MouseEvent).
Method in class pnuts.util.EventAdapter
-
- mouseExited(MouseEvent).
Method in class pnuts.util.EventAdapter
-
- mouseMoved(MouseEvent).
Method in class pnuts.util.EventAdapter
-
- mousePressed(MouseEvent).
Method in class pnuts.util.EventAdapter
-
- mouseReleased(MouseEvent).
Method in class pnuts.util.EventAdapter
-
- multiply(Object).
Method in class pnuts.ext.Complex
-
- multiply(Object).
Method in class pnuts.ext.Fraction
-
- multiply(Object).
Method in interface pnuts.lang.Numeric
-
- multiply(Object).
Method in class pnuts.ext.Quantity
-
- multiply(Object, Object).
Static method in class pnuts.lang.Arithmetic
-
- Mutex().
Constructor for class pnuts.util.Mutex
- create mutex object
- Mutex(boolean).
Constructor for class pnuts.util.Mutex
- create mutex object
- name.
Variable in class pnuts.lang.Package
-
- negate().
Method in class pnuts.ext.Complex
-
- negate().
Method in class pnuts.ext.Fraction
-
- negate().
Method in interface pnuts.lang.Numeric
-
- negate().
Method in class pnuts.ext.Quantity
-
- negate(Object).
Static method in class pnuts.lang.Arithmetic
-
- not(Object).
Static method in class pnuts.lang.Arithmetic
-
- NOT_EQUAL.
Static variable in class pnuts.lang.Arithmetic
-
- number().
Method in class pnuts.ext.Quantity
-
- or(Object, Object).
Static method in class pnuts.lang.Arithmetic
-
- Package(String).
Constructor for class pnuts.lang.Package
-
- packages.
Static variable in class pnuts.lang.Package
-
- padx.
Variable in class pnuts.awt.PnutsLayout
- default padx
- pady.
Variable in class pnuts.awt.PnutsLayout
- default pady
- paint(Graphics).
Method in class pnuts.awt.ImageCanvas
-
- parent.
Variable in class pnuts.lang.Package
-
- ParseException().
Constructor for class pnuts.lang.ParseException
- The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String).
Constructor for class pnuts.lang.ParseException
-
- ParseException(Token, int[][], String[]).
Constructor for class pnuts.lang.ParseException
- This constructor is used by the method "generateParseException"
in the generated parser.
- PnutsError(String).
Constructor for class pnuts.lang.PnutsError
-
- PnutsException().
Constructor for class pnuts.lang.PnutsException
-
- PnutsException(String).
Constructor for class pnuts.lang.PnutsException
-
- PnutsException(String, Context).
Constructor for class pnuts.lang.PnutsException
-
- PnutsException(Throwable).
Constructor for class pnuts.lang.PnutsException
-
- PnutsFunction().
Constructor for class pnuts.lang.PnutsFunction
-
- PnutsFunction(String).
Constructor for class pnuts.lang.PnutsFunction
-
- PnutsLayout().
Constructor for class pnuts.awt.PnutsLayout
- construct a PnutsLayout
- PnutsLayout(int).
Constructor for class pnuts.awt.PnutsLayout
- construct a PnutsLayout with specified number of columns
- PnutsLayout(int, int, int).
Constructor for class pnuts.awt.PnutsLayout
- construct a PnutsLayout
- PnutsLayout(String).
Constructor for class pnuts.awt.PnutsLayout
-
- PnutsLayoutMapping().
Constructor for class pnuts.awt.PnutsLayoutMapping
-
- pow(Object, Object).
Static method in class pnuts.lang.Arithmetic
-
- preferredLayoutSize(Container).
Method in class pnuts.awt.PnutsLayout
- Returns the preferred dimensions for this layout given the components
in the specified target container.
- prompt.
Static variable in class pnuts.lang.Pnuts
- "prompt" string for the command shell
- Prototype().
Constructor for class pnuts.ext.Prototype
-
- Prototype(String).
Constructor for class pnuts.ext.Prototype
-
- registerLayoutManager(Class, Class).
Static method in class pnuts.awt.Layout
- Register a Layout Mapping
- registerQuantityFactory(String, QuantityFactory).
Static method in class pnuts.lang.Pnuts
-
- remainder(Object, Object).
Static method in class pnuts.lang.Arithmetic
-
- remove(String).
Method in class pnuts.ext.DynamicClass
- remove an attribute
- remove(String).
Static method in class pnuts.lang.Package
- remove the specified package
- removeLayoutComponent(Component).
Method in class pnuts.awt.PnutsLayout
- Removes the specified component from the layout.
- require(String).
Static method in class pnuts.lang.Pnuts
- load a script "file" only when the script has not been read.
- resources.
Variable in class pnuts.ext.JarClassLoader
-
- RIGHT.
Static variable in class pnuts.awt.PnutsLayout
-
- RIGHT_IS_BIGGER.
Static variable in class pnuts.lang.Arithmetic
-
- rows.
Variable in class pnuts.awt.PnutsLayout
- The number of rows
- run().
Method in class pnuts.util.ThreadAdapter
-
- save(OutputStream).
Method in class pnuts.lang.Package
- save the package to an outputStream.
- set(String, Object).
Method in class pnuts.lang.Context
-
- set(String, Object).
Method in class pnuts.lang.Package
-
- set(String, Object).
Static method in class pnuts.lang.Pnuts
- set a value "val" to a global variable "str"
- set(String, Object).
Method in interface pnuts.lang.Property
-
- set(String, Object).
Method in class pnuts.ext.Prototype
-
- set(String, Object, String).
Static method in class pnuts.lang.Pnuts
- set a value "val" to a variable "str" in package "pkg"
- setClassLoader(ClassLoader).
Static method in class pnuts.lang.Pnuts
- set ClassLoader for class access
- setCols(int).
Method in class pnuts.awt.PnutsLayout
- Set the number of columns
- setColspan(Component, int).
Method in class pnuts.awt.PnutsLayout
-
- setConstraints(Component, Hashtable).
Method in class pnuts.awt.PnutsLayout
- Specify layout constraints with Hashtable
- setConstraints(Component, String).
Method in class pnuts.awt.PnutsLayout
- Specify layout constraints with comma-separated list of
"=".
- setErrorStream(OutputStream).
Method in class pnuts.lang.Context
-
- setErrorStream(OutputStream, boolean).
Method in class pnuts.lang.Context
- set error-output-stream of the context
- setErrorStream(Writer).
Method in class pnuts.lang.Context
-
- setErrorStream(Writer, boolean).
Method in class pnuts.lang.Context
-
- setExpand(Component, String).
Method in class pnuts.awt.PnutsLayout
-
- setHAlign(Component, String).
Method in class pnuts.awt.PnutsLayout
-
- setIPadding(Component, int, int).
Method in class pnuts.awt.PnutsLayout
-
- setLoadPath(Object[]).
Static method in class pnuts.lang.Pnuts
- set a search path for scripts as an object array
Elements of the array should one of the followings.
- setLoadPath(String).
Static method in class pnuts.lang.Pnuts
- set a search path for scripts as a colon-separated String
This method remains for compatibility reason.
- setOutputStream(OutputStream).
Method in class pnuts.lang.Context
-
- setOutputStream(OutputStream, boolean).
Method in class pnuts.lang.Context
- set output stream of the context
- setOutputStream(Writer).
Method in class pnuts.lang.Context
-
- setOutputStream(Writer, boolean).
Method in class pnuts.lang.Context
-
- setPadding(Component, int, int).
Method in class pnuts.awt.PnutsLayout
-
- setPrecision(int).
Method in class pnuts.ext.UnitSystem
-
- setPrompt(String).
Static method in class pnuts.lang.Pnuts
- set a "prompt" string for the command shell
- setRowspan(Component, int).
Method in class pnuts.awt.PnutsLayout
-
- setSize(int, int).
Method in class pnuts.awt.DialogOutputStream
-
- setTerminalStream(OutputStream).
Method in class pnuts.lang.Context
-
- setTerminalStream(OutputStream, boolean).
Method in class pnuts.lang.Context
- set terminal-output-stream of the context
- setTerminalStream(Writer).
Method in class pnuts.lang.Context
-
- setTerminalStream(Writer, boolean).
Method in class pnuts.lang.Context
-
- setUniform(boolean, boolean).
Method in class pnuts.awt.PnutsLayout
- set "uniform" property
- setVAlign(Component, String).
Method in class pnuts.awt.PnutsLayout
-
- shiftArithmetic(Object, Object).
Static method in class pnuts.lang.Arithmetic
-
- shiftLeft(Object, Object).
Static method in class pnuts.lang.Arithmetic
-
- shiftRight(Object, Object).
Static method in class pnuts.lang.Arithmetic
-
- specialConstructor.
Variable in class pnuts.lang.ParseException
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
- subtract(Object).
Method in class pnuts.ext.Complex
-
- subtract(Object).
Method in class pnuts.ext.Fraction
-
- subtract(Object).
Method in interface pnuts.lang.Numeric
-
- subtract(Object).
Method in class pnuts.ext.Quantity
-
- subtract(Object, Object).
Static method in class pnuts.lang.Arithmetic
-
- sync().
Method in class pnuts.awt.ImageCanvas
-
- table.
Variable in class pnuts.lang.Package
-
- TextAreaOutputStream(TextArea).
Constructor for class pnuts.awt.TextAreaOutputStream
-
- textValueChanged(TextEvent).
Method in class pnuts.util.EventAdapter
-
- ThreadAdapter(PnutsFunction).
Constructor for class pnuts.util.ThreadAdapter
-
- ThreadAdapter(PnutsFunction, Context).
Constructor for class pnuts.util.ThreadAdapter
-
- tokenImage.
Variable in class pnuts.lang.ParseException
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- TOP.
Static variable in class pnuts.awt.PnutsLayout
-
- toString().
Method in class pnuts.ext.Complex
-
- toString().
Method in class pnuts.ext.DynamicClass
-
- toString().
Method in class pnuts.ext.Fraction
-
- toString().
Method in class pnuts.lang.Package
-
- toString().
Method in class pnuts.lang.PnutsException
-
- toString().
Method in class pnuts.lang.PnutsFunction
-
- toString().
Method in class pnuts.awt.PnutsLayout
-
- toString().
Method in class pnuts.ext.Prototype
-
- toString().
Method in class pnuts.ext.Quantity
-
- trace.
Variable in class pnuts.lang.PnutsException
-
- Types().
Constructor for class pnuts.lang.Types
-
- unbind(String, PnutsFunction).
Method in class pnuts.util.EventAdapter
-
- units().
Method in class pnuts.ext.Quantity
-
- UnitSystem(String[], Number[]).
Constructor for class pnuts.ext.UnitSystem
-
- unitTable.
Variable in class pnuts.lang.Package
-
- unlock().
Method in class pnuts.util.Mutex
- Unlock it
- update(Graphics).
Method in class pnuts.awt.ImageCanvas
-
- V_FIT.
Static variable in class pnuts.awt.PnutsLayout
-
- windowActivated(WindowEvent).
Method in class pnuts.util.EventAdapter
-
- windowClosed(WindowEvent).
Method in class pnuts.util.EventAdapter
-
- windowClosing(WindowEvent).
Method in class pnuts.util.EventAdapter
-
- windowDeactivated(WindowEvent).
Method in class pnuts.util.EventAdapter
-
- windowDeiconified(WindowEvent).
Method in class pnuts.util.EventAdapter
-
- windowIconified(WindowEvent).
Method in class pnuts.util.EventAdapter
-
- windowOpened(WindowEvent).
Method in class pnuts.util.EventAdapter
-
- write(byte[], int, int).
Method in class pnuts.awt.TextAreaOutputStream
-
- write(int).
Method in class pnuts.awt.TextAreaOutputStream
-
- xfix.
Variable in class pnuts.awt.PnutsLayout
-
- xor(Object, Object).
Static method in class pnuts.lang.Arithmetic
-
- yfix.
Variable in class pnuts.awt.PnutsLayout
-