程序包 app.desktop.ui
类 UIAppMainDelegate
- 所有已实现的接口:
SelfReportingMixin
,UIBasicDelegate<UXSplit>
The main content panel that holds all of the necessary information for
building the rest of the UI tree and delegates. This is not a library class,
this is part of the Poprock app itself.
- 作者:
- Jack Meng
-
嵌套类概要
从类继承的嵌套类/接口 pkg.exoad.poprock.desktop.ui.UIDelegate
UIDelegate.Alignment, UIDelegate.DelegateProperties
-
字段概要
从类继承的字段 pkg.exoad.poprock.desktop.ui.UIDelegate
rootDelegate
-
构造器概要
-
方法概要
从类继承的方法 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
-
字段详细资料
-
OBJECT
Singleton instance. We don't have to use the Singleton instance because we are assured this will be utilized inAppEntry
-
-
构造器详细资料
-
UIAppMainDelegate
private UIAppMainDelegate()
-