Interface | Description |
---|---|
ComponentBuilder<T extends java.awt.Component> |
Interface for building a structure of
Component 's. |
Class | Description |
---|---|
JMenuBarBuilder |
Factory class for building a
JMenuBar . |
JMenuBuilder |
Factory class for building a
JMenu . |
JMenuItemBuilder |
Factory class for building a
JMenuItem . |
JMenuBar
.