Uses of Interface
io.codeworth.panelmatic.PanelMaticComponentCustomizer
-
Packages that use PanelMaticComponentCustomizer Package Description io.codeworth.panelmatic io.codeworth.panelmatic.impl Holds implementations of the Panel Builders.io.codeworth.panelmatic.util.customizers -
-
Uses of PanelMaticComponentCustomizer in io.codeworth.panelmatic
Methods in io.codeworth.panelmatic that return types with arguments of type PanelMaticComponentCustomizer Modifier and Type Method Description List<PanelMaticComponentCustomizer>PanelBuilder. getCustomizerChain()Allows access to the chain ofPanelMaticComponentCustomizers that customize components before adding them to the built panel.Methods in io.codeworth.panelmatic with parameters of type PanelMaticComponentCustomizer Modifier and Type Method Description PanelBuilderPanelBuilder. begin(PanelMaticComponentCustomizer... custsForCurrentBuild)Prepares the builder to get a panel using internally-created container.PanelBuilderPanelBuilder. begin(JComponent basePanel, PanelMaticComponentCustomizer... custsForCurrentBuild)Prepares the builder to get a panel using the suppliedJComponentas the top-level container.static PanelBuilderPanelMatic. begin(PanelMaticComponentCustomizer... custsForCurrentBuild)Retrieves a builder (either pooled or new) and returns it.static PanelBuilderPanelMatic. begin(JComponent basePanel, PanelMaticComponentCustomizer... custsForCurrentBuild)Retrieves a builder (either pooled or new) and returns it. -
Uses of PanelMaticComponentCustomizer in io.codeworth.panelmatic.impl
Methods in io.codeworth.panelmatic.impl that return types with arguments of type PanelMaticComponentCustomizer Modifier and Type Method Description List<PanelMaticComponentCustomizer>AbstractPanelBuilder. getCustomizerChain()Methods in io.codeworth.panelmatic.impl with parameters of type PanelMaticComponentCustomizer Modifier and Type Method Description PanelBuilderAbstractPanelBuilder. begin(PanelMaticComponentCustomizer... custsForCurrentBuild)PanelBuilderAbstractPanelBuilder. begin(JComponent basePanel, PanelMaticComponentCustomizer... custsForCurrentBuild) -
Uses of PanelMaticComponentCustomizer in io.codeworth.panelmatic.util.customizers
Classes in io.codeworth.panelmatic.util.customizers that implement PanelMaticComponentCustomizer Modifier and Type Class Description classAutoScrollPaneCustomizerWrapsScrollables in aJScrollPane.classChangeDetectorCustomizerUsed to detect changes in multiple components.classColorOnFocusCustomizerColors text components when they gain focus.
-