Module net.anwiba.commons.swing
Package net.anwiba.commons.swing.object
Interface IKeyListenerFactory<T>
public interface IKeyListenerFactory<T>
-
Method Summary
Modifier and TypeMethodDescriptioncreate(IObjectModel<T> model, PlainDocument document, IBlock<RuntimeException> clearBlock)
-
Method Details
-
create
KeyListener create(IObjectModel<T> model, PlainDocument document, IBlock<RuntimeException> clearBlock)
-