java.lang.Object
javafx.application.Application
com.tlcsdm.frame.SampleBase
com.tlcsdm.jfxcommon.CommonSample
com.tlcsdm.jfxcommon.tools.escape.AbstractEscape
com.tlcsdm.jfxcommon.tools.escape.HtmlEscape
- 所有已实现的接口:
Sample
html 转义工具.
- 从以下版本开始:
- 1.0.0
- 作者:
- unknowIfGuestInDream
-
嵌套类概要
从类继承的嵌套类/接口 javafx.application.Application
javafx.application.Application.Parameters -
字段概要
从类继承的字段 com.tlcsdm.jfxcommon.tools.escape.AbstractEscape
tipArea从类继承的字段 com.tlcsdm.frame.SampleBase
aesSeed, userData从类继承的字段 javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected Stringjavafx.scene.NodegetPanel(javafx.stage.Stage stage) Returns the main sample panel.A short, multiple sentence description of the sample.组件id.javafx.scene.image.ImageViewsample icon.A short, most likely single-word, name to show to the user - e.g.static voidprotected String从类继承的方法 com.tlcsdm.jfxcommon.tools.escape.AbstractEscape
getOrderKey, getSampleVersion, hasControlPanel, initializeBindings从类继承的方法 com.tlcsdm.jfxcommon.CommonSample
getProjectName, getProjectVersion从类继承的方法 com.tlcsdm.frame.SampleBase
bindUserData, bindUserDataBefore, buildSample, dispose, getControlPanel, getControlPanelDividerPosition, getSampleXmlPrefix, initialize, initializeUserData, initializeUserDataBindings, isVisible, start, updateForVersionUpgrade从类继承的方法 javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
构造器详细资料
-
HtmlEscape
public HtmlEscape()
-
-
方法详细资料
-
main
-
getPanel
public javafx.scene.Node getPanel(javafx.stage.Stage stage) 从接口复制的说明:SampleReturns the main sample panel.- 指定者:
getPanel在接口中Sample- 覆盖:
getPanel在类中AbstractEscape
-
escape
- 指定者:
escape在类中AbstractEscape
-
unescape
- 指定者:
unescape在类中AbstractEscape
-
getSampleImageIcon
public javafx.scene.image.ImageView getSampleImageIcon()从接口复制的说明:Samplesample icon.- 指定者:
getSampleImageIcon在接口中Sample- 覆盖:
getSampleImageIcon在类中SampleBase
-
getSampleId
从接口复制的说明:Sample组件id. -
getSampleName
从接口复制的说明:SampleA short, most likely single-word, name to show to the user - e.g. "CheckBox". -
getSampleDescription
从类复制的说明:SampleBaseA short, multiple sentence description of the sample.- 指定者:
getSampleDescription在接口中Sample- 覆盖:
getSampleDescription在类中SampleBase
-