{"id":24505142,"url":"https://github.com/levigo/documentplatform-swing-hierarchy-inspection","last_synced_at":"2026-04-29T19:07:14.734Z","repository":{"id":50930606,"uuid":"6577918","full_name":"levigo/documentplatform-swing-hierarchy-inspection","owner":"levigo","description":"A swing component and context hierarchy inspection tool","archived":false,"fork":false,"pushed_at":"2021-05-27T12:12:39.000Z","size":76,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":12,"default_branch":"master","last_synced_at":"2026-01-01T23:18:58.852Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/levigo.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":"2012-11-07T11:02:11.000Z","updated_at":"2024-02-18T12:19:48.000Z","dependencies_parsed_at":"2022-09-03T04:11:57.132Z","dependency_job_id":null,"html_url":"https://github.com/levigo/documentplatform-swing-hierarchy-inspection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/levigo/documentplatform-swing-hierarchy-inspection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levigo%2Fdocumentplatform-swing-hierarchy-inspection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levigo%2Fdocumentplatform-swing-hierarchy-inspection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levigo%2Fdocumentplatform-swing-hierarchy-inspection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levigo%2Fdocumentplatform-swing-hierarchy-inspection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/levigo","download_url":"https://codeload.github.com/levigo/documentplatform-swing-hierarchy-inspection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levigo%2Fdocumentplatform-swing-hierarchy-inspection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32439403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-01-21T23:28:50.553Z","updated_at":"2026-04-29T19:07:14.712Z","avatar_url":"https://github.com/levigo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Hierarchy Inspection\n====================\n\nProvides a tree view of the components in a Java Swing-based application. If this application uses the jadice GUI Context framework, it is possible to display Context contents and state information.\n\nRequirements\n------------\n* Maven 3 for building the project\n* levigo-utils swing module\n  * This module is part of the levigo jadice application suite for which a valid license is necessary.\n  * This module provides the flex tree feature which is used to build the hierarchy tree\n\nUsage\n-----\n\n* Download the source and integrate it as a project into your IDE. Alternatively, run a build via maven and put the resulting jar on your application's class path.\n* Instantiate and show Inspection Frames for every Component you would like to inspect.\n\nExample\n-------\nProduce an inspection frame for a regular Swing Application JFrame and set it visible. As it is the case for any Swing code, this example needs to be run on the Event Dispatch Thread.\n```java\nJFrame frameToBeInspected = /* ... */;\n\nFrame hierarchyFrame = new FrameBuilder()\n  .forType(ApplicationType.SWING)\n  .named(\"Swing Hierarchy\")\n  .sized(800, 600)\n  .buildFor(frameToBeInspected);\n\nhierarchyFrame.setVisible(true);\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevigo%2Fdocumentplatform-swing-hierarchy-inspection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevigo%2Fdocumentplatform-swing-hierarchy-inspection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevigo%2Fdocumentplatform-swing-hierarchy-inspection/lists"}