Inheritance diagram for InterfaceChoice::
Public Methods | |
InterfaceChoice (TypeCode tc) | |
String | name () |
Name of the type. More... | |
JComponent | inputRes () |
Dialog components where the user specifies the parameter or result. More... | |
JComponent | inputObj () |
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 |
String | toString (java.lang.Object obj) |
Converts that object to string. More... | |
java.lang.Object | asObject (String name) throws InvalidChoiceException |
Returns the object introduced as that text. More... | |
Request | createRequest (String op) throws InvalidChoiceException |
void | dragOver (DropTargetDragEvent event) |
void | drop (DropTargetDropEvent event) |
void | dragEnter (DropTargetDragEvent event) |
void | dragExit (DropTargetEvent event) |
void | dropActionChanged (DropTargetDragEvent event) |
|
|
|
Name of the type.
Reimplemented from CorbaObjectChoice. |
|
Dialog components where the user specifies the parameter or result.
Reimplemented from CorbaObjectChoice. |
|
|
|
Reimplemented from CorbaObjectChoice. Reimplemented in MatrixChoice, and TagListChoice. |
|
Request management: add argument to Any, or extract result from Any (and convert it to String).
Reimplemented from CorbaObjectChoice. |
|
Reimplemented from CorbaObjectChoice. |
|
Converts that object to string. Useful method to implement getResult. Reimplemented from CorbaObjectChoice. |
|
Returns the object introduced as that text. Useful method to implement setArgument. Reimplemented from CorbaObjectChoice. Reimplemented in MatrixChoice, and TagListChoice. |
|
|
|
|
|
|
|
|
|
|
|
|