Uses of Interface
is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder
Packages that use TabbedPaneBuilder
Package
Description
Base component utilities and builders.
Tabbed pane builders.
-
Uses of TabbedPaneBuilder in is.codion.swing.common.ui.component
Methods in is.codion.swing.common.ui.component that return TabbedPaneBuilder -
Uses of TabbedPaneBuilder in is.codion.swing.common.ui.component.tabbedpane
Methods in is.codion.swing.common.ui.component.tabbedpane that return TabbedPaneBuilderModifier and TypeMethodDescriptionTabbedPaneBuilder.TabBuilder.add()Adds this tab and returns theTabbedPaneBuilderstatic TabbedPaneBuilderTabbedPaneBuilder.builder()TabbedPaneBuilder.changeListener(ChangeListener changeListener) TabbedPaneBuilder.tab(String title, Supplier<? extends JComponent> component) Adds a tab to this tabbed pane builder.TabbedPaneBuilder.tab(String title, JComponent component) Adds a tab to this tabbed pane builder.TabbedPaneBuilder.tabLayoutPolicy(int tabLayoutPolicy) TabbedPaneBuilder.tabPlacement(int tabPlacement)