Package jmri.profile
Class ProfileFileView
- java.lang.Object
-
- javax.swing.filechooser.FileView
-
- jmri.profile.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)
-
-
-
Constructor Detail
-
ProfileFileView
public ProfileFileView()
-
-
Method Detail
-
getDescription
public java.lang.String getDescription(java.io.File f)
- Overrides:
getDescription
in classjavax.swing.filechooser.FileView
-
isTraversable
public java.lang.Boolean isTraversable(java.io.File f)
- Overrides:
isTraversable
in classjavax.swing.filechooser.FileView
-
getIcon
public javax.swing.Icon getIcon(java.io.File f)
- Overrides:
getIcon
in classjavax.swing.filechooser.FileView
-
-