Uses of Interface
is.codion.swing.common.ui.Windows.FrameBuilder
Packages that use Windows.FrameBuilder
-
Uses of Windows.FrameBuilder in is.codion.swing.common.ui
Methods in is.codion.swing.common.ui that return Windows.FrameBuilderModifier and TypeMethodDescriptionWindows.FrameBuilder.centerFrame
(boolean centerFrame) This is overridden bylocation(Point)
or by setting thelocationRelativeTo(Component)
component.Windows.FrameBuilder.defaultCloseOperation
(int defaultCloseOperation) DefaultWindowConstants.DISPOSE_ON_CLOSE
.Windows.FrameBuilder.extendedState
(int extendedState) static Windows.FrameBuilder
Windows.frame
(JComponent component) OverrideslocationRelativeTo(Component)
andcenterFrame(boolean)
.Windows.FrameBuilder.locationRelativeTo
(Component locationRelativeTo) Windows.FrameBuilder.onClosed
(Consumer<WindowEvent> onClosed) Windows.FrameBuilder.onClosing
(Consumer<WindowEvent> onClosing) Windows.FrameBuilder.onOpened
(Consumer<WindowEvent> onOpened) Windows.FrameBuilder.resizable
(boolean resizable) Windows.FrameBuilder.title
(Observable<String> title) Windows.FrameBuilder.windowListener
(WindowListener windowListener)