Horus Doc || Java GUI Reference || Doxygen's quick Index  

VoidChoice Class Reference

A CorbaObjectChoice for void's. More...

Inheritance diagram for VoidChoice::

CorbaObjectChoice List of all members.

Public Methods

 VoidChoice (TypeCode tc)
String name ()
 Name of the type. More...

JComponent inputRes ()
 Dialog component where the user specifies the parameter. More...

JComponent inputArg ()
 Dialog component where the user specifies the result. More...

String getResult (Any resAny)
 Request management: extract result from Any (and convert it to String). More...

void setArgument (Any argsAny) throws InvalidChoiceException
 Request management: add argument to Any. More...

String toString (java.lang.Object obj)
 Converts that object to string. More...

java.lang.Object asObject (String inText) throws InvalidChoiceException
 Returns the object introduced as that text. More...


Detailed Description

A CorbaObjectChoice for void's.


Constructor & Destructor Documentation

VoidChoice::VoidChoice TypeCode    tc [inline]
 

00022 {
00023     super(tc);
00024 }


Member Function Documentation

String VoidChoice::name   [inline, virtual]
 

Name of the type.

Reimplemented from CorbaObjectChoice.

00027 {
00028     return "void";
00029 }

JComponent VoidChoice::inputRes   [inline, virtual]
 

Dialog component where the user specifies the parameter.

Reimplemented from CorbaObjectChoice.

00032 {
00033     return null;
00034 }

JComponent VoidChoice::inputArg   [inline, virtual]
 

Dialog component where the user specifies the result.

Reimplemented from CorbaObjectChoice.

00037 {
00038     return null;
00039 }

String VoidChoice::getResult Any    resAny [inline, virtual]
 

Request management: extract result from Any (and convert it to String).

Reimplemented from CorbaObjectChoice.

00042 {
00043     return "";
00044 }

void VoidChoice::setArgument Any    argsAny [inline, virtual]
 

Request management: add argument to Any.

Reimplemented from CorbaObjectChoice.

00047 {
00048 }

String VoidChoice::toString java.lang.Object    obj [inline]
 

Converts that object to string.

Useful method to implement getResult.

Reimplemented from CorbaObjectChoice.

00051 {
00052     return "";
00053 }

java.lang.Object VoidChoice::asObject String    inText [inline, virtual]
 

Returns the object introduced as that text.

Useful method to implement setArgument.

Reimplemented from CorbaObjectChoice.

00056 {
00057     return null;
00058 }


The documentation for this class was generated from the following file:
Generated on Mon Jan 27 15:11:29 2003 for JavaReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001