Searched refs:showInputDialog (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/scripting/java/com/sun/star/script/framework/browse/ |
H A D | ParcelBrowseNode.java | 220 newName = dialogFactory.showInputDialog(title, prompt); in invoke() 224 newName = JOptionPane.showInputDialog(null, prompt, title, in invoke() 310 newName = dialogFactory.showInputDialog(title, prompt); in invoke() 314 newName = JOptionPane.showInputDialog(null, prompt, title, in invoke()
|
H A D | ProviderBrowseNode.java | 208 name = dialogFactory.showInputDialog(title, prompt); in invoke() 212 name = JOptionPane.showInputDialog(null, prompt, title, in invoke()
|
H A D | DialogFactory.java | 132 public String showInputDialog(String title, String prompt) in showInputDialog() method in DialogFactory
|
/aoo41x/main/odk/examples/java/EmbedDocument/Container1/ |
H A D | EmbedContApp.java | 475 String selectedValue = (String)JOptionPane.showInputDialog( null, "DocumentType", "Select", in actionPerformed()
|
/aoo41x/main/embeddedobj/test/Container1/ |
H A D | EmbedContApp.java | 1097 String selectedValue = (String)JOptionPane.showInputDialog( null, "DocumentType", "Select", in actionPerformed()
|
Completed in 35 milliseconds