Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

EnumChoice Class Reference

Inheritance diagram for EnumChoice::

CorbaObjectChoice List of all members.

Public Methods

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

JComponent inputArg ()
JComponent inputRes ()
 Dialog components where the user specifies the parameter or result. More...

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 inText) throws InvalidChoiceException
 Returns the object introduced as that text. More...

java.lang.Object asObject () throws InvalidChoiceException
 Returns the object selected in that choice. More...


Constructor & Destructor Documentation

EnumChoice::EnumChoice TypeCode    tc [inline]
 


Member Function Documentation

String EnumChoice::name   [inline, virtual]
 

Name of the type.

Reimplemented from CorbaObjectChoice.

JComponent EnumChoice::inputArg   [inline, virtual]
 

Reimplemented from CorbaObjectChoice.

JComponent EnumChoice::inputRes   [inline, virtual]
 

Dialog components where the user specifies the parameter or result.

Reimplemented from CorbaObjectChoice.

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

Request management: add argument to Any, or extract result from Any (and convert it to String).

Reimplemented from CorbaObjectChoice.

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

Reimplemented from CorbaObjectChoice.

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

Converts that object to string.

Useful method to implement getResult.

Reimplemented from CorbaObjectChoice.

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

Returns the object introduced as that text.

Useful method to implement setArgument.

Reimplemented from CorbaObjectChoice.

java.lang.Object EnumChoice::asObject   [inline]
 

Returns the object selected in that choice.

Useful method to implement setArgument.

Reimplemented from CorbaObjectChoice.


The documentation for this class was generated from the following file:
Generated on Tue Jan 8 14:14:25 2002 for JavaReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001