{"id":19151388,"url":"https://github.com/comtel2000/fx-properties-module","last_synced_at":"2026-05-13T23:34:47.583Z","repository":{"id":148372074,"uuid":"37345660","full_name":"comtel2000/fx-properties-module","owner":"comtel2000","description":"This Guice module allows JavaFX applications to bind FX Properties to Preferences and store and retrieve it from the OS-specific registry.","archived":false,"fork":false,"pushed_at":"2015-06-12T23:29:07.000Z","size":144,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-03T18:38:00.283Z","etag":null,"topics":["guice","java","javafx"],"latest_commit_sha":null,"homepage":"http://comtel2000.org","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/comtel2000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-12T21:35:12.000Z","updated_at":"2019-10-08T16:37:54.000Z","dependencies_parsed_at":"2023-03-30T09:07:07.314Z","dependency_job_id":null,"html_url":"https://github.com/comtel2000/fx-properties-module","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comtel2000%2Ffx-properties-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comtel2000%2Ffx-properties-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comtel2000%2Ffx-properties-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comtel2000%2Ffx-properties-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/comtel2000","download_url":"https://codeload.github.com/comtel2000/fx-properties-module/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240236233,"owners_count":19769573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["guice","java","javafx"],"created_at":"2024-11-09T08:14:36.730Z","updated_at":"2026-05-13T23:34:42.550Z","avatar_url":"https://github.com/comtel2000.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fx-properties-module\nThis [Guice](https://github.com/google/guice) module allows JavaFX applications to bind FX Properties to Preferences and store and retrieve it from the OS-specific registry. It's inspired by the fx-guice (https://github.com/cathive/fx-guice) preferences injection.\n\nsample usage:\n```java\n\n\t@PreferenceContext\n\tPreferenceBinder persist;\n\n\t@FXML\n\tTextField userName;\n\n\tpublic Demo() {\n\t\t// store and retrieve user name from OS registry\n\t\tpersist.bind(userName.textProperty(), \"user.name\");\n\t}\n\n\tvoid close() {\n\t\tpersist.flush();\n\t}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomtel2000%2Ffx-properties-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomtel2000%2Ffx-properties-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomtel2000%2Ffx-properties-module/lists"}