Inheritance diagram for DoubleChoice::
Public Methods | |
DoubleChoice (TypeCode tc) | |
String | name () |
Name of the type. More... | |
JComponent | inputRes () |
Dialog components where the user specifies the parameter or result. More... | |
JComponent | inputArg () |
String | getResult (Any resAny) |
Request management: add argument to Any, or extract result from Any (and convert it to String). More... | |
void | setArgument (Any argsAny) throws InvalidChoiceException |
void | setInitialValue (Any argsAny) |
Used to show default parameters. More... | |
java.lang.Object | asObject (String inText) throws InvalidChoiceException |
Returns the object introduced as that text. More... |
|
|
|
Name of the type.
Reimplemented from CorbaObjectChoice. |
|
Dialog components where the user specifies the parameter or result.
Reimplemented from CorbaObjectChoice. |
|
Reimplemented from CorbaObjectChoice. |
|
Request management: add argument to Any, or extract result from Any (and convert it to String).
Reimplemented from CorbaObjectChoice. |
|
Reimplemented from CorbaObjectChoice. |
|
Used to show default parameters.
Reimplemented from CorbaObjectChoice. |
|
Returns the object introduced as that text. Useful method to implement setArgument. Reimplemented from CorbaObjectChoice. |