|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.argouml.util.FileFilters
This class handles the the various file extensions. It's not clear whether all of these are supported for input or output or a mixture of both. There is no file open>pgml/svg/xmi/log/gif and there is no known way to save only a log or an xmi out of Argo.
Field Summary | |
static SuffixFilter |
COMPRESSED_FILE_FILTER
This is a filter for compressed project format. |
static SuffixFilter |
CONFIG_FILTER
This should read or write a config file but as yet not fully implemented. |
static SuffixFilter |
EPS_FILTER
This writes an E-Postscript file. |
static SuffixFilter |
GIF_FILTER
This writes the GIF file, known issues http://argouml.tigris.org/issues/show_bug.cgi?id=396 http://argouml.tigris.org/issues/show_bug.cgi?id=407 |
static SuffixFilter |
HIST_FILTER
History Filter...Argo has trouble with remembering things at times. |
static SuffixFilter |
IDL_FILTER
Filter for IDL files |
static SuffixFilter |
JAVA_CLASS_FILTER
Java Class File Filter |
static SuffixFilter |
JAVA_FILE_FILTER
Java Source File Filter |
static SuffixFilter |
JAVA_JAR_FILTER
Java JAR File Filter |
static SuffixFilter |
LOG_FILTER
Log file filter. |
static SuffixFilter |
PGML_FILTER
This is for Precision Graphics Markup Language a very old and now mostly dead standard. |
static SuffixFilter |
PNG_FILTER
Filter for portable network graphics (png) files. |
static SuffixFilter |
PS_FILTER
This writes a Postscript file. |
static SuffixFilter |
SVG_FILTER
SVG is the standard set by the W3C re vector graphics The current output for SVG goes through GEF. |
static SuffixFilter |
UNCOMPRESSED_FILE_FILTER
This is a filter for uncompressed project format. |
static SuffixFilter |
XMI_FILTER
This is a filter for xmi files. |
Constructor Summary | |
FileFilters()
|
Method Summary | |
static String |
getSuffix(FileFilter filter)
Returns the suffix for which a FileFilter filters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final SuffixFilter UNCOMPRESSED_FILE_FILTER
public static final SuffixFilter COMPRESSED_FILE_FILTER
public static final SuffixFilter XMI_FILTER
public static final SuffixFilter PGML_FILTER
public static final SuffixFilter CONFIG_FILTER
public static final SuffixFilter HIST_FILTER
public static final SuffixFilter LOG_FILTER
public static final SuffixFilter JAVA_FILE_FILTER
public static final SuffixFilter JAVA_CLASS_FILTER
public static final SuffixFilter JAVA_JAR_FILTER
public static final SuffixFilter GIF_FILTER
public static final SuffixFilter PNG_FILTER
public static final SuffixFilter PS_FILTER
public static final SuffixFilter EPS_FILTER
public static final SuffixFilter SVG_FILTER
public static final SuffixFilter IDL_FILTER
Constructor Detail |
public FileFilters()
Method Detail |
public static String getSuffix(FileFilter filter)
filter
- The FileFilter from which we want to know the suffix
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20050222) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |