Uses of Class
com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Packages that use AbstractButtonPanelBuilder
Package
Description
Contains optional builder classes of the Forms framework.
-
Uses of AbstractButtonPanelBuilder in com.jgoodies.forms.builder
Subclasses of AbstractButtonPanelBuilder in com.jgoodies.forms.builderModifier and TypeClassDescriptionfinal classBuilds consistent button bars that comply with popular style guides.final classBuilds consistent button stacks that comply with popular style guides. -
Uses of AbstractButtonPanelBuilder in com.jgoodies.forms.internal
Classes in com.jgoodies.forms.internal with type parameters of type AbstractButtonPanelBuilderModifier and TypeClassDescriptionclassAbstractButtonPanelBuilder<B extends AbstractButtonPanelBuilder<B>>The abstract superclass forButtonBarBuilderandButtonStackBuilder.Methods in com.jgoodies.forms.internal that return AbstractButtonPanelBuilderModifier and TypeMethodDescriptionprotected AbstractButtonPanelBuilderConstructs an array of JButtons from the given Action array, and adds them as a sequence of related buttons separated by a default gap.protected abstract AbstractButtonPanelBuilderAbstractButtonPanelBuilder.addButton(JComponent button) protected AbstractButtonPanelBuilderAbstractButtonPanelBuilder.addButton(JComponent... buttons) Adds one or many sequences of related buttons.protected abstract AbstractButtonPanelBuilderAbstractButtonPanelBuilder.addRelatedGap()Adds the standard gap for related components.protected abstract AbstractButtonPanelBuilderAbstractButtonPanelBuilder.addUnrelatedGap()Adds the standard gap for unrelated components.