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

VideoLoadProp Class Reference

Inheritance diagram for VideoLoadProp::

PropertyDialog List of all members.

Public Methods

 VideoLoadProp ()
String getText ()
void onOk ()

Public Attributes

String name = null

Constructor & Destructor Documentation

VideoLoadProp::VideoLoadProp   [inline]
 

00121     {
00122         super("Video name");
00123 
00124         nameField = new JTextField(30);
00125         addPair("Path: ", nameField);
00126     }


Member Function Documentation

String VideoLoadProp::getText   [inline, virtual]
 

Reimplemented from PropertyDialog.

00129     {
00130         return "";
00131     }

void VideoLoadProp::onOk   [inline, virtual]
 

Reimplemented from PropertyDialog.

00134     {
00135         name = nameField.getText();
00136     }


Member Data Documentation

String VideoLoadProp::name = null
 


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