Home
last modified time | relevance | path

Searched refs:chooser (Results 1 – 11 of 11) sorted by relevance

/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DDeployParcelAction.java213 JFileChooser chooser = new JFileChooser(); in getTargetFile() local
214 chooser.setDialogTitle("Deploy Parcel To Office Document"); in getTargetFile()
215 chooser.setApproveButtonText("Deploy"); in getTargetFile()
216 chooser.setFileSelectionMode(JFileChooser.FILES_ONLY); in getTargetFile()
217 chooser.setFileFilter(new FileFilter() { in getTargetFile()
233 int result = chooser.showDialog(null, null); in getTargetFile()
236 target = chooser.getSelectedFile(); in getTargetFile()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DSelectPathVisualPanel.java184 JFileChooser chooser = new JFileChooser(); in browseButtonActionPerformed() local
185 chooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY); in browseButtonActionPerformed()
186 int result = chooser.showDialog(null, null); in browseButtonActionPerformed()
189 target = chooser.getSelectedFile(); in browseButtonActionPerformed()
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java224 JFileChooser chooser = new JFileChooser(); in promptForSaveName() local
225 chooser.setFileFilter(new javax.swing.filechooser.FileFilter() { in promptForSaveName()
238 int ret = chooser.showSaveDialog(frame); in promptForSaveName()
241 filename = chooser.getSelectedFile().getAbsolutePath(); in promptForSaveName()
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleRole.idl128 contents of a directory. May be used by a file chooser.</p>
160 /** File chooser role.
179 /** Font chooser role.
/trunk/main/offapi/com/sun/star/frame/
H A DStatusbarController.idl40 A typical example for a status bar controller is the zoom level chooser
H A DXToolbarController.idl46 A typical example for toolbar controller is a font chooser on a toolbar. It provides
H A DToolbarController.idl60 is the font chooser within the toolbar. It provides all available fonts in
H A DXStatusbarController.idl43 A typical example for status bar controller is a zoom chooser. It shows
/trunk/main/xmlsecurity/source/dialogs/
H A Ddialogs.hrc120 // --------- dialog Ceritficate chooser ---------
/trunk/main/cui/source/options/
H A Doptcolor.src129 // combination of a listbox (color chooser) and window (color preview)
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl792 and select the contents of a directory. May be used by a file chooser.
809 /** A file chooser. A specialized dialog that displays the files in the
817 /** A font chooser. A font chooser is a component that lets the user pick

Completed in 65 milliseconds