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.StringgetDescription(java.io.File f)javax.swing.IcongetIcon(java.io.File f)java.lang.StringgetName(java.io.File f)java.lang.StringgetTypeDescription(java.io.File f)java.lang.BooleanisTraversable(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:
getDescriptionin classjavax.swing.filechooser.FileView
-
getIcon
public javax.swing.Icon getIcon(java.io.File f)
- Overrides:
getIconin classjavax.swing.filechooser.FileView
-
getName
public java.lang.String getName(java.io.File f)
- Overrides:
getNamein classjavax.swing.filechooser.FileView
-
getTypeDescription
public java.lang.String getTypeDescription(java.io.File f)
- Overrides:
getTypeDescriptionin classjavax.swing.filechooser.FileView
-
isTraversable
public java.lang.Boolean isTraversable(java.io.File f)
- Overrides:
isTraversablein classjavax.swing.filechooser.FileView
-
-