类的使用
pkg.exoad.poprock.desktop.ui.UIDelegate
使用UIDelegate的程序包
程序包
说明
This package contains the Poprock application built using the
Poprock library.
-
app.desktop.ui中UIDelegate的使用
修饰符和类型类说明final classThe main content panel that holds all of the necessary information for building the rest of the UI tree and delegates.static final class参数类型为UIDelegate的app.desktop.ui中的方法 -
pkg.exoad.poprock.desktop.ui中UIDelegate的使用
修饰符和类型类说明classUIBuilderDelegate<T extends JComponent>A builder delegate that allows for the usage of a lambdaSupplierinplace of a regular delegate.final classclassfinal classstatic final classclass修饰符和类型字段说明private UIDelegate<?>UIPanelDelegate.UIHorizontalPanelDelegate.leftSideprivate UIDelegate<?>UIPanelDelegate.UIHorizontalPanelDelegate.rightSide类型参数类型为UIDelegate的pkg.exoad.poprock.desktop.ui中的字段修饰符和类型方法说明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) 参数类型为UIDelegate的pkg.exoad.poprock.desktop.ui中的方法修饰符和类型方法说明static voidUIPopupItemChilds.showPopupMenuDelegate(UIDelegate<? extends JPopupMenu> popDelegate, Offset offsetLocal) UIPanelDelegate.UIHorizontalPanelDelegate.withLeftComponent(UIDelegate<?> leftSide) UIWindow.withMainDelegate(UIDelegate<?> delegate) UIPanelDelegate.UIHorizontalPanelDelegate.withRightComponent(UIDelegate<?> rightSide) 类型变量类型为UIDelegate的pkg.exoad.poprock.desktop.ui中的方法参数修饰符和类型方法说明static <B extends JComponent>
UIBuilderDelegate<B>UIBuilderDelegate.make(Supplier<UIDelegate<B>> component) 类型变量类型为UIDelegate的pkg.exoad.poprock.desktop.ui中的构造器参数