sk.uniba.euromath.gene.gui.widgets
Interface IEncodingFilter


public interface IEncodingFilter

Checks for encoding query composite if given encoding can be returned as a result.

Author:
Martin Vysny

Method Summary
 boolean accepts(String encoding)
          Checks if given encoding is acceptable.
 

Method Detail

accepts

boolean accepts(String encoding)
Checks if given encoding is acceptable.

Parameters:
encoding - the encoding to check.
Returns:
true if the encoding can be selected, false otherwise.


Copyright © 2003-2006 null. All Rights Reserved.