Class FolderPicker


  • public class FolderPicker
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FolderPicker​(com.sun.star.uno.XComponentContext xContext)
      Convenience wrapper class for the UNO folder picker service
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()
      Get a user selected path with a folder picker
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FolderPicker

        public FolderPicker​(com.sun.star.uno.XComponentContext xContext)
        Convenience wrapper class for the UNO folder picker service
        Parameters:
        xContext - the UNO component context from which the folder picker can be created
    • Method Detail

      • getPath

        public java.lang.String getPath()
        Get a user selected path with a folder picker
        Returns:
        the path or null if the dialog is canceled