Package com.sun.javatest.tool
Class WDC_FileView
- java.lang.Object
-
- javax.swing.filechooser.FileView
-
- com.sun.javatest.tool.WDC_FileView
-
public class WDC_FileView extends javax.swing.filechooser.FileView
-
-
Constructor Summary
Constructors Constructor Description WDC_FileView(SelectedWorkDirApprover swda)
-
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.String
getName(java.io.File f)
java.lang.String
getTypeDescription(java.io.File f)
java.lang.Boolean
isTraversable(java.io.File f)
-
-
-
Constructor Detail
-
WDC_FileView
public WDC_FileView(SelectedWorkDirApprover swda)
-
-
Method Detail
-
getDescription
public java.lang.String getDescription(java.io.File f)
- Overrides:
getDescription
in classjavax.swing.filechooser.FileView
-
getIcon
public javax.swing.Icon getIcon(java.io.File f)
- Overrides:
getIcon
in classjavax.swing.filechooser.FileView
-
getName
public java.lang.String getName(java.io.File f)
- Overrides:
getName
in classjavax.swing.filechooser.FileView
-
getTypeDescription
public java.lang.String getTypeDescription(java.io.File f)
- Overrides:
getTypeDescription
in classjavax.swing.filechooser.FileView
-
isTraversable
public java.lang.Boolean isTraversable(java.io.File f)
- Overrides:
isTraversable
in classjavax.swing.filechooser.FileView
-
-