|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MainSelectionPanel Interface It has the following implemented classes, HMMSelectionPanel, NHMMSelectionPanel, MIXTURESelectionPanel and NMIXTURESelectionPanel.
HMMSelectionPanel
,
NHMMSelectionPanel
Method Summary | |
void |
createFirstPanel(java.awt.GridBagLayout layout,
java.awt.GridBagConstraints c,
AlgorithmParams ap)
Create first panel. |
void |
createSecondPanel(java.awt.GridBagLayout layout,
java.awt.GridBagConstraints c,
AlgorithmParams ap)
Create second panel. |
void |
createThirdPanel()
Create third panel. |
java.lang.String |
getActionType()
Get the Action type. |
java.lang.String |
getModelType()
Get the Model type. |
javax.swing.JPanel |
getSelectionPanel()
Get its SelectionPanel. |
void |
saveBasicOptionsToAlgorithmParams()
Save options to glabal AlgorithmParams object. |
void |
setActionType(java.lang.String t)
Set action type |
void |
updateSelections()
Update GUI components with proper data. |
Method Detail |
public void createFirstPanel(java.awt.GridBagLayout layout, java.awt.GridBagConstraints c, AlgorithmParams ap)
layout
- GridBagLayout objectc
- GridBagConstraints objectap
- AlgorithmParmas objectpublic void createSecondPanel(java.awt.GridBagLayout layout, java.awt.GridBagConstraints c, AlgorithmParams ap)
layout
- GridBagLayout objectc
- GridBagConstraints objectap
- AlgorithmParmas objectpublic void createThirdPanel()
public void setActionType(java.lang.String t)
public javax.swing.JPanel getSelectionPanel()
public java.lang.String getModelType()
public java.lang.String getActionType()
public void updateSelections()
public void saveBasicOptionsToAlgorithmParams()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |