Inheritance diagram for VideoLoadProp::
Public Methods | |
VideoLoadProp () | |
String | getText () |
void | onOk () |
Public Attributes | |
String | name = null |
|
00121 { 00122 super("Video name"); 00123 00124 nameField = new JTextField(30); 00125 addPair("Path: ", nameField); 00126 } |
|
Reimplemented from PropertyDialog.
00129 { 00130 return ""; 00131 } |
|
Reimplemented from PropertyDialog.
00134 { 00135 name = nameField.getText(); 00136 } |
|
|