Package swingtree.api
Interface SwingBuilder<C extends JComponent>
- Type Parameters:
C
- The UI component type built by implementations of this.
public interface SwingBuilder<C extends JComponent>
-
Method Summary
-
Method Details
-
build
Build the component.
Note that this method deliberately requires the handling of checked exceptions at its invocation sites because there may be any number of implementations hiding behind this interface and so it is unwise to assume that all of them will be able to execute gracefully without throwing exceptions.- Returns:
- The built
JComponent
type. - Throws:
Exception
-