com.antelmann.util.gui
Class DialogFilter<T>
java.lang.Object
com.antelmann.util.gui.DialogFilter<T>
- All Implemented Interfaces:
- Filter<T>
public class DialogFilter<T>
- extends Object
- implements Filter<T>
a special filter that will accept a given entry via dialog response
- Since:
- 04.11.2016, 20:01:08
- Author:
- holger
|
Method Summary |
boolean |
accept(T entry)
returns true only if the given entry is accepted by this filter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DialogFilter
public DialogFilter(ValueRetriever<Component> parentRetriever)
accept
public boolean accept(T entry)
- Description copied from interface:
Filter
- returns true only if the given entry is accepted by this filter
- Specified by:
accept in interface Filter<T>
(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads