Uses of Interface
io.codeworth.panelmatic.PanelPostProcessor
-
Packages that use PanelPostProcessor Package Description io.codeworth.panelmatic io.codeworth.panelmatic.impl Holds implementations of the Panel Builders.io.codeworth.panelmatic.util Home for classes that are not part of the core package. -
-
Uses of PanelPostProcessor in io.codeworth.panelmatic
Methods in io.codeworth.panelmatic with parameters of type PanelPostProcessor Modifier and Type Method Description JComponentPanelBuilder. get(PanelPostProcessor... pp)Finalizes the build, and returns the built panel. -
Uses of PanelPostProcessor in io.codeworth.panelmatic.impl
Methods in io.codeworth.panelmatic.impl with parameters of type PanelPostProcessor Modifier and Type Method Description JComponentAbstractPanelBuilder. get(PanelPostProcessor... ppps) -
Uses of PanelPostProcessor in io.codeworth.panelmatic.util
Methods in io.codeworth.panelmatic.util that return PanelPostProcessor Modifier and Type Method Description static PanelPostProcessorPanelPostProcessors. addBorder(String title)Adds aTitledBorderto the panel, with the passed title.static PanelPostProcessorPanelPostProcessors. addBorder(Border b)Adds a border to the product panel.static PanelPostProcessorPanelPostProcessors. wrapInScrollPane()Wraps the product in a JScrollPane that allows only vertical scrolling, and whose vertical scrollbar is visible only when needed.static PanelPostProcessorPanelPostProcessors. wrapInScrollPane(Boolean vScroll)Wraps the product in a JScrollPane that does not allow horizontal scrolling.static PanelPostProcessorPanelPostProcessors. wrapInScrollPane(Boolean hScroll, Boolean vScroll)Wraps the panel in aJScrollPane.
-