Interface ValueRenderer.OfInt

All Superinterfaces:
ValueRenderer<Integer>
Enclosing interface:
ValueRenderer<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ValueRenderer.OfInt extends ValueRenderer<Integer>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface dev.pfaff.altargui.inspector.ValueRenderer

    ValueRenderer.OfInt
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Widget
    build(Inspector inspector, int value)
     
    default @NotNull Widget
    build(Inspector inspector, Integer value)
    Deprecated.