jaxx.runtime.swing.editor
Class FileEditorHandler.ExtentionFileFiler

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by jaxx.runtime.swing.editor.FileEditorHandler.ExtentionFileFiler
Enclosing class:
FileEditorHandler

public static class FileEditorHandler.ExtentionFileFiler
extends FileFilter


Field Summary
protected  String desciption
           
protected  String ext
           
 
Constructor Summary
FileEditorHandler.ExtentionFileFiler(String ext, String desciption)
           
 
Method Summary
 boolean accept(File file)
           
 String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ext

protected String ext

desciption

protected String desciption
Constructor Detail

FileEditorHandler.ExtentionFileFiler

public FileEditorHandler.ExtentionFileFiler(String ext,
                                            String desciption)
Method Detail

accept

public boolean accept(File file)
Specified by:
accept in class FileFilter

getDescription

public String getDescription()
Specified by:
getDescription in class FileFilter


Copyright © 2008-2012 CodeLutin. All Rights Reserved.