DialogsComponentRegistration 类

实现

public class DialogsComponentRegistration
extends ComponentRegistration
implements ComponentMemoryScopes, ComponentPathResolvers

使对话框组件可用于系统注册功能。

构造函数摘要

构造函数 说明
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()

获取对话框路径解析程序。

适用于