类 FileDiffWithWeb

java.lang.Object
javafx.application.Application
所有已实现的接口:
Sample

public class FileDiffWithWeb extends FileDiff
作者:
unknowIfGuestInDream
  • 字段详细资料

    • webView

      private volatile javafx.scene.web.WebView webView
  • 构造器详细资料

    • FileDiffWithWeb

      public FileDiffWithWeb()
  • 方法详细资料

    • generateAction

      protected void generateAction(String template)
      覆盖:
      generateAction 在类中 FileDiff
    • isVisible

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

      public javafx.scene.Node getPanel(javafx.stage.Stage stage)
      从接口复制的说明: Sample
      Returns the main sample panel.
      指定者:
      getPanel 在接口中 Sample
      覆盖:
      getPanel 在类中 FileDiff
    • initializeBindings

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