java.lang.Object
net.anwiba.commons.swing.ui.ObjectUiBuilder<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()static <T> ObjectUiBuilder<T>create()icon(IConverter<T, Icon, RuntimeException> toIconConverter) text(IConverter<T, String, RuntimeException> toTextConverter) tooltip(IConverter<T, String, RuntimeException> toToolTipConverter)
-
Constructor Details
-
ObjectUiBuilder
public ObjectUiBuilder()
-
-
Method Details
-
text
-
tooltip
-
icon
-
build
-
create
-