Package com.teamdev.jxbrowser.user
Interface UserDataProfiles
public interface UserDataProfiles
A data store for the user data.
-
Method Summary
Modifier and TypeMethodDescriptionall()
Returns all user data records.void
clear()
Clears all records in the store.void
remove
(UserDataProfile addressProfile) Removes the user data from the store.
-
Method Details
-
all
List<UserDataProfile> all()Returns all user data records.The user data records are saved to the store via
SaveUserDataProfileCallback
.- Throws:
ObjectClosedException
- when the profile is deleted or its engine is closed
-
remove
Removes the user data from the store.Removed user data is not displayed in the autofill suggestion pop-up.
- Throws:
ObjectClosedException
- when the profile is deleted or its engine is closed
-
clear
void clear()Clears all records in the store.- Throws:
ObjectClosedException
- when the profile is deleted or its engine is closed
-