类 UIPanelDelegate
- 所有已实现的接口:
SelfReportingMixin,UIBasicDelegate<UXPanel>
-
嵌套类概要
嵌套类修饰符和类型类说明static enumstatic enumstatic final class从类继承的嵌套类/接口 pkg.exoad.poprock.desktop.ui.UIDelegate
UIDelegate.Alignment, UIDelegate.DelegateProperties -
字段概要
字段从类继承的字段 pkg.exoad.poprock.desktop.ui.UIDelegate
rootDelegate -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static UIPanelDelegatemake()withComponent(UIBasicDelegate<?> components) withComponent(UIBasicDelegate<?> components, Object constraints) withComponentIf(boolean condition, UIBasicDelegate<?> component) withEarlyPaintDelegate(Consumer<Graphics2D> paintDelegate) withFlowLayout(UIPanelDelegate.FlowLayoutAlignment alignment, int hgap, int vgap) withGridLayout(int rows, int cols) withLatePaintDelegate(Consumer<Graphics2D> paintDelegate) withLayout(LayoutManager layout) 从类继承的方法 pkg.exoad.poprock.desktop.ui.UIDelegate
asComponent, exposeProperties, makeWith, setRootDelegate, setVisibility, withAlignmentX, withAlignmentY, withBorder, withPadding, withPadding, withPreferredSize, withTransparency, withVisibility从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 pkg.exoad.poprock.core.debug.SelfReportingMixin
getCanonicallyNamedThis, getNamedThis从接口继承的方法 pkg.exoad.poprock.desktop.ui.UIBasicDelegate
hardRefresh, refresh
-
字段详细资料
-
earlyPaintDelegate
-
latePaintDelegate
-
-
构造器详细资料
-
UIPanelDelegate
private UIPanelDelegate()
-
-
方法详细资料
-
make
-
withBoxLayout
-
withLatePaintDelegate
-
withEarlyPaintDelegate
-
withGridLayout
-
withLayout
-
withFlowLayout
public UIPanelDelegate withFlowLayout(UIPanelDelegate.FlowLayoutAlignment alignment, int hgap, int vgap) -
withComponent
-
withComponent
-
withComponentIf
-