类的使用
pkg.exoad.poprock.desktop.ui.UIDelegate
程序包
说明
This package contains the Poprock application built using the
Poprock library.
-
app.desktop.ui中UIDelegate的使用
修饰符和类型类说明final class
The main content panel that holds all of the necessary information for building the rest of the UI tree and delegates.static final class
-
pkg.exoad.poprock.desktop.ui中UIDelegate的使用
修饰符和类型类说明class
UIBuilderDelegate<T extends JComponent>
A builder delegate that allows for the usage of a lambdaSupplier
inplace of a regular delegate.final class
class
final class
static final class
class
修饰符和类型字段说明private UIDelegate<?>
UIPanelDelegate.UIHorizontalPanelDelegate.leftSide
private UIDelegate<?>
UIPanelDelegate.UIHorizontalPanelDelegate.rightSide
修饰符和类型方法说明static UIDelegate<JPopupMenu>
UIHelper.makePopupMenu
(UIPopupItemChilds.PopupConfiguration config, UIPopupItemChilds.SimplePopupDelegate... items) static <A extends JComponent>
UIDelegate<A>UIDelegate.makeWith
(A component) UIDelegate.withAlignmentX
(UIDelegate.Alignment alignment) UIDelegate.withAlignmentY
(UIDelegate.Alignment alignment) UIDelegate.withBorder
(Border border) UIDelegate.withPadding
(int padding) UIDelegate.withPadding
(int top, int left, int bottom, int right) UIDelegate.withPreferredSize
(int width, int height) UIDelegate.withTransparency
(boolean transparency) UIDelegate.withVisibility
(boolean visibility) 修饰符和类型方法说明static void
UIPopupItemChilds.showPopupMenuDelegate
(UIDelegate<? extends JPopupMenu> popDelegate, Offset offsetLocal) UIPanelDelegate.UIHorizontalPanelDelegate.withLeftComponent
(UIDelegate<?> leftSide) UIWindow.withMainDelegate
(UIDelegate<?> delegate) UIPanelDelegate.UIHorizontalPanelDelegate.withRightComponent
(UIDelegate<?> rightSide) 修饰符和类型方法说明static <B extends JComponent>
UIBuilderDelegate<B>UIBuilderDelegate.make
(Supplier<UIDelegate<B>> component)