Package jmri.profile

Class ProfileFileView


  • public class ProfileFileView
    extends javax.swing.filechooser.FileView
    FileView for use in a JFileChooser.
    • Constructor Summary

      Constructors 
      Constructor Description
      ProfileFileView()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription​(java.io.File f)  
      javax.swing.Icon getIcon​(java.io.File f)  
      java.lang.Boolean isTraversable​(java.io.File f)  
      • Methods inherited from class javax.swing.filechooser.FileView

        getName, getTypeDescription
      • Methods inherited from class java.lang.Object

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

      • getDescription

        public java.lang.String getDescription​(java.io.File f)
        Overrides:
        getDescription in class javax.swing.filechooser.FileView
      • isTraversable

        public java.lang.Boolean isTraversable​(java.io.File f)
        Overrides:
        isTraversable in class javax.swing.filechooser.FileView
      • getIcon

        public javax.swing.Icon getIcon​(java.io.File f)
        Overrides:
        getIcon in class javax.swing.filechooser.FileView