类 FileDiff

java.lang.Object
javafx.application.Application
所有已实现的接口:
Sample
直接已知子类:
FileDiffWithWeb

public class FileDiff extends CommonSample
文件差分
从以下版本开始:
1.0.0
作者:
unknowIfGuestInDream
  • 字段详细资料

    • notificationBuilder

      protected final org.controlsfx.control.Notifications notificationBuilder
    • originalField

      protected javafx.scene.control.TextField originalField
    • originalFileChooser

      private javafx.stage.FileChooser originalFileChooser
    • compareField

      protected javafx.scene.control.TextField compareField
    • compareFileChooser

      private javafx.stage.FileChooser compareFileChooser
    • outputField

      private javafx.scene.control.TextField outputField
    • openOutDir

      private final org.controlsfx.control.action.Action openOutDir
    • fileNameField

      private javafx.scene.control.TextField fileNameField
    • download

      private final org.controlsfx.control.action.Action download
    • outputChooser

      private javafx.stage.DirectoryChooser outputChooser
    • generate

      protected final org.controlsfx.control.action.Action generate
    • actions

      protected final List<org.controlsfx.control.action.Action> actions
  • 构造器详细资料

    • FileDiff

      public FileDiff()
  • 方法详细资料

    • generateAction

      protected void generateAction(String template)
    • main

      public static void main(String[] args)
    • getFileName

      private String getFileName()
      下载文件的名称.
    • getSampleName

      public String getSampleName()
      从接口复制的说明: Sample
      A short, most likely single-word, name to show to the user - e.g. "CheckBox".
    • getPanel

      public javafx.scene.Node getPanel(javafx.stage.Stage stage)
      从接口复制的说明: Sample
      Returns the main sample panel.
    • initializeBindings

      public void initializeBindings()
      从类复制的说明: SampleBase
      将在getPanel要设置的binding提取出来.
      覆盖:
      initializeBindings 在类中 SampleBase
    • initializeUserDataBindings

      public void initializeUserDataBindings()
      从类复制的说明: SampleBase
      将在getPanel要设置的userData binding提取出来.
      覆盖:
      initializeUserDataBindings 在类中 SampleBase
    • getControlPanel

      public javafx.scene.Node getControlPanel()
      从类复制的说明: SampleBase
      Returns the panel to display to the user that allows for manipulating the sample.
      指定者:
      getControlPanel 在接口中 Sample
      覆盖:
      getControlPanel 在类中 SampleBase
    • getSampleId

      public String getSampleId()
      从接口复制的说明: Sample
      组件id.
    • getOrderKey

      public String getOrderKey()
      从接口复制的说明: Sample
      排序字段.
    • getSampleDescription

      public String getSampleDescription()
      从类复制的说明: SampleBase
      A short, multiple sentence description of the sample.
      指定者:
      getSampleDescription 在接口中 Sample
      覆盖:
      getSampleDescription 在类中 SampleBase
    • getSampleVersion

      public String getSampleVersion()
      从接口复制的说明: Sample
      sample version.
    • getSampleImageIcon

      public javafx.scene.image.ImageView getSampleImageIcon()
      从接口复制的说明: Sample
      sample icon.
      指定者:
      getSampleImageIcon 在接口中 Sample
      覆盖:
      getSampleImageIcon 在类中 SampleBase
    • isVisible

      public boolean isVisible()
      从类复制的说明: SampleBase
      If true this sample is shown to users, if false it is not.
      指定者:
      isVisible 在接口中 Sample
      覆盖:
      isVisible 在类中 SampleBase