org.jivesoftware.spark.util
Class WindowsFileSystemView

java.lang.Object
  extended by javax.swing.filechooser.FileSystemView
      extended by org.jivesoftware.spark.util.WindowsFileSystemView

public class WindowsFileSystemView
extends javax.swing.filechooser.FileSystemView

WindowsFileSystemView

Version:
1.0
Author:
Andrew Selkirk

Constructor Summary
WindowsFileSystemView()
          Constructor WindowsFileSystemView
 
Method Summary
 java.io.File createNewFolder(java.io.File value0)
          createNewFolder
 java.io.File[] getRoots()
          getRoots
 boolean isHiddenFile(java.io.File value0)
          isHiddenFile
 boolean isRoot(java.io.File value0)
          isRoot
 
Methods inherited from class javax.swing.filechooser.FileSystemView
createFileObject, createFileObject, createFileSystemRoot, getChild, getDefaultDirectory, getFiles, getFileSystemView, getHomeDirectory, getParentDirectory, getSystemDisplayName, getSystemIcon, getSystemTypeDescription, isComputerNode, isDrive, isFileSystem, isFileSystemRoot, isFloppyDrive, isParent, isTraversable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsFileSystemView

public WindowsFileSystemView()
Constructor WindowsFileSystemView

Method Detail

isRoot

public boolean isRoot(java.io.File value0)
isRoot

Overrides:
isRoot in class javax.swing.filechooser.FileSystemView
Parameters:
value0 - TODO

createNewFolder

public java.io.File createNewFolder(java.io.File value0)
                             throws java.io.IOException
createNewFolder

Specified by:
createNewFolder in class javax.swing.filechooser.FileSystemView
Parameters:
value0 - TODO
Throws:
java.io.IOException - TODO

isHiddenFile

public boolean isHiddenFile(java.io.File value0)
isHiddenFile

Overrides:
isHiddenFile in class javax.swing.filechooser.FileSystemView
Parameters:
value0 - TODO

getRoots

public java.io.File[] getRoots()
getRoots

Overrides:
getRoots in class javax.swing.filechooser.FileSystemView