Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@sluke-nuix
Copy link
Contributor

  1. Added ReportDataModel for setting and modifying data values
  • The data model holds a group of maps with the data
  1. Added ReportDisplayPanel to display the data on a JPanel
  • Also acts as a listener to the data so it gets updated on changes
  1. Modified the ProgressDialog to add a ReportDisplayPanel
  • An empty ReportDisplayPanel is always added
  • Call ProgressDialog#addReport(ReportDataModel) to show contents
  1. Added a Java test class to play with and an Ruby script in the Examples.

sluke-nuix and others added 4 commits September 13, 2022 08:47
1. Added ReportDataModel for setting and modifying data values
2. Added ReportDisplayPanel to display the data on a JPanel
3. Modified the ProgressDialog to add a ReportDisplayPanel
4. Added a Java test class to play with and an Ruby script in the Examples.
More Javadocs added.

Added more change events for sections and data fields being added.  Also modified the ProgressDialog to react better when the various parts are hidden and shown
If set to grow vertically, will split unused space with log message area, likely leaving empty space above and below rows of report area.  Log message area already consumes unused space which compacts things nicely already.
@sluke-nuix sluke-nuix merged commit abee395 into master Sep 13, 2022
@sluke-nuix sluke-nuix deleted the feature/add-report-to-progress branch September 21, 2022 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants