Package swingtree.api

Interface MenuBuilder<M extends JMenuItem>

Type Parameters:
M - The UI component type build by implementations of this.

public interface MenuBuilder<M extends JMenuItem>
If you are using builders for your custom Swing components, implement this to allow the UI builder to call the build() method for you!

Consider taking a look at the living swing-tree documentation where you can browse a large collection of examples demonstrating how to use the API of SwingTree in general.

  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • build

      M build()