DialogsComponentRegistration 類別

實作

public class DialogsComponentRegistration
extends ComponentRegistration
implements ComponentMemoryScopes, ComponentPathResolvers

讓對話框元件可供系統註冊功能使用。

建構函式摘要

建構函式 Description
DialogsComponentRegistration()

方法摘要

修飾詞與類型 方法與描述
java.lang.Iterable<MemoryScope> getMemoryScopes()

取得對話框記憶體範圍。

java.lang.Iterable<PathResolver> getPathResolvers()

取得對話框路徑解析程式。

方法繼承來源 ComponentRegistration

方法繼承來源 java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

建構函式詳細資料

DialogsComponentRegistration

public DialogsComponentRegistration()

方法詳細資料

getMemoryScopes

public Iterable getMemoryScopes()

取得對話框記憶體範圍。

getPathResolvers

public Iterable getPathResolvers()

取得對話框路徑解析程式。

適用於