|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ivata.mask.web.browser.BrowserConstants
Just what the name says: this class contains constants used by
Browser.
| Field Summary | |
static java.lang.Integer |
TYPE_GALEON
Identifies KDE Konqueror web browser. |
static java.lang.Integer |
TYPE_INTERNET_EXPLORER
Identifies Microsoft Internet Explorer web browser. |
static java.lang.Integer |
TYPE_KONQUEROR
Identifies KDE Konqueror web browser. |
static java.lang.Integer |
TYPE_LYNX
Identifies Lynx text web browser. |
static java.lang.Integer |
TYPE_MOZILLA
Identifies Mozilla (post Netscape code-release) web browsers. |
static java.lang.Integer |
TYPE_NETSCAPE
Identifies Netscape (not Mozilla) web browsers. |
static java.lang.Integer |
TYPE_OPERA
Identifies Opera web browser. |
static java.lang.Integer |
TYPE_ROBOT
Identifies any cyborg, robot, spider or otherwise synthetic browser. |
static java.lang.Integer |
TYPE_UNKNOWN
Identifies any unrecognized web browser. |
| Constructor Summary | |
BrowserConstants()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.Integer TYPE_UNKNOWN
Identifies any unrecognized web browser.
public static final java.lang.Integer TYPE_INTERNET_EXPLORER
Identifies Microsoft Internet Explorer web browser.
public static final java.lang.Integer TYPE_NETSCAPE
Identifies Netscape (not Mozilla) web browsers.
public static final java.lang.Integer TYPE_MOZILLA
Identifies Mozilla (post Netscape code-release) web browsers.
public static final java.lang.Integer TYPE_OPERA
Identifies Opera web browser.
public static final java.lang.Integer TYPE_LYNX
Identifies Lynx text web browser.
public static final java.lang.Integer TYPE_KONQUEROR
Identifies KDE Konqueror web browser.
public static final java.lang.Integer TYPE_GALEON
Identifies KDE Konqueror web browser.
public static final java.lang.Integer TYPE_ROBOT
Identifies any cyborg, robot, spider or otherwise synthetic browser.
| Constructor Detail |
public BrowserConstants()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||