sk.uniba.euromath.editor.dialogs
Interface IEntityFilter


public interface IEntityFilter

Filters out unwanted entities.

Author:
Martin Vysny

Method Summary
 boolean accept(String name, Entity e)
          Check if the entity is accepted or not.
 

Method Detail

accept

boolean accept(String name,
               Entity e)
Check if the entity is accepted or not.

Parameters:
name - the name of the entity
e - entity definition.
Returns:
true if entity is accepted, false otherwise.


Copyright © 2003-2006 null. All Rights Reserved.