forked from fracture91/wpi-suite-tng
-
Notifications
You must be signed in to change notification settings - Fork 3
Requirements management panels and tabs
alexhenning edited this page Apr 27, 2013
·
3 revisions
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 actually contain the content that the user cares about. They are typically a JPanel containing the relevant widgets.
-
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.