public class CustomFileView extends FileView
Modifier and Type | Field and Description |
---|---|
protected static CustomFileView |
FILE_VIEW |
protected static String |
HTML_DESCRIPTION |
protected static Icon |
HTML_ICON |
protected static String |
JGLOSS_DESCRIPTION |
protected static Icon |
JGLOSS_ICON |
protected static String |
TEMPLATE_DESCRIPTION |
protected static Icon |
TEMPLATE_ICON |
protected static String |
TEX_DESCRIPTION |
protected static Icon |
TEX_ICON |
protected static String |
TEXT_DESCRIPTION |
protected static Icon |
TEXT_ICON |
protected static String |
XML_DESCRIPTION |
protected static Icon |
XML_ICON |
Modifier | Constructor and Description |
---|---|
protected |
CustomFileView() |
Modifier and Type | Method and Description |
---|---|
static FileView |
getFileView()
Returns the unique instance of the custom file view which can be
used with JFileChooser instances.
|
Icon |
getIcon(File f) |
String |
getTypeDescription(File f) |
getDescription, getName, isTraversable
protected static CustomFileView FILE_VIEW
protected static String JGLOSS_DESCRIPTION
protected static String XML_DESCRIPTION
protected static String HTML_DESCRIPTION
protected static String TEX_DESCRIPTION
protected static String TEXT_DESCRIPTION
protected static String TEMPLATE_DESCRIPTION
protected static Icon JGLOSS_ICON
protected static Icon XML_ICON
protected static Icon HTML_ICON
protected static Icon TEX_ICON
protected static Icon TEXT_ICON
protected static Icon TEMPLATE_ICON
public static FileView getFileView()
public String getTypeDescription(File f)
getTypeDescription
in class FileView
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.