public class ObjectUiBuilder<T> extends Object
| Constructor and Description |
|---|
ObjectUiBuilder() |
| Modifier and Type | Method and Description |
|---|---|
IObjectUi<T> |
build() |
ObjectUiBuilder<T> |
icon(IConverter<T,Icon,RuntimeException> toIconConverter) |
ObjectUiBuilder<T> |
text(IConverter<T,String,RuntimeException> toTextConverter) |
ObjectUiBuilder<T> |
tooltip(IConverter<T,String,RuntimeException> toToolTipConverter) |
public ObjectUiBuilder<T> text(IConverter<T,String,RuntimeException> toTextConverter)
public ObjectUiBuilder<T> tooltip(IConverter<T,String,RuntimeException> toToolTipConverter)
public ObjectUiBuilder<T> icon(IConverter<T,Icon,RuntimeException> toIconConverter)
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.