Index
A B C D E F G H I L M N O P R S T V W
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- AbstractPanelBuilder - Class in io.codeworth.panelmatic.impl
-
This class provides a skeletal implementation of the
PanelBuilder
interface, to minimize the effort required to implement it from scratch. - AbstractPanelBuilder() - Constructor for class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- AbstractPanelBuilder(ComponentBehavior) - Constructor for class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- AbstractPanelBuilder(ComponentBehavior, ComponentBehavior, ComponentBehavior) - Constructor for class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- add(PanelBuilder) - Method in class io.codeworth.panelmatic.BuilderPool
-
Adds a builder to the pool.
- add(String, JComponent, BehaviorModifier...) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- add(String, JComponent, BehaviorModifier...) - Method in interface io.codeworth.panelmatic.PanelBuilder
- add(String, JComponent, JComponent, BehaviorModifier...) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- add(Icon, String, JComponent, BehaviorModifier...) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- add(Icon, String, JComponent, BehaviorModifier...) - Method in interface io.codeworth.panelmatic.PanelBuilder
- add(JComponent, BehaviorModifier...) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- add(JComponent, BehaviorModifier...) - Method in interface io.codeworth.panelmatic.PanelBuilder
- add(JComponent, JComponent, BehaviorModifier...) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- add(JComponent, JComponent, BehaviorModifier...) - Method in interface io.codeworth.panelmatic.PanelBuilder
- addBorder(String) - Static method in class io.codeworth.panelmatic.util.PanelPostProcessors
-
Adds a
TitledBorder
to the panel, with the passed title. - addBorder(Border) - Static method in class io.codeworth.panelmatic.util.PanelPostProcessors
-
Adds a border to the product panel.
- addFlexibleSpace() - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- addFlexibleSpace() - Method in interface io.codeworth.panelmatic.PanelBuilder
-
Adds an empty space that stretches to take any extra space available.
- addHeader(PanelBuilder.HeaderLevel, String, JComponent...) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- addHeader(PanelBuilder.HeaderLevel, String, JComponent...) - Method in interface io.codeworth.panelmatic.PanelBuilder
- addHeader(PanelBuilder.HeaderLevel, Icon, String, JComponent...) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- addHeader(PanelBuilder.HeaderLevel, Icon, String, JComponent...) - Method in interface io.codeworth.panelmatic.PanelBuilder
- addHeaderImpl(JComponent) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
-
Implementation of adding a header to the product.
- addHeaderImpl(JComponent) - Method in class io.codeworth.panelmatic.impl.gridbagpanelbuilder.GbPanelBuilder
- addImpl(JComponent, JComponent, ComponentBehavior) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
-
The actual addition of the component to the product is done here.
- addImpl(JComponent, JComponent, ComponentBehavior) - Method in class io.codeworth.panelmatic.impl.gridbagpanelbuilder.GbPanelBuilder
- addListener(ChangeDetectorCustomizer.Listener) - Method in class io.codeworth.panelmatic.util.customizers.ChangeDetectorCustomizer
- apply(BehaviorModifier...) - Method in class io.codeworth.panelmatic.componentbehavior.ComponentBehavior
-
Returns a modified copy of the behavior.
- AutoScrollPaneCustomizer - Class in io.codeworth.panelmatic.util.customizers
-
Wraps
Scrollable
s in aJScrollPane
. - AutoScrollPaneCustomizer() - Constructor for class io.codeworth.panelmatic.util.customizers.AutoScrollPaneCustomizer
B
- begin(PanelMaticComponentCustomizer...) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- begin(PanelMaticComponentCustomizer...) - Method in interface io.codeworth.panelmatic.PanelBuilder
-
Prepares the builder to get a panel using internally-created container.
- begin(PanelMaticComponentCustomizer...) - Static method in class io.codeworth.panelmatic.PanelMatic
-
Retrieves a builder (either pooled or new) and returns it.
- begin(JComponent, PanelMaticComponentCustomizer...) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- begin(JComponent, PanelMaticComponentCustomizer...) - Method in interface io.codeworth.panelmatic.PanelBuilder
-
Prepares the builder to get a panel using the supplied
JComponent
as the top-level container. - begin(JComponent, PanelMaticComponentCustomizer...) - Static method in class io.codeworth.panelmatic.PanelMatic
-
Retrieves a builder (either pooled or new) and returns it.
- beginImpl(JComponent) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
-
Implementation of the
AbstractPanelBuilder.begin(org.panelmatic.PanelMaticComponentCustomizer[])
method. - beginImpl(JComponent) - Method in class io.codeworth.panelmatic.impl.gridbagpanelbuilder.GbPanelBuilder
-
Implementation of the
AbstractPanelBuilder.begin(org.panelmatic.PanelMaticComponentCustomizer[])
method. - BehaviorBuilder - Class in io.codeworth.panelmatic.componentbehavior
-
Utility class to build behaviors.
- BehaviorBuilder() - Constructor for class io.codeworth.panelmatic.componentbehavior.BehaviorBuilder
- BehaviorModifier - Interface in io.codeworth.panelmatic.componentbehavior
-
Modifies a
ComponentBehavior
. - build() - Method in class io.codeworth.panelmatic.impl.gridbagpanelbuilder.GbPanelBuilderFactory
- build() - Method in interface io.codeworth.panelmatic.PanelBuilderFactory
- BuilderPool - Class in io.codeworth.panelmatic
-
Pools
PanelBuilder
s. - BuilderPool() - Constructor for class io.codeworth.panelmatic.BuilderPool
C
- CENTER - io.codeworth.panelmatic.componentbehavior.LineAlign
-
Center of the line.
- ChangeDetectorCustomizer - Class in io.codeworth.panelmatic.util.customizers
-
Used to detect changes in multiple components.
- ChangeDetectorCustomizer() - Constructor for class io.codeworth.panelmatic.util.customizers.ChangeDetectorCustomizer
- ChangeDetectorCustomizer(ChangeDetectorCustomizer.Listener) - Constructor for class io.codeworth.panelmatic.util.customizers.ChangeDetectorCustomizer
- ChangeDetectorCustomizer.Listener - Interface in io.codeworth.panelmatic.util.customizers
- changeMade(ChangeDetectorCustomizer, Object) - Method in interface io.codeworth.panelmatic.util.customizers.ChangeDetectorCustomizer.Listener
- clone() - Method in class io.codeworth.panelmatic.componentbehavior.ComponentBehavior
-
Create a new object, which is an exact copy of
this
one. - ColorOnFocusCustomizer - Class in io.codeworth.panelmatic.util.customizers
-
Colors text components when they gain focus.
- ColorOnFocusCustomizer() - Constructor for class io.codeworth.panelmatic.util.customizers.ColorOnFocusCustomizer
- ColorOnFocusCustomizer(Color) - Constructor for class io.codeworth.panelmatic.util.customizers.ColorOnFocusCustomizer
- ComponentBehavior - Class in io.codeworth.panelmatic.componentbehavior
-
Tells the component how to behave spatially (alignment, stretching etc.).
- ComponentBehavior() - Constructor for class io.codeworth.panelmatic.componentbehavior.ComponentBehavior
- convertBehavior(ComponentBehavior) - Method in class io.codeworth.panelmatic.impl.gridbagpanelbuilder.GbPanelBuilder
- createHeaderLabel(String, Icon, PanelBuilder.HeaderLevel) - Method in class io.codeworth.panelmatic.impl.DefaultComponentFactory
-
Create the label part of headers.
- customize(String, JComponent) - Method in interface io.codeworth.panelmatic.PanelMaticComponentCustomizer
-
Customize the component.
- customize(String, JComponent) - Method in class io.codeworth.panelmatic.util.customizers.AutoScrollPaneCustomizer
- customize(String, JComponent) - Method in class io.codeworth.panelmatic.util.customizers.ChangeDetectorCustomizer
- customize(String, JComponent) - Method in class io.codeworth.panelmatic.util.customizers.ColorOnFocusCustomizer
-
Maybe add the focus listener to the customized component, and to all its relevant sub-components.
- customizeComponent(String, JComponent) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
-
Runs the component through the customizers chain.
D
- DefaultComponentFactory - Class in io.codeworth.panelmatic.impl
-
A no frills component factory.
- DefaultComponentFactory() - Constructor for class io.codeworth.panelmatic.impl.DefaultComponentFactory
- DIALOG_BUTTON_CONTAINER - Static variable in class io.codeworth.panelmatic.componentbehavior.Modifiers
-
Where the buttons of a dialog box would go, when you do not want the other components to take up extra space.
E
- END - io.codeworth.panelmatic.componentbehavior.LineAlign
-
Where the last letter of a line would be.
- equals(Object) - Method in class io.codeworth.panelmatic.componentbehavior.ComponentBehavior
F
- FEET - io.codeworth.panelmatic.componentbehavior.PageAlign
-
Where the last line of the page (footer) would be.
- fireChangeEvent(Object) - Method in class io.codeworth.panelmatic.util.customizers.ChangeDetectorCustomizer
G
- GbPanelBuilder - Class in io.codeworth.panelmatic.impl.gridbagpanelbuilder
-
GridBagLayout
-based implementation of thePanelBuilder
interface. - GbPanelBuilder() - Constructor for class io.codeworth.panelmatic.impl.gridbagpanelbuilder.GbPanelBuilder
- GbPanelBuilderFactory - Class in io.codeworth.panelmatic.impl.gridbagpanelbuilder
-
Creates
GbPanelBuilder
s. - GbPanelBuilderFactory() - Constructor for class io.codeworth.panelmatic.impl.gridbagpanelbuilder.GbPanelBuilderFactory
- get() - Method in class io.codeworth.panelmatic.BuilderPool
-
Pulls a pooled builder, or returns
null
if no builder is present. - get() - Method in class io.codeworth.panelmatic.componentbehavior.BehaviorBuilder
- get(PanelPostProcessor...) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- get(PanelPostProcessor...) - Method in interface io.codeworth.panelmatic.PanelBuilder
-
Finalizes the build, and returns the built panel.
- getActionListener() - Method in class io.codeworth.panelmatic.util.customizers.ChangeDetectorCustomizer
- getBaseComponentBehavior() - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- getChangeListener() - Method in class io.codeworth.panelmatic.util.customizers.ChangeDetectorCustomizer
- getComponentFactory() - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- getComponentLabel(Icon, String, JComponent) - Method in class io.codeworth.panelmatic.impl.DefaultComponentFactory
- getComponentLabel(Icon, String, JComponent) - Method in interface io.codeworth.panelmatic.PanelBuilderComponentFactory
-
Creates label that displays a label for a component.
- getComponentOrientation() - Method in class io.codeworth.panelmatic.impl.DefaultComponentFactory
- getComponentOrientation() - Method in interface io.codeworth.panelmatic.PanelBuilderComponentFactory
- getComponentOrientation() - Static method in class io.codeworth.panelmatic.PanelMatic
- getContainer() - Method in class io.codeworth.panelmatic.impl.DefaultComponentFactory
- getContainer() - Method in interface io.codeworth.panelmatic.PanelBuilderComponentFactory
-
Create the container into which all the other components will go.
- getCustomizerChain() - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- getCustomizerChain() - Method in interface io.codeworth.panelmatic.PanelBuilder
-
Allows access to the chain of
PanelMaticComponentCustomizer
s that customize components before adding them to the built panel. - getDocumentListener() - Method in class io.codeworth.panelmatic.util.customizers.ChangeDetectorCustomizer
- getHeader(PanelBuilder.HeaderLevel, Icon, String, JComponent...) - Method in class io.codeworth.panelmatic.impl.DefaultComponentFactory
- getHeader(PanelBuilder.HeaderLevel, Icon, String, JComponent...) - Method in interface io.codeworth.panelmatic.PanelBuilderComponentFactory
-
Creates a new heading.
- getHeaderBehavior() - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- getImpl() - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
-
Implementation of the #get(org.panelmatic.PanelPostProcessor[]) method.
- getImpl() - Method in class io.codeworth.panelmatic.impl.gridbagpanelbuilder.GbPanelBuilder
-
Implementation of the
AbstractPanelBuilder.get(org.panelmatic.PanelPostProcessor[])
method. - getInsets() - Method in class io.codeworth.panelmatic.componentbehavior.ComponentBehavior
- getLabelBehavior() - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- getLineAlign() - Method in class io.codeworth.panelmatic.componentbehavior.ComponentBehavior
- getLocalizationBundle() - Static method in class io.codeworth.panelmatic.PanelMatic
- getPageAlign() - Method in class io.codeworth.panelmatic.componentbehavior.ComponentBehavior
- getPageGrowFactor() - Method in class io.codeworth.panelmatic.componentbehavior.ComponentBehavior
- getProduct() - Method in class io.codeworth.panelmatic.impl.gridbagpanelbuilder.GbPanelBuilder
- getResourceBundle() - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- getResourceString(String) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
-
Return a localized version of the string, if we have a resource bundle, or the passed key, if we don't.
- gridGroup(Iterable<? extends JComponent>) - Static method in class io.codeworth.panelmatic.util.Groupings
- gridGroup(JComponent...) - Static method in class io.codeworth.panelmatic.util.Groupings
-
Creates a group of components arranged in a square grid.
- Groupings - Class in io.codeworth.panelmatic.util
-
Helper class to group components together under a single root.
- Groupings() - Constructor for class io.codeworth.panelmatic.util.Groupings
- GROW - Static variable in class io.codeworth.panelmatic.componentbehavior.Modifiers
-
The component should get more space on the page axis.
- GROW_LESS - Static variable in class io.codeworth.panelmatic.componentbehavior.Modifiers
-
The component should get some space on the page axis, less than components who got modified by
Modifiers.GROW
. - GROW_MORE - Static variable in class io.codeworth.panelmatic.componentbehavior.Modifiers
-
The component should get more space on the page axis, even more than components who got modified by
Modifiers.GROW
.
H
- H1 - io.codeworth.panelmatic.PanelBuilder.HeaderLevel
- H2 - io.codeworth.panelmatic.PanelBuilder.HeaderLevel
- H3 - io.codeworth.panelmatic.PanelBuilder.HeaderLevel
- H4 - io.codeworth.panelmatic.PanelBuilder.HeaderLevel
- H5 - io.codeworth.panelmatic.PanelBuilder.HeaderLevel
- H6 - io.codeworth.panelmatic.PanelBuilder.HeaderLevel
- hashCode() - Method in class io.codeworth.panelmatic.componentbehavior.ComponentBehavior
- HEAD - io.codeworth.panelmatic.componentbehavior.PageAlign
-
Where the first line of a page would be.
I
- insets(int, int, int, int) - Method in class io.codeworth.panelmatic.componentbehavior.BehaviorBuilder
- insets(Insets) - Method in class io.codeworth.panelmatic.componentbehavior.BehaviorBuilder
- io.codeworth.panelmatic - package io.codeworth.panelmatic
- io.codeworth.panelmatic.componentbehavior - package io.codeworth.panelmatic.componentbehavior
-
Holds the
ComponentBehavior
and the classes involved in modifying it. - io.codeworth.panelmatic.impl - package io.codeworth.panelmatic.impl
-
Holds implementations of the Panel Builders.
- io.codeworth.panelmatic.impl.gridbagpanelbuilder - package io.codeworth.panelmatic.impl.gridbagpanelbuilder
-
Gridbag layout based implementation of the panel builder.
- io.codeworth.panelmatic.util - package io.codeworth.panelmatic.util
-
Home for classes that are not part of the core package.
- io.codeworth.panelmatic.util.customizers - package io.codeworth.panelmatic.util.customizers
- isLineStretch() - Method in class io.codeworth.panelmatic.componentbehavior.ComponentBehavior
- isPageStretch() - Method in class io.codeworth.panelmatic.componentbehavior.ComponentBehavior
L
- L_CENTER - Static variable in class io.codeworth.panelmatic.componentbehavior.Modifiers
-
+------------------+ | ///comp/// | +------------------+
- L_END - Static variable in class io.codeworth.panelmatic.componentbehavior.Modifiers
-
+------------------+ | ///comp///| +------------------+
- L_START - Static variable in class io.codeworth.panelmatic.componentbehavior.Modifiers
-
+------------------+ |///comp/// | +------------------+
- lineAlign(LineAlign) - Method in class io.codeworth.panelmatic.componentbehavior.BehaviorBuilder
- LineAlign - Enum in io.codeworth.panelmatic.componentbehavior
-
Tells the component how to align on the line axis.
- lineGroup(Iterable<? extends JComponent>) - Static method in class io.codeworth.panelmatic.util.Groupings
- lineGroup(JComponent...) - Static method in class io.codeworth.panelmatic.util.Groupings
-
Creates a group of components arranged along the line axis.
- lineStretch(boolean) - Method in class io.codeworth.panelmatic.componentbehavior.BehaviorBuilder
M
- MIDDLE - io.codeworth.panelmatic.componentbehavior.PageAlign
-
Middle of the panel
- Modifiers - Class in io.codeworth.panelmatic.componentbehavior
-
Utility class, grouping standard
BehaviorModifier
s, which should cover most of the normal application needs. - Modifiers() - Constructor for class io.codeworth.panelmatic.componentbehavior.Modifiers
- modify(ComponentBehavior) - Method in interface io.codeworth.panelmatic.componentbehavior.BehaviorModifier
N
- NO_STRETCH - Static variable in class io.codeworth.panelmatic.componentbehavior.Modifiers
-
The component should stay in its preferred size, no matter how much space is available for it.
O
- orient(T) - Method in class io.codeworth.panelmatic.impl.DefaultComponentFactory
-
Sets the orientation of the passed component.
P
- P_FEET - Static variable in class io.codeworth.panelmatic.componentbehavior.Modifiers
-
+------------------+ | | | ///comp/// | +------------------+
- P_HEAD - Static variable in class io.codeworth.panelmatic.componentbehavior.Modifiers
-
+------------------+ | ///comp/// | | | +------------------+
- P_MIDDLE - Static variable in class io.codeworth.panelmatic.componentbehavior.Modifiers
-
+------------------+ | | | ///comp/// | | | +------------------+
- pageAlign(PageAlign) - Method in class io.codeworth.panelmatic.componentbehavior.BehaviorBuilder
- PageAlign - Enum in io.codeworth.panelmatic.componentbehavior
-
Tells the component how to align on the page axis.
- pageGroup(Iterable<? extends JComponent>) - Static method in class io.codeworth.panelmatic.util.Groupings
- pageGroup(JComponent...) - Static method in class io.codeworth.panelmatic.util.Groupings
-
Creates a group of components arranged along the page axis.
- pageGrowFactor(double) - Method in class io.codeworth.panelmatic.componentbehavior.BehaviorBuilder
- pageStretch(boolean) - Method in class io.codeworth.panelmatic.componentbehavior.BehaviorBuilder
- PanelBuilder - Interface in io.codeworth.panelmatic
-
The "Main interface" for this library.
- PanelBuilder.HeaderLevel - Enum in io.codeworth.panelmatic
-
Describes the title level.
- PanelBuilderComponentFactory - Interface in io.codeworth.panelmatic
-
Creates components for the panel builder.
- PanelBuilderFactory - Interface in io.codeworth.panelmatic
-
Creates panel builders.
- PanelMatic - Class in io.codeworth.panelmatic
-
A "starter class" for the PanelMatic system.
- PanelMatic() - Constructor for class io.codeworth.panelmatic.PanelMatic
- PanelMaticComponentCustomizer - Interface in io.codeworth.panelmatic
-
Interface for objects which want to customize components before they get put into a panel that a
PanelBuilder
builds. - PanelPostProcessor - Interface in io.codeworth.panelmatic
-
Post-processes a build panel before it is returned to the client code.
- PanelPostProcessors - Class in io.codeworth.panelmatic.util
-
Ready-made post processors.
- PanelPostProcessors() - Constructor for class io.codeworth.panelmatic.util.PanelPostProcessors
- process(JComponent) - Method in interface io.codeworth.panelmatic.PanelPostProcessor
R
- removeListener(ChangeDetectorCustomizer.Listener) - Method in class io.codeworth.panelmatic.util.customizers.ChangeDetectorCustomizer
S
- setBaseComponentBehavior(ComponentBehavior) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- setBuilderFactory(PanelBuilderFactory) - Static method in class io.codeworth.panelmatic.PanelMatic
-
Sets the panel builder factory and creates a new builder pool.
- setBuilderPool(BuilderPool) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- setBuilderPool(BuilderPool) - Method in interface io.codeworth.panelmatic.PanelBuilder
-
Sets the pool into which the builder will return when done.
- setComponentFactory(PanelBuilderComponentFactory) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- setComponentOrientation(ComponentOrientation) - Method in class io.codeworth.panelmatic.impl.DefaultComponentFactory
- setComponentOrientation(ComponentOrientation) - Method in class io.codeworth.panelmatic.impl.gridbagpanelbuilder.GbPanelBuilderFactory
- setComponentOrientation(ComponentOrientation) - Method in interface io.codeworth.panelmatic.PanelBuilderComponentFactory
-
Sets the orientation of the to-be-created components.
- setComponentOrientation(ComponentOrientation) - Method in interface io.codeworth.panelmatic.PanelBuilderFactory
-
Sets the component orientation of the to-be-created panels.
- setComponentOrientation(ComponentOrientation) - Static method in class io.codeworth.panelmatic.PanelMatic
-
Sets the component orientation of the created panels.
- setHeaderBehavior(ComponentBehavior) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- setHeaderBehavior(ComponentBehavior) - Method in class io.codeworth.panelmatic.impl.gridbagpanelbuilder.GbPanelBuilder
- setInsets(Insets) - Method in class io.codeworth.panelmatic.componentbehavior.ComponentBehavior
- setLabelBehavior(ComponentBehavior) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- setLabelBehavior(ComponentBehavior) - Method in class io.codeworth.panelmatic.impl.gridbagpanelbuilder.GbPanelBuilder
- setLineAlign(LineAlign) - Method in class io.codeworth.panelmatic.componentbehavior.ComponentBehavior
- setLineStretch(boolean) - Method in class io.codeworth.panelmatic.componentbehavior.ComponentBehavior
- setLocalizationBundle(ResourceBundle) - Method in class io.codeworth.panelmatic.impl.gridbagpanelbuilder.GbPanelBuilderFactory
- setLocalizationBundle(ResourceBundle) - Method in interface io.codeworth.panelmatic.PanelBuilderFactory
-
Sets the localization resource bundle for the to-be-created builders.
- setLocalizationBundle(ResourceBundle) - Static method in class io.codeworth.panelmatic.PanelMatic
-
Sets the localization resource bundle for the builders.
- setPageAlign(PageAlign) - Method in class io.codeworth.panelmatic.componentbehavior.ComponentBehavior
- setPageGrowFactor(double) - Method in class io.codeworth.panelmatic.componentbehavior.ComponentBehavior
- setPageStretch(boolean) - Method in class io.codeworth.panelmatic.componentbehavior.ComponentBehavior
- setResourceBundle(ResourceBundle) - Method in class io.codeworth.panelmatic.impl.AbstractPanelBuilder
- start() - Method in class io.codeworth.panelmatic.componentbehavior.BehaviorBuilder
- START - io.codeworth.panelmatic.componentbehavior.LineAlign
-
Where the first letter in a line would be.
T
- toString() - Method in class io.codeworth.panelmatic.componentbehavior.ComponentBehavior
V
- valueOf(String) - Static method in enum io.codeworth.panelmatic.componentbehavior.LineAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.codeworth.panelmatic.componentbehavior.PageAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.codeworth.panelmatic.PanelBuilder.HeaderLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.codeworth.panelmatic.componentbehavior.LineAlign
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.codeworth.panelmatic.componentbehavior.PageAlign
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.codeworth.panelmatic.PanelBuilder.HeaderLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- wrapInScrollPane() - Static method in class io.codeworth.panelmatic.util.PanelPostProcessors
-
Wraps the product in a JScrollPane that allows only vertical scrolling, and whose vertical scrollbar is visible only when needed.
- wrapInScrollPane(Boolean) - Static method in class io.codeworth.panelmatic.util.PanelPostProcessors
-
Wraps the product in a JScrollPane that does not allow horizontal scrolling.
- wrapInScrollPane(Boolean, Boolean) - Static method in class io.codeworth.panelmatic.util.PanelPostProcessors
-
Wraps the panel in a
JScrollPane
.
All Classes|All Packages