Class MicrosimShell.RootViews

  • Enclosing class:
    MicrosimShell

    public static class MicrosimShell.RootViews
    extends javax.swing.filechooser.FileSystemView
    • Constructor Summary

      Constructors 
      Constructor Description
      RootViews()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File createNewFolder​(java.io.File arg0)  
      java.io.File[] getRoots()  
      • Methods inherited from class javax.swing.filechooser.FileSystemView

        createFileObject, createFileObject, getChild, getChooserComboBoxFiles, getDefaultDirectory, getFiles, getFileSystemView, getHomeDirectory, getLinkLocation, getParentDirectory, getSystemDisplayName, getSystemIcon, getSystemTypeDescription, isComputerNode, isDrive, isFileSystem, isFileSystemRoot, isFloppyDrive, isHiddenFile, isLink, isParent, isRoot, isTraversable
      • Methods inherited from class java.lang.Object

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

      • RootViews

        public RootViews()
    • Method Detail

      • getRoots

        public java.io.File[] getRoots()
        Overrides:
        getRoots in class javax.swing.filechooser.FileSystemView
      • createNewFolder

        public java.io.File createNewFolder​(java.io.File arg0)
                                     throws java.io.IOException
        Specified by:
        createNewFolder in class javax.swing.filechooser.FileSystemView
        Throws:
        java.io.IOException