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 TypeMethodDescriptionFrameBuilder.alwaysOnTop(boolean alwaysOnTop) static FrameBuilderFrames.builder()FrameBuilder.centerFrame(boolean centerFrame) This is overridden bylocation(Point)or by setting thelocationRelativeTo(Component)component.FrameBuilder.component(@Nullable JComponent component) Note: sets the layout toBorderLayoutand adds the component at locationBorderLayout.CENTERFrameBuilder.componentListener(ComponentListener componentListener) FrameBuilder.defaultCloseOperation(int defaultCloseOperation) DefaultWindowConstants.DISPOSE_ON_CLOSE.FrameBuilder.extendedState(int extendedState) FrameBuilder.focusableWindowState(boolean focusableWindowState) Clears any icon images previously set viaiconImage(Image)oriconImages(List)FrameBuilder.iconImages(List<Image> iconImages) OverrideslocationRelativeTo(Component)andcenterFrame(boolean).FrameBuilder.locationRelativeTo(@Nullable Component locationRelativeTo) FrameBuilder.onClosed(Consumer<WindowEvent> onClosed) FrameBuilder.onClosing(Consumer<WindowEvent> onClosing) FrameBuilder.onOpened(Consumer<WindowEvent> onOpened) FrameBuilder.resizable(boolean resizable) FrameBuilder.title(@Nullable Observable<String> title) FrameBuilder.windowListener(WindowListener windowListener)