-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b110
sun.awt.shell.ShellFolder is used by file chooser view to provide a special file view hierarchy. But there is no public API to retrieve this file hierarchy, when someone needs to implement their own file chooser, or display the user-familiar file hierarchy for whatever reason. This is especially needed on Windows OS.
Methods that are most needed are:
ShellFolder.getShellFolder(File file)
ShellFolder.getLinkLocation()
ShellFolder.get("fileChooserComboBoxFolders") - which provides the interesting roots.
Methods that are most needed are:
ShellFolder.getShellFolder(File file)
ShellFolder.getLinkLocation()
ShellFolder.get("fileChooserComboBoxFolders") - which provides the interesting roots.
- relates to
-
JDK-8065418 Migrate use of sun.{applet, awt, font, java2d, print, swing}.** to supported API
- Resolved
-
JDK-5097852 There is no way to get a big system icon through FileSystemView
- Open
-
JDK-8153276 [TEST_BUG] javax/swing/JFileChooser/ShellFolderQueries/ShellFolderQueriesTest.java
- Resolved
-
JDK-8182043 Access to Windows Large Icons
- Resolved