Uses of Interface
com.teamdev.jxbrowser.user.UserDataProfile
Packages that use UserDataProfile
Package
Description
This package provides the classes that allow you to work with browser callback.
Provides classes for managing user profiles.
-
Uses of UserDataProfile in com.teamdev.jxbrowser.browser.callback
Methods in com.teamdev.jxbrowser.browser.callback that return UserDataProfileModifier and TypeMethodDescriptiondefault UserDataProfileUpdateUserDataProfileCallback.Params.originalProfile()The original user data profile that is about to be updated.default UserDataProfileSaveUserDataProfileCallback.Params.profile()The user data profile entered in a web form.default UserDataProfileUpdateUserDataProfileCallback.Params.profile()A new user data profile that is about to replace the original profile. -
Uses of UserDataProfile in com.teamdev.jxbrowser.user
Methods in com.teamdev.jxbrowser.user that return UserDataProfileModifier and TypeMethodDescriptionUserDataProfile.Builder.build()Returns a newUserDataProfileinstance built from the current state of this builder.Methods in com.teamdev.jxbrowser.user that return types with arguments of type UserDataProfileMethods in com.teamdev.jxbrowser.user with parameters of type UserDataProfileModifier and TypeMethodDescriptionUserDataProfiles.add(UserDataProfile profile) Adds a new record to the profile data store.voidUserDataProfiles.remove(UserDataProfile addressProfile) Removes the user data from the store.