类 UIDelegate<T extends JComponent>
java.lang.Object
pkg.exoad.poprock.desktop.ui.UIDelegate<T>
- 所有已实现的接口:
SelfReportingMixin
,UIBasicDelegate<T>
- 直接已知子类:
UIAppMainDelegate
,UIBuilderDelegate
,UIButtonDelegate
,UIControllerDelegateChilds.WindowSetupChildBlock
,UILabelDelegate
,UIPanelDelegate
,UIPanelDelegate.UIHorizontalPanelDelegate
,UITextFieldDelegate
-
嵌套类概要
-
字段概要
-
构造器概要
-
方法概要
修饰符和类型方法说明Converts to a Swing Lightweight component formstatic <A extends JComponent>
UIDelegate<A>makeWith
(A component) protected void
setRootDelegate
(T e) void
setVisibility
(boolean visibility) withAlignmentX
(UIDelegate.Alignment alignment) withAlignmentY
(UIDelegate.Alignment alignment) withBorder
(Border border) withPadding
(int padding) withPadding
(int top, int left, int bottom, int right) withPreferredSize
(int width, int height) withTransparency
(boolean transparency) withVisibility
(boolean visibility) 从类继承的方法 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
-
字段详细资料
-
rootDelegate
-
-
构造器详细资料
-
UIDelegate
public UIDelegate()
-
-
方法详细资料
-
makeWith
-
asComponent
从接口复制的说明:UIBasicDelegate
Converts to a Swing Lightweight component form- 指定者:
asComponent
在接口中UIBasicDelegate<T extends JComponent>
- 返回:
- as an awt suitable component (this should be used for internal operations only)
-
exposeProperties
-
setRootDelegate
-
setVisibility
public void setVisibility(boolean visibility) -
withVisibility
-
withTransparency
-
withAlignmentX
-
withAlignmentY
-
withBorder
-
withPadding
-
withPadding
-
withPreferredSize
-