|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnalysisOptionsGuiBeanAPI
Title: AnalysisOptionsGuiBeanAPI
Description: This interface is implemented by all the Analysis Option Gui Beans. For eg: Gui Bean(NEHRP_GuiBean) for the NEHRP analysis option selection implements this GUI bean. This has been done becuase application can show the GUIbean in the main application without knowing which GUI bean it is actually calling. As all GUI beans for analysis option implements this interface, so application just create instance the instance of this interface and contact the GUI beans using this interface
| Method Summary | |
|---|---|
void |
clearData()
Clears the Data window |
String |
getData()
|
JPanel |
getGuiBean()
Gets the panel for the Gui Bean for the selected analysis option in the application. |
String |
getSelectedDataEdition()
Returns the selected data edition |
String |
getSelectedRegion()
Returns the selected Region |
| Method Detail |
|---|
JPanel getGuiBean()
void clearData()
String getData()
String getSelectedRegion()
String getSelectedDataEdition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||