|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ProgressType | |
|---|---|
| org.lobobrowser.clientlet |
Contains interface Clientlet, which is implemented to process responses and set content renderable by a user agent. |
| org.lobobrowser.ua |
Contains interfaces that need to be implemented by a browser (like Lobo)
in order to service Lobo extensions. |
| Uses of ProgressType in org.lobobrowser.clientlet |
|---|
| Methods in org.lobobrowser.clientlet with parameters of type ProgressType | |
|---|---|
void |
ClientletContext.setProgressEvent(ProgressType progressType,
int value,
int max)
Requests the frame to update its progress bar if any. |
void |
ClientletContext.setProgressEvent(ProgressType progressType,
int value,
int max,
java.net.URL url)
Requests the frame to update its progress bar if any. |
| Uses of ProgressType in org.lobobrowser.ua |
|---|
| Methods in org.lobobrowser.ua that return ProgressType | |
|---|---|
ProgressType |
NavigatorProgressEvent.getProgressType()
|
static ProgressType |
ProgressType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProgressType[] |
ProgressType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.lobobrowser.ua with parameters of type ProgressType | |
|---|---|
NavigatorProgressEvent(java.lang.Object source,
NavigatorFrame clientletFrame,
ProgressType progressType,
java.net.URL url,
java.lang.String method,
int value,
int max)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||