Uses of Class
io.codeworth.panelmatic.PanelBuilder.HeaderLevel
-
Packages that use PanelBuilder.HeaderLevel Package Description io.codeworth.panelmatic io.codeworth.panelmatic.impl Holds implementations of the Panel Builders. -
-
Uses of PanelBuilder.HeaderLevel in io.codeworth.panelmatic
Methods in io.codeworth.panelmatic that return PanelBuilder.HeaderLevel Modifier and Type Method Description static PanelBuilder.HeaderLevelPanelBuilder.HeaderLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static PanelBuilder.HeaderLevel[]PanelBuilder.HeaderLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.codeworth.panelmatic with parameters of type PanelBuilder.HeaderLevel Modifier and Type Method Description PanelBuilderPanelBuilder. addHeader(PanelBuilder.HeaderLevel hx, String title, JComponent... comps)PanelBuilderPanelBuilder. addHeader(PanelBuilder.HeaderLevel hx, Icon icn, String title, JComponent... comps)JComponentPanelBuilderComponentFactory. getHeader(PanelBuilder.HeaderLevel hx, Icon icon, String text, JComponent... headerWidgets)Creates a new heading. -
Uses of PanelBuilder.HeaderLevel in io.codeworth.panelmatic.impl
Methods in io.codeworth.panelmatic.impl with parameters of type PanelBuilder.HeaderLevel Modifier and Type Method Description PanelBuilderAbstractPanelBuilder. addHeader(PanelBuilder.HeaderLevel hx, String title, JComponent... comps)PanelBuilderAbstractPanelBuilder. addHeader(PanelBuilder.HeaderLevel hx, Icon icn, String title, JComponent... comps)protected JLabelDefaultComponentFactory. createHeaderLabel(String text, Icon icon, PanelBuilder.HeaderLevel hx)Create the label part of headers.JComponentDefaultComponentFactory. getHeader(PanelBuilder.HeaderLevel hx, Icon icon, String text, JComponent... items)
-