Package | Description |
---|---|
com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
com.teamdev.jxbrowser.cast | |
com.teamdev.jxbrowser.profile |
Contains interfaces for working with Chromium profiles.
|
Modifier and Type | Method and Description |
---|---|
Profile |
Browser.profile()
Returns the profile that the browser belongs to.
|
Modifier and Type | Method and Description |
---|---|
Profile |
MediaReceiver.profile()
Returns profile whose media router discovered the receiver.
|
Profile |
CastSession.profile()
Returns the profile that discovered this cast session.
|
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. |