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

TextProp Class Reference

Inheritance diagram for TextProp::

PropertyDialog List of all members.

Public Methods

 TextProp ()
void onOk ()

Public Attributes

String text = null

Constructor & Destructor Documentation

TextProp::TextProp   [inline]
 

00108     {
00109         super(WorldApp.frame, "Text");
00110 
00111         textField = new JTextField(50);
00112         addPair("Text:", textField);
00113     }


Member Function Documentation

void TextProp::onOk   [inline, virtual]
 

Reimplemented from PropertyDialog.

00116     {
00117         text = textField.getText();
00118     }


Member Data Documentation

String TextProp::text = null
 


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