java.lang.Object
javafx.application.Application
com.tlcsdm.frame.SampleBase
com.tlcsdm.qe.QeSample
com.tlcsdm.qe.tools.Compress
- 所有已实现的接口:
Sample,javafx.fxml.Initializable
js/css压缩.
- 从以下版本开始:
- 1.0.0
- 作者:
- unknowIfGuestInDream
-
嵌套类概要
从类继承的嵌套类/接口 com.tlcsdm.qe.QeSample
QeSample.ProjectInfo从类继承的嵌套类/接口 javafx.application.Application
javafx.application.Application.Parameters -
字段概要
字段修饰符和类型字段说明private javafx.scene.control.Buttonprivate javafx.scene.control.Buttonprivate javafx.scene.control.CheckBoxprivate javafx.scene.control.CheckBoxprivate javafx.scene.control.CheckBoxprivate javafx.scene.control.CheckBoxprivate javafx.scene.control.CheckBoxprivate javafx.scene.control.CheckBoxprivate final org.controlsfx.control.Notificationsprivate javafx.scene.control.TextAreaprivate javafx.scene.control.TextFieldprivate javafx.scene.control.TextAreaprivate javafx.scene.control.TextAreaprivate javafx.scene.control.TextAreaprivate javafx.scene.control.TextField从类继承的字段 com.tlcsdm.qe.QeSample
PROJECT_INFO从类继承的字段 com.tlcsdm.frame.SampleBase
aesSeed, userData从类继承的字段 javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidcompressCss(javafx.event.ActionEvent actionEvent) 压缩css.voidcompressJs(javafx.event.ActionEvent actionEvent) 压缩js.javafx.scene.NodeReturns the panel to display to the user that allows for manipulating the sample.排序字段.javafx.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.sample version.voidinitialize(URL location, ResourceBundle resources) void将在getPanel要设置的binding提取出来.private voidvoid将在getPanel要设置的userData binding提取出来.从类继承的方法 com.tlcsdm.qe.QeSample
getProjectName, getProjectVersion从类继承的方法 com.tlcsdm.frame.SampleBase
bindUserData, bindUserDataBefore, buildSample, dispose, getControlPanelDividerPosition, getSampleXmlPrefix, hasControlPanel, initialize, initializeUserData, isVisible, start, updateForVersionUpgrade从类继承的方法 javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
字段详细资料
-
btnJsCompress
private javafx.scene.control.Button btnJsCompress -
enableMunge
private javafx.scene.control.CheckBox enableMunge -
enableVerbose
private javafx.scene.control.CheckBox enableVerbose -
enableOptimizations
private javafx.scene.control.CheckBox enableOptimizations -
enablePreserveAllSemiColons
private javafx.scene.control.CheckBox enablePreserveAllSemiColons -
enableLinebreakpos
private javafx.scene.control.CheckBox enableLinebreakpos -
txtLinebreakpos
private javafx.scene.control.TextField txtLinebreakpos -
txtJsCode
private javafx.scene.control.TextArea txtJsCode -
txtJsResult
private javafx.scene.control.TextArea txtJsResult -
btnCssCompress
private javafx.scene.control.Button btnCssCompress -
enableCssLinebreakpos
private javafx.scene.control.CheckBox enableCssLinebreakpos -
txtCssLinebreakpos
private javafx.scene.control.TextField txtCssLinebreakpos -
txtCssCode
private javafx.scene.control.TextArea txtCssCode -
txtCssResult
private javafx.scene.control.TextArea txtCssResult -
notificationBuilder
private final org.controlsfx.control.Notifications notificationBuilder
-
-
构造器详细资料
-
Compress
public Compress()
-
-
方法详细资料
-
getSampleId
从接口复制的说明:Sample组件id.- 指定者:
getSampleId在接口中Sample
-
getSampleName
从接口复制的说明:SampleA short, most likely single-word, name to show to the user - e.g. "CheckBox".- 指定者:
getSampleName在接口中Sample
-
getSampleDescription
从类复制的说明:SampleBaseA short, multiple sentence description of the sample.- 指定者:
getSampleDescription在接口中Sample- 覆盖:
getSampleDescription在类中SampleBase
-
getSampleVersion
从接口复制的说明:Samplesample version.- 指定者:
getSampleVersion在接口中Sample
-
getPanel
public javafx.scene.Node getPanel(javafx.stage.Stage stage) 从接口复制的说明:SampleReturns the main sample panel. -
getControlPanel
public javafx.scene.Node getControlPanel()从类复制的说明:SampleBaseReturns the panel to display to the user that allows for manipulating the sample.- 指定者:
getControlPanel在接口中Sample- 覆盖:
getControlPanel在类中SampleBase
-
getOrderKey
从接口复制的说明:Sample排序字段.- 指定者:
getOrderKey在接口中Sample
-
getSampleImageIcon
public javafx.scene.image.ImageView getSampleImageIcon()从接口复制的说明:Samplesample icon.- 指定者:
getSampleImageIcon在接口中Sample- 覆盖:
getSampleImageIcon在类中SampleBase
-
initialize
- 指定者:
initialize在接口中javafx.fxml.Initializable
-
initializeBindings
public void initializeBindings()从类复制的说明:SampleBase将在getPanel要设置的binding提取出来.- 覆盖:
initializeBindings在类中SampleBase
-
initializeUserDataBindings
public void initializeUserDataBindings()从类复制的说明:SampleBase将在getPanel要设置的userData binding提取出来.- 覆盖:
initializeUserDataBindings在类中SampleBase
-
initializeUI
private void initializeUI() -
compressJs
public void compressJs(javafx.event.ActionEvent actionEvent) 压缩js. -
compressCss
public void compressCss(javafx.event.ActionEvent actionEvent) 压缩css.
-