| Package | Description |
|---|---|
| com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
| com.teamdev.jxbrowser.profile |
| Modifier and Type | Method and Description |
|---|---|
Profile |
Browser.profile()
Returns the profile that the browser belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
Profile |
Profiles.defaultProfile()
Returns the default profile instance.
|
Profile |
Profiles.newIncognitoProfile(java.lang.String name)
Creates a new incognito
Profile instance with the given name. |
Profile |
Profiles.newProfile(java.lang.String name)
Creates a new
Profile instance with the given name. |
Profile |
ProfileService.profile()
Returns the profile of this service.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Profile> |
Profiles.list()
Returns an immutable list of the available profiles including the default profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Profiles.delete(Profile profile)
Deletes the given
profile from the list of available profiles,
closes all browsers associated with it, releases all allocated resources and files in the
user data directory. |