Package net.anwiba.commons.swing.ui
Class ObjectUiBuilder<T>
- java.lang.Object
-
- net.anwiba.commons.swing.ui.ObjectUiBuilder<T>
-
public class ObjectUiBuilder<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ObjectUiBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IObjectUi<T>build()ObjectUiBuilder<T>icon(IConverter<T,javax.swing.Icon,java.lang.RuntimeException> toIconConverter)ObjectUiBuilder<T>text(IConverter<T,java.lang.String,java.lang.RuntimeException> toTextConverter)ObjectUiBuilder<T>tooltip(IConverter<T,java.lang.String,java.lang.RuntimeException> toToolTipConverter)
-
-
-
Method Detail
-
text
public ObjectUiBuilder<T> text(IConverter<T,java.lang.String,java.lang.RuntimeException> toTextConverter)
-
tooltip
public ObjectUiBuilder<T> tooltip(IConverter<T,java.lang.String,java.lang.RuntimeException> toToolTipConverter)
-
icon
public ObjectUiBuilder<T> icon(IConverter<T,javax.swing.Icon,java.lang.RuntimeException> toIconConverter)
-
-