Inheritance diagram for CorbaObjectChoice::
Public Methods | |
CorbaObjectChoice (TypeCode tc) | |
TypeCode | typeCode () |
void | setAliasInfo (String name, String id) |
This method is called when the type is an aliased one. More... | |
abstract String | name () |
Name of the type. More... | |
abstract JComponent | inputRes () |
Dialog components where the user specifies the parameter or result. More... | |
abstract JComponent | inputArg () |
abstract String | getResult (Any resAny) |
Request management: add argument to Any, or extract result from Any (and convert it to String). More... | |
abstract void | setArgument (Any argsAny) throws InvalidChoiceException |
void | setInitialValue (Any argsAny) |
Used to show default parameters. More... | |
String | toString (java.lang.Object obj) |
Converts that object to string. More... | |
java.lang.Object | asObject () throws InvalidChoiceException |
Returns the object selected in that choice. More... | |
abstract java.lang.Object | asObject (String inText) throws InvalidChoiceException |
Returns the object introduced as that text. More... | |
String | inputText () |
|
|
|
|
|
This method is called when the type is an aliased one.
Reimplemented in SequenceChoice. |
|
Name of the type.
Reimplemented in AliasChoice, BooleanChoice, DoubleChoice, EnumChoice, InterfaceChoice, LongChoice, OctetChoice, PixValueChoice, SequenceChoice, StringChoice, StructChoice, and VoidChoice. |
|
Dialog components where the user specifies the parameter or result.
Reimplemented in AliasChoice, BooleanChoice, DoubleChoice, EnumChoice, InterfaceChoice, LongChoice, OctetChoice, PixValueChoice, SequenceChoice, StringChoice, StructChoice, and VoidChoice. |
|
Reimplemented in AliasChoice, BooleanChoice, DoubleChoice, EnumChoice, InterfaceChoice, LongChoice, MatrixChoice, OctetChoice, PixValueChoice, PointChoice, SequenceChoice, SizesChoice, StringChoice, StructChoice, TagListChoice, and VoidChoice. |
|
Request management: add argument to Any, or extract result from Any (and convert it to String).
Reimplemented in AliasChoice, BooleanChoice, DoubleChoice, EnumChoice, InterfaceChoice, LongChoice, OctetChoice, PixValueChoice, SequenceChoice, StringChoice, StructChoice, and VoidChoice. |
|
Reimplemented in AliasChoice, BooleanChoice, DoubleChoice, EnumChoice, InterfaceChoice, LongChoice, OctetChoice, PixValueChoice, SequenceChoice, StringChoice, StructChoice, and VoidChoice. |
|
Used to show default parameters.
Reimplemented in DoubleChoice, and LongChoice. |
|
Converts that object to string. Useful method to implement getResult. Reimplemented in AliasChoice, EnumChoice, InterfaceChoice, PixValueChoice, SequenceChoice, StructChoice, and VoidChoice. |
|
Returns the object selected in that choice. Useful method to implement setArgument. Reimplemented in EnumChoice. |
|
Returns the object introduced as that text. Useful method to implement setArgument. Reimplemented in AliasChoice, BooleanChoice, DoubleChoice, EnumChoice, InterfaceChoice, LongChoice, MatrixChoice, OctetChoice, PixValueChoice, PointChoice, SequenceChoice, SizesChoice, StringChoice, StructChoice, TagListChoice, and VoidChoice. |
|
|