java/lang/StringBuffer|void ensureCapacity(int minimumCapacity)|(*vmGlobals->StringBufferEnsureCapacity)
java/lang/StringBuffer|void setLength(int newLength)|(*vmGlobals->StringBufferSetLength)
java/lang/StringBuffer|StringBuffer append(String str)|(*vmGlobals->appendString)
java/lang/StringBuffer|StringBuffer append(char []str)|(*vmGlobals->appendCharArray)
java/lang/StringBuffer|StringBuffer append(char []str, int offset, int len)|(*vmGlobals->appendCharArrayOffLen)
java/lang/StringBuffer|StringBuffer append(char c)|(*vmGlobals->appendChar)
java/lang/StringBuffer|StringBuffer append(int i)|(*vmGlobals->appendInt)
java/lang/StringBuffer|StringBuffer append(float f)|(*vmGlobals->appendFloat)
java/lang/StringBuffer|StringBuffer append(double d)|(*vmGlobals->appendDouble)
java/lang/String|String valueOf(double d)|(*vmGlobals->valueOfDouble)
java/lang/String|String valueOf(char c)|ConvertToString_Char
java/lang/String|String valueOf(int i)|ConvertToString_Int
java/lang/String|String valueOf(float f)|ConvertToString_Float
java/lang/String|boolean copyChars(char []srcArray, int srcStart, char []dstArray, int dstStart, int length)|(*vmGlobals->StringCopyChars)
java/lang/String|String toUpperCase()|(*vmGlobals->StringToUpperCase)
java/lang/String|String toLowerCase()|(*vmGlobals->StringToLowerCase)
java/lang/String|boolean equals(Object obj)|(*vmGlobals->StringEquals)
java/lang/String|int compareTo(String s)|(*vmGlobals->StringCompareTo)
java/lang/String|int indexOf(int c)|(*vmGlobals->indexOfChar)
java/lang/String|int indexOf(int c, int startIndex)|(*vmGlobals->indexOfCharStart)
java/lang/String|int indexOf(String c, int startIndex)|(*vmGlobals->StringIndexOf)
java/lang/String|int hashCode()|(*vmGlobals->StringHashCode)
java/lang/Object|String toStringNative()|(*vmGlobals->ObjectToStringNative)
java/lang/Object|java.lang.Class getClass()|(*vmGlobals->ObjectGetClass)
java/lang/Throwable|void printStackTraceNative()|(*vmGlobals->ThrowablePrintStackTraceNative)
java/lang/Class|java.lang.Class forName(String className)|(*vmGlobals->ClassForName)
java/lang/Class|Object newInstance()|(*vmGlobals->ClassNewInstance)
java/lang/Class|boolean isInstance(Object obj)|(*vmGlobals->ClassIsInstance)
waba/fx/Graphics|void drawDottedCursor(int x, int y, int w, int h)
waba/fx/Graphics|void copyImageRect(waba.fx.Image image, int x, int y, int width, int height, int drawOp, waba.fx.Color backColor, boolean doClip)
waba/fx/Graphics|void copyScreen(waba.fx.ISurface src, int ySrc, int yDst, int height)
waba/fx/Graphics|void drawImage(waba.fx.Image image, int x, int y, int drawOp, waba.fx.Color backColor, boolean doClip)|GraphicsDrawImageSprite
waba/fx/Graphics|void create(waba.fx.ISurface surface)
waba/fx/Graphics|void drawEllipse(int xc, int yc, int rx, int ry)
waba/fx/Graphics|void fillEllipse(int xc, int yc, int rx, int ry)
waba/fx/Graphics|void drawArc(int xc, int yc, int r, float startAngle, float endAngle)
waba/fx/Graphics|void drawPie(int xc, int yc, int r, float startAngle, float endAngle)
waba/fx/Graphics|void fillPie(int xc, int yc, int r, float startAngle, float endAngle)
waba/fx/Graphics|void drawEllipticalArc(int xc, int yc, int rx, int ry, float startAngle, float endAngle)
waba/fx/Graphics|void drawEllipticalPie(int xc, int yc, int rx, int ry, float startAngle, float endAngle)
waba/fx/Graphics|void fillEllipticalPie(int xc, int yc, int rx, int ry, float startAngle, float endAngle)
waba/fx/Graphics|void drawCircle(int xc, int yc, int r)
waba/fx/Graphics|void fillCircle(int xc, int yc, int r)
waba/fx/Graphics|int getPixel(int x, int y)
waba/fx/Graphics|void setPixel(int x, int y)
waba/fx/Graphics|void eraseRect(int x, int y, int w, int h)
waba/fx/Graphics|void drawLine(int ax, int ay, int bx, int by)
waba/fx/Graphics|void clearScreen()
waba/fx/Graphics|void drawDots(int ax, int ay, int bx, int by)
waba/fx/Graphics|void drawCursor(int x, int y, int w, int h)
waba/fx/Graphics|void drawCursorOutline(int x, int y, int w, int h)
waba/fx/Graphics|void drawRect(int x, int y, int w, int h)
waba/fx/Graphics|void fillRect(int x, int y, int w, int h)
waba/fx/Graphics|void drawDottedRect(int x, int y, int w, int h)
waba/fx/Graphics|void fillPolygon(int []xPoints, int []yPoints, int nPoints)
waba/fx/Graphics|void drawPolygon(int []xPoints, int []yPoints, int nPoints)
waba/fx/Graphics|void drawPolyline(int []xPoints, int []yPoints, int nPoints)
waba/fx/Graphics|waba.fx.Coord getAnglePoint(int xc, int yc, int rx, int ry, float angle)
waba/fx/Graphics|void drawText(String text, int x, int y)
waba/fx/Graphics|void drawText(char []chars, int start, int count, int x, int y)|GraphicsDrawTextChars
waba/fx/Graphics|void drawHatchedRect(int x, int y, int width, int height, boolean top, boolean bottom)
waba/fx/Graphics|void fillHatchedRect(int x, int y, int width, int height, boolean top, boolean bottom)
waba/fx/Graphics|void drawRoundRect(int x, int y, int width, int height, int r)
waba/fx/Graphics|void fillRoundRect(int x, int y, int width, int height, int r)
waba/fx/Graphics|void setClip(int x, int y, int w, int h)
waba/fx/Graphics|waba.fx.Rect getClip(waba.fx.Rect r)
waba/fx/Graphics|boolean clip(waba.fx.Rect r)
waba/fx/Graphics|void clearClip()
waba/fx/Graphics|void translate(int dx, int dy)
waba/fx/Graphics|waba.fx.Coord getTranslation()
waba/fx/Graphics|void copyRect(waba.fx.ISurface surface, int x, int y, int width, int height, int dstX, int dstY)
waba/fx/Graphics|void free()
waba/fx/Graphics|void setForeColor(waba.fx.Color c)
waba/fx/Graphics|void setBackColor(waba.fx.Color c)
waba/fx/Graphics|boolean collisionDetect(waba.fx.ISurface surface, int x1, int y1, waba.fx.Image img, int x2, int y2)
waba/fx/Graphics|void _applyPalette(int []palrgb, int startIndex, int endIndex)
waba/fx/Graphics|void drawHighLightFrame(int x, int y, int w, int h, waba.fx.Color topLeft, waba.fx.Color bottomRight, boolean yMirror)
waba/fx/Graphics|void setFont(waba.fx.Font font)
waba/io/NativeMethods|void fileSetAttributes(File obj, int attr)
waba/io/NativeMethods|int fileGetAttributes(File obj)
waba/io/NativeMethods|void fileSetTime(File obj, byte whichTime, waba.sys.Time time)
waba/io/NativeMethods|waba.sys.Time fileGetTime(File obj, byte whichTime)
waba/io/NativeMethods|boolean fileIsAvailable()
waba/io/NativeMethods|void fileCreate(File file, String path, int mode, int slot)
waba/io/NativeMethods|boolean fileIsInserted(int slot)
waba/io/NativeMethods|boolean fileClose(File obj)|FileClose_
waba/io/NativeMethods|boolean fileCreateDir(File obj)
waba/io/NativeMethods|boolean fileDelete(File obj)|FileDelete_
waba/io/NativeMethods|boolean fileExists(File obj)
waba/io/NativeMethods|int fileGetSize(File obj)
waba/io/NativeMethods|boolean fileIsDir(File obj)
waba/io/NativeMethods|boolean fileIsOpen(File obj)
waba/io/NativeMethods|String []fileListFiles(File obj)
waba/io/NativeMethods|int fileReadBytes(File obj, byte []b, int off, int len)
waba/io/NativeMethods|boolean fileRename(File obj, String path)
waba/io/NativeMethods|boolean fileSetPos(File obj, int pos)
waba/io/NativeMethods|int fileWriteBytes(File obj, byte []b, int off, int len)
waba/fx/NativeMethods|void fontCreate(Font obj)
waba/fx/NativeMethods|void fontMetricsCreate(FontMetrics obj)
waba/fx/NativeMethods|int fontMetricsGetCharWidth(FontMetrics obj, char c)
waba/fx/NativeMethods|int fontMetricsGetTextWidth(FontMetrics obj, String s)|FontMetricsGetTextWidth_String
waba/fx/NativeMethods|int fontMetricsGetTextWidth(FontMetrics obj, char []chars, int start, int count)
waba/fx/NativeMethods|int []paletteGetCurrentPalette(Palette obj)
waba/fx/NativeMethods|void imageCreate(Image obj)
waba/fx/NativeMethods|waba.fx.Image imageGetScaledInstance(Image obj, int newWidth, int newHeight)
waba/fx/NativeMethods|void imageLoad(Image obj, String path)
waba/fx/NativeMethods|void imageParse(Image obj, byte []fullBmpDescription)
waba/fx/NativeMethods|void imageFree(Image obj)
waba/fx/NativeMethods|void imageChangeColors(Image obj, int fromR, int fromG, int fromB, int toR, int toG, int toB)
waba/fx/NativeMethods|void imageGetPixelRow(Image obj, byte []fillIn, int y)
waba/fx/NativeMethods|waba.fx.Image imageGetRotatedScaledInstance(waba.fx.Image obj, int percScale, int angle, waba.fx.Color fill)
waba/fx/NativeMethods|waba.fx.Image imageGetTouchedUpInstance(waba.fx.Image obj, byte brightness, byte contrast)
waba/fx/NativeMethods|void soundBeep()
waba/fx/NativeMethods|void soundTone(int freq, int duration)
waba/fx/NativeMethods|void soundSetEnabled(boolean on)
waba/fx/NativeMethods|boolean soundClipPlay(SoundClip obj)
waba/fx/NativeMethods|void soundClipFree(SoundClip obj)
waba/io/NativeMethods|void serialPortCreate(SerialPort obj, int number, int baudRate, int bits, int parity, int stopBits)
waba/io/NativeMethods|boolean serialPortClose(SerialPort obj)
waba/io/NativeMethods|boolean serialPortIsOpen(SerialPort obj)
waba/io/NativeMethods|boolean serialPortSetFlowControl(SerialPort obj, boolean on)
waba/io/NativeMethods|boolean serialPortSetReadTimeout(SerialPort obj, int millis)
waba/io/NativeMethods|int serialPortReadBytes(SerialPort obj, byte []buf, int start, int count)
waba/io/NativeMethods|int serialPortReadCheck(SerialPort obj)
waba/io/NativeMethods|int serialPortWriteBytes(SerialPort obj, byte []buf, int start, int count)
waba/io/NativeMethods|void socketCreate(Socket obj, String host, int port, int timeout, boolean noLinger)
waba/io/NativeMethods|boolean socketClose(Socket obj)
waba/io/NativeMethods|boolean socketIsOpen(Socket obj)
waba/io/NativeMethods|boolean socketSetReadTimeout(Socket obj, int millis)
waba/io/NativeMethods|int socketReadBytes(Socket obj, byte []buf, int start, int count)
waba/io/NativeMethods|int socketWriteBytes(Socket obj, byte []buf, int start, int count)
waba/io/NativeMethods|boolean socketDisconnect()
waba/io/NativeMethods|void catalogCreate(Catalog obj, String name, int mode)
waba/io/NativeMethods|boolean catalogRename(Catalog obj, String newName)
waba/io/NativeMethods|int catalogAddRecord(Catalog obj, int size)
waba/io/NativeMethods|int catalogAddRecord(Catalog obj, int size, int pos)|CatalogAddRecord2
waba/io/NativeMethods|boolean catalogResizeRecord(Catalog obj, int size)
waba/io/NativeMethods|boolean catalogClose(Catalog obj)
waba/io/NativeMethods|boolean catalogDelete(Catalog obj)
waba/io/NativeMethods|String []catalogListCatalogs(int creatorId, int type)
waba/io/NativeMethods|boolean catalogDeleteRecord(Catalog obj)
waba/io/NativeMethods|int catalogGetRecordCount(Catalog obj)
waba/io/NativeMethods|int catalogGetRecordSize(Catalog obj)
waba/io/NativeMethods|boolean catalogIsOpen(Catalog obj)
waba/io/NativeMethods|boolean catalogSetRecordPos(Catalog obj, int pos)
waba/io/NativeMethods|int catalogReadBytes(Catalog obj, byte []buf, int start, int count)
waba/io/NativeMethods|int catalogSkipBytes(Catalog obj, int count)
waba/io/NativeMethods|int catalogWriteBytes(Catalog obj, byte []buf, int start, int count)
waba/io/NativeMethods|int catalogInspectRecord(Catalog obj, byte []buf, int recPosition)
waba/io/NativeMethods|byte catalogGetRecordAttributes(Catalog obj, int recordPos)
waba/io/NativeMethods|void catalogSetRecordAttributes(Catalog obj, int recordPos, byte attr)
waba/io/NativeMethods|int catalogGetAttributes(Catalog obj)
waba/io/NativeMethods|void catalogSetAttributes(Catalog obj, int i)
waba/io/NativeMethods|int catalogGetRecordPos(Catalog obj)
waba/io/NativeMethods|void catalogCreate(Catalog obj)|CatalogCreate_NoFunc
waba/sys/NativeMethods|String convertUnsigned2hex(int b, int places)
waba/sys/NativeMethods|char convertToLowerCase(char c)
waba/sys/NativeMethods|char convertToUpperCase(char c)
waba/sys/NativeMethods|int convertToInt(String s)
waba/sys/NativeMethods|String convertToString(char c)|ConvertToString_Char
waba/sys/NativeMethods|int convertToIntBitwise(float f)
waba/sys/NativeMethods|float convertToFloatBitwise(int i)
waba/sys/NativeMethods|String convertToString(float f)|ConvertToString_Float
waba/sys/NativeMethods|String convertToString(int i)|ConvertToString_Int
waba/sys/NativeMethods|String convertToString(double d, int precision)|ConvertToString_Double
waba/sys/NativeMethods|double convertToDouble(String s)
waba/sys/NativeMethods|String convertToString(float f, int d)|ConvertToString_Float_Int
waba/sys/NativeMethods|float convertToFloat(String s)
waba/sys/NativeMethods|String convertToString(String doubleValue, int n)|ConvertToString_String_Int
waba/sys/NativeMethods|long convertDoubleToLongBits(double value)
waba/sys/NativeMethods|double convertDoubleFromLongBits(long bits)
waba/sys/NativeMethods|void timeCreate(Time obj)
waba/sys/NativeMethods|byte[] vmGetFile(String name)
waba/sys/NativeMethods|int vmGetRemainingBattery()
waba/sys/NativeMethods|boolean vmCopyArray(Object srcArray, int srcStart, Object dstArray, int dstStart, int length)|(*vmGlobals->copyArray)
waba/sys/NativeMethods|int vmGetTimeStamp()
waba/sys/NativeMethods|void vmSetTimeStamp(waba.sys.Time t)
waba/sys/NativeMethods|void vmExitAndReboot()
waba/sys/NativeMethods|void vmGC()
waba/sys/NativeMethods|int vmExec(String command, String args, int launchCode, boolean wait)
waba/sys/NativeMethods|int vmSetDeviceAutoOff(int seconds)
waba/sys/NativeMethods|void vmSleep(int millis)
waba/sys/NativeMethods|static int vmGetDeviceFreeMemory()
waba/sys/NativeMethods|void vmInterceptSystemKeys(int keys)
waba/sys/NativeMethods|void vmDebug(String s)
waba/sys/NativeMethods|void vmClipboardCopy(String s)
waba/sys/NativeMethods|String vmClipboardPaste()
waba/sys/NativeMethods|boolean vmAttachLibrary(String name)
waba/sys/NativeMethods|boolean vmAttachNativeLibrary(String name)
waba/sys/NativeMethods|int vmGetSystemKeysPressed()
waba/ui/NativeMethods|void windowCreate(Window obj)
waba/ui/NativeMethods|void windowSetStatePosition(Window obj, int x, int y)
waba/ui/NativeMethods|void mainWindowCreate(MainWindow obj)
waba/ui/NativeMethods|void mainWindowExit(int exitCode)
waba/ui/NativeMethods|void mainWindowSetTimerInterval(int milliseconds)
waba/ui/NativeMethods|String mainWindowGetCommandLine()
waba/ui/NativeMethods|void mainWindowSetThreadCount(int count)
waba/ui/NativeMethods|boolean eventIsAvailable()
waba/ui/NativeMethods|void windowPumpEvents()
waba/ui/NativeMethods|void windowUpdateScreen()