Searched defs:selectionField (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXFileDialogPeer.java93 TextField selectionField; field in class:XFileDialogPeer
173 selectionField = new TextField();
261 addComponent(selectionField, gbl, gbc, 0, 7, 2,
292 selectionField.addActionListener(this);
527 * set the text in the selectionField
530 selectionField.setText(str);
609 handleSelection( selectionField.getText() );
616 if ( selectionField == ((TextField)source) ) {
620 handleSelection(selectionField.getText());
802 selectionField
[all...]

Completed in 23 milliseconds