类 UIPanelDelegate
- 所有已实现的接口:
SelfReportingMixin
,UIBasicDelegate<UXPanel>
-
嵌套类概要
修饰符和类型类说明static enum
static enum
static final class
从类继承的嵌套类/接口 pkg.exoad.poprock.desktop.ui.UIDelegate
UIDelegate.Alignment, UIDelegate.DelegateProperties
-
字段概要
从类继承的字段 pkg.exoad.poprock.desktop.ui.UIDelegate
rootDelegate
-
构造器概要
-
方法概要
修饰符和类型方法说明static UIPanelDelegate
make()
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
-