Uses of Interface
is.codion.swing.common.ui.frame.FrameBuilder
Packages that use FrameBuilder
-
Uses of FrameBuilder in is.codion.swing.common.ui.frame
Methods in is.codion.swing.common.ui.frame that return FrameBuilderModifier and TypeMethodDescriptionstatic FrameBuilder
Frames.builder()
FrameBuilder.centerFrame
(boolean centerFrame) This is overridden bylocation(Point)
or by setting thelocationRelativeTo(Component)
component.FrameBuilder.component
(JComponent component) Note: sets the layout toBorderLayout
and adds the component at locationBorderLayout.CENTER
FrameBuilder.defaultCloseOperation
(int defaultCloseOperation) DefaultWindowConstants.DISPOSE_ON_CLOSE
.FrameBuilder.extendedState
(int extendedState) OverrideslocationRelativeTo(Component)
andcenterFrame(boolean)
.FrameBuilder.locationRelativeTo
(Component locationRelativeTo) FrameBuilder.onClosed
(Consumer<WindowEvent> onClosed) FrameBuilder.onClosing
(Consumer<WindowEvent> onClosing) FrameBuilder.onOpened
(Consumer<WindowEvent> onOpened) FrameBuilder.resizable
(boolean resizable) FrameBuilder.title
(Observable<String> title) FrameBuilder.windowListener
(WindowListener windowListener)