Package net.anwiba.commons.swing.object
Interface IButtonFactory<T>
-
public interface IButtonFactory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.AbstractButtoncreate(IObjectModel<T> context, javax.swing.text.Document document, IBooleanDistributor enabledDistributor, IBlock<java.lang.RuntimeException> clearBlock)
-
-
-
Method Detail
-
create
javax.swing.AbstractButton create(IObjectModel<T> context, javax.swing.text.Document document, IBooleanDistributor enabledDistributor, IBlock<java.lang.RuntimeException> clearBlock) throws java.lang.RuntimeException
- Throws:
java.lang.RuntimeException
-
-