Home
last modified time | relevance | path

Searched refs:showInputDialog (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/scripting/java/com/sun/star/script/framework/browse/
H A DParcelBrowseNode.java220 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 DProviderBrowseNode.java208 name = dialogFactory.showInputDialog(title, prompt); in invoke()
212 name = JOptionPane.showInputDialog(null, prompt, title, in invoke()
H A DDialogFactory.java132 public String showInputDialog(String title, String prompt) in showInputDialog() method in DialogFactory
/aoo4110/main/odk/examples/java/EmbedDocument/Container1/
H A DEmbedContApp.java475 String selectedValue = (String)JOptionPane.showInputDialog( null, "DocumentType", "Select", in actionPerformed()
/aoo4110/main/embeddedobj/test/Container1/
H A DEmbedContApp.java1097 String selectedValue = (String)JOptionPane.showInputDialog( null, "DocumentType", "Select", in actionPerformed()

Completed in 31 milliseconds