Uses of Class
io.codeworth.panelmatic.componentbehavior.ComponentBehavior
-
Packages that use ComponentBehavior Package Description io.codeworth.panelmatic.componentbehavior Holds theComponentBehaviorand the classes involved in modifying it.io.codeworth.panelmatic.impl Holds implementations of the Panel Builders.io.codeworth.panelmatic.impl.gridbagpanelbuilder Gridbag layout based implementation of the panel builder. -
-
Uses of ComponentBehavior in io.codeworth.panelmatic.componentbehavior
Methods in io.codeworth.panelmatic.componentbehavior that return ComponentBehavior Modifier and Type Method Description ComponentBehaviorComponentBehavior. apply(BehaviorModifier... modifiers)Returns a modified copy of the behavior.ComponentBehaviorComponentBehavior. clone()Create a new object, which is an exact copy ofthisone.ComponentBehaviorBehaviorBuilder. get()ComponentBehaviorBehaviorModifier. modify(ComponentBehavior b)Methods in io.codeworth.panelmatic.componentbehavior with parameters of type ComponentBehavior Modifier and Type Method Description ComponentBehaviorBehaviorModifier. modify(ComponentBehavior b) -
Uses of ComponentBehavior in io.codeworth.panelmatic.impl
Methods in io.codeworth.panelmatic.impl that return ComponentBehavior Modifier and Type Method Description ComponentBehaviorAbstractPanelBuilder. getBaseComponentBehavior()ComponentBehaviorAbstractPanelBuilder. getHeaderBehavior()ComponentBehaviorAbstractPanelBuilder. getLabelBehavior()Methods in io.codeworth.panelmatic.impl with parameters of type ComponentBehavior Modifier and Type Method Description protected abstract voidAbstractPanelBuilder. addImpl(JComponent aLabelComp, JComponent aComp, ComponentBehavior aBehavior)The actual addition of the component to the product is done here.voidAbstractPanelBuilder. setBaseComponentBehavior(ComponentBehavior baseComponentBehavior)voidAbstractPanelBuilder. setHeaderBehavior(ComponentBehavior aHeaderBehavior)voidAbstractPanelBuilder. setLabelBehavior(ComponentBehavior aLabelBehavior)Constructors in io.codeworth.panelmatic.impl with parameters of type ComponentBehavior Constructor Description AbstractPanelBuilder(ComponentBehavior baseComponentBehavior)AbstractPanelBuilder(ComponentBehavior headerBehavior, ComponentBehavior labelBehavior, ComponentBehavior baseComponentBehavior) -
Uses of ComponentBehavior in io.codeworth.panelmatic.impl.gridbagpanelbuilder
Methods in io.codeworth.panelmatic.impl.gridbagpanelbuilder with parameters of type ComponentBehavior Modifier and Type Method Description protected voidGbPanelBuilder. addImpl(JComponent aLabelComp, JComponent aComp, ComponentBehavior aBehavior)protected GridBagConstraintsGbPanelBuilder. convertBehavior(ComponentBehavior b)voidGbPanelBuilder. setHeaderBehavior(ComponentBehavior aHeaderBehavior)voidGbPanelBuilder. setLabelBehavior(ComponentBehavior aLabelBehavior)
-