Links to classes

Rice basic class

The followings are links to a basic class that is built in as a standard in the Rice language.

boolRepresents a Boolean (true or false) value.
dictionaryRepresents a collection of keys and values.
errorRepresents a error information.
intRepresents a 32-bit signed integer.
listRepresents a list that can be accessed by index.
longRepresents a 64-bit signed integer.
proxyProvides a mechanism to conceal the type of an instance.
queueRepresents a first-in-first-out collection.
realRepresents 64-bit floating-point values.
riceRepresents the language system.
stackRepresents a last-in-first-out collection.
stringRepresents a string.

Cooker built-in class

The followings are links to a class that is standard built in Cooker.

applicationRepresents the execution environment.
bitmapRepresents an image.
browserRepresents the browser used in the Cooker.
clipboardProvides the function to operate the clipboard.
commandRepresents a SQL statement to execute on a Sqlite database.
connectionRepresents a connection to a Sqlite database.
cookiemanagerProvides the function to manage cookies.
cookieRepresents a cookie.
dbreaderProvides the function to read data from SQL statement execution results.
jsexecutorRepresents the function to execute JavaScript.
messageRepresents a dialog box for displaying a message.
fileselectorRepresents a file selection dialog.
sleepProvides the function to sleep the system.
switchRepresents a switch that controls event handling.
timerProvides a function that calls a method at a specified time interval.
transactionRepresents a transaction in the Sqlite database.
windowRepresents the application window.

Cooker dynamic embedded classes included in the distribution archive

The followings are links to a class that will be dynamically embedded. it is written in C# to extend the Cooker.

These classes included in the distribution archive.

datetimeRepresents the date and time.
directoryProvides the function to manipulate a directory.
encoderProvides the function to encode or decode text.
fileProvides the function to manipulate a file.
jsonProvides a function to browse JSON (JavaScript Object Notation) data.
jsonnullRepresents null of JSON (JavaScript Object Notation).
loaderProvides the function to download and upload.
matchRepresents a substring matching regular expressions.
mouseProvides the function to manipulate the mouse.
readerProvides the function to input from the text file.
regexRepresents a regular expression.
sendkeysProvides the function to simulate key input.
uriRepresents a URI.
writerProvides the function to output to the text file.

Other dynamic embedded class

The followings are links to a class that will be dynamically embedded. it is written in C# to extend the Cooker.

These classes do not include in the distribution archive. If you need these classes, please incorporate them yourself.

zaifapiProvides a function to trade on the Zaif.
zaifresIt is a class for using Zaif APIs asynchronously.
bitbankapiProvides a function to trade on the bitbank.
bitbankresIt is a class for using bitbank APIs asynchronously.
wfpoolProvides functions to assist window operations.
winframeProvides functions to handle a window.
pipeRepresents a channel for interprocess communication.
pipeclientProvides the function to operate the channel for interprocess communication.

User defined class

Links to classes written in Rice language.

Copyright © Cooker All rights reserved.