Index of all Fields and Methods
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

A

BOLD. Static variable in class browser.FontInfo
Font style: Bold
BOLD_ITALIC. Static variable in class browser.FontInfo
Font style: Bold and Italic
BrowserInterface(Container). Constructor for class browser.BrowserInterface
Create a BrowserInterface object.

D

decStrToInt(String). Static method in class browser.Tag
Converts a string to a non-negative integer.

F

fi. Variable in class browser.BrowserInterface
Font information.
FIXED. Static variable in class browser.FontInfo
Font type: Fixed width
flagSpaceBefore. Variable in class browser.Parser
True if there were some spaces before current token.
flagTokenIsSpecial. Variable in class browser.Parser
True if current token is a special symbol (&...;).
flagTokenIsTag. Variable in class browser.Parser
True if current token is a Tag
FontInfo(). Constructor for class browser.FontInfo
Create a FontInfo object.

G

getColorParam(String). Method in class browser.Tag
Read value of the parameter as Color.
getFileName(). Method in class browser.BrowserInterface
Get filename of the current document
getFont(int). Method in class browser.FontInfo
Get Font from an index.
getIntParam(String). Method in class browser.Tag
Read value of the parameter as a decimal integer
getMenuHeight(). Method in class browser.BrowserInterface
Get height of the menu panel (in pixels).
getMenuMode(). Method in class browser.BrowserInterface
Get current menu mode.
getNextToken(). Method in class browser.Parser
Get the next token.
getSize(int). Static method in class browser.FontInfo
Get font size from an index.
getStringParam(String). Method in class browser.Tag
Read value of the parameter as a string and convert it to upper case.
getStringParam(String, boolean). Method in class browser.Tag
Read value of the parameter as a string
getStyle(int). Static method in class browser.FontInfo
Get font style from an index.
getTargetParam(String). Method in class browser.Tag
Read value of the parameter as a target name.
getType(int). Static method in class browser.FontInfo
Get font type from an index.
getURLName(). Method in class browser.BrowserInterface
Get URL of the current document
getURLParam(String). Method in class browser.Tag
Read value of the parameter as URL name.
getValue(). Method in class browser.Tag
Get name of the HTML tag.
goBack(). Method in class browser.BrowserInterface
Go back in the history list.
goForward(). Method in class browser.BrowserInterface
Go forward in the history list.

H

hexStrToInt(String). Static method in class browser.Tag
Converts a string to a non-negative integer.

I

isParam(String). Method in class browser.Tag
Check if the tag has the specified parameter
ITALIC. Static variable in class browser.FontInfo
Font style: Italic

M

makeFontIdx(int, int, int). Static method in class browser.FontInfo
Make font index.
MENU_BOTH. Static variable in class browser.BrowserInterface
Menu text is displayed in the document and in the menu panel.
MENU_INLINE. Static variable in class browser.BrowserInterface
Menu text is displayed in the document.
MENU_PANEL. Static variable in class browser.BrowserInterface
Menu text is displayed in the menu panel.
moreTokens(). Method in class browser.Parser
Check if more tokens are available.

N

NORMAL. Static variable in class browser.FontInfo
Font type: Proportinal

P

Parser(URL). Constructor for class browser.Parser
Create a parser object.
PLAIN. Static variable in class browser.FontInfo
Font style: Plain

S

setMenuHeight(int). Method in class browser.BrowserInterface
Set height of the menu panel.
setMenuMode(int). Method in class browser.BrowserInterface
Set menu mode.
setPreformatted(boolean). Method in class browser.Parser
Turn Preformatted mode ON/OFF.
setSize(int, int). Static method in class browser.FontInfo
Set font size into font index
setStyle(int, int). Static method in class browser.FontInfo
Set font style into font index
setType(int, int). Static method in class browser.FontInfo
Set font type into font index

T

Tag(String). Constructor for class browser.Tag
Create a Tag object from a string.

U

URL_Process(String, String). Method in class browser.BrowserInterface
Load and display an HTML file.
URL_Process(URL). Method in class browser.BrowserInterface
Load and display an HTML file.
URL_Stop(). Method in class browser.BrowserInterface
Stop loading HTML file.