Package swingtree.api

Interface Buildable<T>

Type Parameters:
T - The type of the object to build.
All Known Implementing Classes:
BasicTableModel.Builder

public interface Buildable<T>
A generic interface for builder objects which is used by the SwingTree API to call the build methods of the builder objects for you and then use the built object as part of a SwingTree UI.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • build

      T build()