|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectparseq.Parseq
Defines the Parseq object of the program. The main object.
This is where the lists of imported and prioritized requirements
are held.
Field Summary | |
private HelpDialog |
hd
|
private RequirementList |
importedList
|
private javax.swing.JFrame |
lastPrioWindow
|
private MainWindow |
mw
|
private RequirementList |
prioList
|
Constructor Summary | |
Parseq()
Constructs the Parseq object and instantiates a HelpDialog object and the MainWindow |
Method Summary | |
RequirementList |
getImportedList()
Returns the list of imported requirements |
javax.swing.JFrame |
getLastPrioWindow()
|
RequirementList |
getPrioList()
Returns the list of prioritized requirements. |
RequirementList |
getPrioTestList()
|
private RequirementList |
getTestList()
|
static void |
main(java.lang.String[] args)
The main method of the program. |
void |
setImportedList(java.util.Vector v)
Sets the list of imported requirements |
void |
setLastPrioWindow(javax.swing.JFrame lastPrioWindow)
|
void |
setPrioList(RequirementList prioList)
Sets the list of prioritized requirements |
void |
setPrioParams(int prioMethod,
java.lang.String prioCriteria1,
java.lang.String prioCriteria2)
Sets the prioritization method and criteria. |
void |
showHelpDialog(java.lang.String helpfile)
Shows the help dialog with the requested page to use as start page |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private RequirementList importedList
private RequirementList prioList
private MainWindow mw
private javax.swing.JFrame lastPrioWindow
private HelpDialog hd
Constructor Detail |
public Parseq()
Method Detail |
private RequirementList getTestList()
public RequirementList getPrioTestList()
public RequirementList getImportedList()
public RequirementList getPrioList()
public void setLastPrioWindow(javax.swing.JFrame lastPrioWindow)
public javax.swing.JFrame getLastPrioWindow()
public void setImportedList(java.util.Vector v)
v
- the Vector object containing the list to set.public void setPrioList(RequirementList prioList)
prioList
- the RequirementList object containing the list to set.public void setPrioParams(int prioMethod, java.lang.String prioCriteria1, java.lang.String prioCriteria2)
prioMethod
- the prio method to useprioCriteria1
- the first criteria to useprioCriteria2
- the second criteria to usepublic void showHelpDialog(java.lang.String helpfile)
helpfile
- the page to show when the dialog is visiblepublic static void main(java.lang.String[] args)
args
- the arguments given. Not used.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |