索引
All Classes and Interfaces|所有程序包
A
- afterShow() - 类中的方法 cc.wanforme.ofx.BaseOFXApplication
-
do something after stage.show()
B
- BaseOFXApplication - cc.wanforme.ofx中的类
- BaseOFXApplication() - 类的构造器 cc.wanforme.ofx.BaseOFXApplication
- BaseOFXApplication(String[]) - 类的构造器 cc.wanforme.ofx.BaseOFXApplication
- BaseView - cc.wanforme.ofx中的类
- BaseView() - 类的构造器 cc.wanforme.ofx.BaseView
C
- cc.wanforme.ofx - 模块 cc.wanforme.ofx
- cc.wanforme.ofx - 程序包 cc.wanforme.ofx
- customFXMLLoader() - 类中的方法 cc.wanforme.ofx.BaseView
-
custom fxml loader 自定义 fxml 的加载器
F
- FXMLController - cc.wanforme.ofx中的Annotation Interface
-
controller in *.fxml
this annotation is not necessary, you can use @Component as well. - FXMLView - cc.wanforme.ofx中的Annotation Interface
-
Associate a file - *.fxml
G
- get() - 类中的静态方法 cc.wanforme.ofx.ViewHolder
- getBaseView(Class<T>) - 类中的方法 cc.wanforme.ofx.ViewHolder
-
get by Class
根据具体的子类获取 - getBaseView(Class<T>, String) - 类中的方法 cc.wanforme.ofx.ViewHolder
-
get by Class and name when clazz is parent class
当 clazz 是父类的时候,配合 name 获取 - getBaseView(String, Class<T>) - 类中的方法 cc.wanforme.ofx.ViewHolder
-
get by name
直接从 spring 容器中获取 - getBaseViewByFxml(String, boolean) - 类中的方法 cc.wanforme.ofx.ViewHolder
-
get the first associate-class
获取 fxml 绑定的第一个 class 实例(不定) - getBaseViewByFxml(String, String, boolean) - 类中的方法 cc.wanforme.ofx.ViewHolder
-
已过时。
- getBean(Class<T>) - 类中的方法 cc.wanforme.ofx.ViewHolder
- getBeanName() - 类中的方法 cc.wanforme.ofx.BaseView
-
spring bean name (auto set by spring)
- getContext() - 类中的方法 cc.wanforme.ofx.ViewHolder
- getLoader() - 类中的方法 cc.wanforme.ofx.BaseView
- getPane() - 类中的方法 cc.wanforme.ofx.BaseView
- getPane(boolean) - 类中的方法 cc.wanforme.ofx.BaseView
-
get Pane , regenerate a pane if 'recreate' is true
- getScene() - 类中的方法 cc.wanforme.ofx.BaseView
- getSpringContext() - 类中的静态方法 cc.wanforme.ofx.BaseOFXApplication
I
- init() - 类中的方法 cc.wanforme.ofx.BaseOFXApplication
- isLoadEager() - 类中的方法 cc.wanforme.ofx.BaseView
-
load fxml when bean created
在 bean 创建的时候立即加载 fxml 文件
L
- launchOFX(Class<? extends BaseOFXApplication>, Class<?>, Class<? extends BaseView>, String[]) - 类中的静态方法 cc.wanforme.ofx.BaseOFXApplication
-
launch application ( SpringBoot and FXApplication )
- loaded() - 类中的方法 cc.wanforme.ofx.BaseView
-
fxml loaded
- loadFxml() - 类中的方法 cc.wanforme.ofx.BaseView
-
load fxml file
- loadFXMLResource(String) - 类中的方法 cc.wanforme.ofx.BaseView
-
if you want to change how to load fxml file, override this method.
- loadResource(String) - 类中的静态方法 cc.wanforme.ofx.BaseView
-
load resource. order:
1.
P
R
- refreshBaseViewCache() - 类中的方法 cc.wanforme.ofx.ViewHolder
-
refresh all BaseViews' (fxml bean) cache
刷新缓存
S
- scene(Scene) - 类中的方法 cc.wanforme.ofx.BaseOFXApplication
-
custom style for scene
自定义场景的设置和样式 - setApplicationContext(ApplicationContext) - 类中的方法 cc.wanforme.ofx.ViewHolder
- stage(Stage) - 类中的方法 cc.wanforme.ofx.BaseOFXApplication
-
custom style for primary stage 自定义舞台的设置和样式
- start(Stage) - 类中的方法 cc.wanforme.ofx.BaseOFXApplication
- startSpringApp(Class<?>, String[]) - 类中的方法 cc.wanforme.ofx.BaseOFXApplication
-
启动 spring 程序
V
- ViewHolder - cc.wanforme.ofx中的类
-
all fxml file associate classes
- ViewHolder() - 类的构造器 cc.wanforme.ofx.ViewHolder
All Classes and Interfaces|所有程序包
getBaseView(String, Class)instead