Package com.ericlam.mc.eldgui.view
Interface UIContext
public interface UIContext
UI 操作類,主要用於界面渲染時存放組件和綁定屬性
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
針對指定 pattern 的操作器 -
Method Summary
Modifier and TypeMethodDescription<T extends ComponentFactory<T>>
T獲取已注冊的組件工廠pattern
(char pattern) 指定一個 pattern 進行操作
-
Method Details
-
pattern
指定一個 pattern 進行操作- Parameters:
pattern
- pattern- Returns:
- this
-
factory
獲取已注冊的組件工廠- Type Parameters:
T
- 工廠類- Parameters:
factoryCls
- 組件工廠類,必須為 interface- Returns:
- 指定組件工廠
-