java.lang.Object
javafx.application.Application
com.tlcsdm.frame.SampleBase
com.tlcsdm.jfxcommon.CommonSample
com.tlcsdm.jfxcommon.tools.FileDiff
com.tlcsdm.jfxcommon.tools.FileDiffWithWeb
- 所有已实现的接口:
Sample
- 作者:
- unknowIfGuestInDream
-
嵌套类概要
从类继承的嵌套类/接口 javafx.application.Application
javafx.application.Application.Parameters -
字段概要
字段从类继承的字段 com.tlcsdm.jfxcommon.tools.FileDiff
actions, compareField, generate, notificationBuilder, originalField从类继承的字段 com.tlcsdm.frame.SampleBase
aesSeed, userData从类继承的字段 javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidgenerateAction(String template) javafx.scene.NodegetPanel(javafx.stage.Stage stage) Returns the main sample panel.void将在getPanel要设置的binding提取出来.booleanIf true this sample is shown to users, if false it is not.从类继承的方法 com.tlcsdm.jfxcommon.tools.FileDiff
getControlPanel, getOrderKey, getSampleDescription, getSampleId, getSampleImageIcon, getSampleName, getSampleVersion, initializeUserDataBindings, main从类继承的方法 com.tlcsdm.jfxcommon.CommonSample
getProjectName, getProjectVersion从类继承的方法 com.tlcsdm.frame.SampleBase
bindUserData, bindUserDataBefore, buildSample, dispose, getControlPanelDividerPosition, getSampleXmlPrefix, hasControlPanel, initialize, initializeUserData, start, updateForVersionUpgrade从类继承的方法 javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
字段详细资料
-
webView
private volatile javafx.scene.web.WebView webView
-
-
构造器详细资料
-
FileDiffWithWeb
public FileDiffWithWeb()
-
-
方法详细资料
-
generateAction
- 覆盖:
generateAction在类中FileDiff
-
isVisible
public boolean isVisible()从类复制的说明:SampleBaseIf true this sample is shown to users, if false it is not. -
getPanel
public javafx.scene.Node getPanel(javafx.stage.Stage stage) 从接口复制的说明:SampleReturns the main sample panel. -
initializeBindings
public void initializeBindings()从类复制的说明:SampleBase将在getPanel要设置的binding提取出来.- 覆盖:
initializeBindings在类中FileDiff
-