Skip to content

Requirements management panels and tabs

alexhenning edited this page Apr 27, 2013 · 3 revisions

Tabs

Tabs are the main containers that wrap the content. They are clickable and some are closable or scrollable. They are pretty simple and essentially just contain content.

Panels

Panels actually contain the content that the user cares about. They are typically a JPanel containing the relevant widgets.

Main Panels

  • ViewRequirementPanel: Panel for creating, viewing and editing requirements.
  • IterationPanel: Panel for viewing list of iterations.
  • ListRequirementPanel: Panel for viewing a table listing all requirements.
  • PermissionsPanel: Panel for viewing and assigning permissions.
  • ReleaseNumberPanel: Panel for creating and editing release numbers.
  • ViewIterationPanel: Panel for viewing and managing panels.
  • ViewSingleIterationPanel: Panel for creating an iteration.