Inheritance diagram for StubObjectChoice::

Public Methods | |
| StubObjectChoice (String intfId) | |
| void | relist (String intfId) |
| Object | getSelectedVal () |
| Return the selected value as a proper Java Object instead of just a string. More... | |
|
|
00021 {
00022 super(intfId);
00023 }
|
|
|
Reimplemented from SaObjectChoice.
00026 {
00027 java.util.Enumeration e = StubRepository.instance().listStubs(intfId);
00028 while(e.hasMoreElements())
00029 addItem(e.nextElement());
00030 }
|
|
|
Return the selected value as a proper Java Object instead of just a string.
Reimplemented from SaObjectChoice.
00034 {
00035 String val = (String) getSelectedItem();
00036 return val;
00037 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001