类 RegexTester

java.lang.Object
javafx.application.Application
com.tlcsdm.frame.SampleBase
com.tlcsdm.jfxcommon.CommonSample
com.tlcsdm.jfxcommon.code.RegexTester
所有已实现的接口:
Sample

public class RegexTester extends CommonSample
正则表达式工具.
从以下版本开始:
1.0.1
作者:
unknowIfGuestInDream
  • 字段详细资料

    • regexTextField

      protected javafx.scene.control.TextField regexTextField
    • regulatButton

      protected javafx.scene.control.Button regulatButton
    • examplesTableView

      protected javafx.scene.control.TableView<Map<String,String>> examplesTableView
    • examplesTableColumn0

      protected javafx.scene.control.TableColumn<Map<String,String>,String> examplesTableColumn0
    • examplesTableColumn1

      protected javafx.scene.control.TableColumn<Map<String,String>,String> examplesTableColumn1
    • sourceTextArea

      protected javafx.scene.control.TextArea sourceTextArea
    • matchTextArea

      protected javafx.scene.control.TextArea matchTextArea
    • matchTableView

      protected javafx.scene.control.TableView<Map<String,String>> matchTableView
    • matchTableColumn0

      protected javafx.scene.control.TableColumn<Map<String,String>,String> matchTableColumn0
    • matchTableColumn1

      protected javafx.scene.control.TableColumn<Map<String,String>,String> matchTableColumn1
    • matchTableColumn2

      protected javafx.scene.control.TableColumn<Map<String,String>,String> matchTableColumn2
    • matchTableColumn3

      protected javafx.scene.control.TableColumn<Map<String,String>,String> matchTableColumn3
    • matchTableColumn4

      protected javafx.scene.control.TableColumn<Map<String,String>,String> matchTableColumn4
    • resetButton

      protected javafx.scene.control.Button resetButton
    • aboutRegularButton

      protected javafx.scene.control.Button aboutRegularButton
    • ignoreCaseCheckBox

      protected javafx.scene.control.CheckBox ignoreCaseCheckBox
    • replaceTextField

      protected javafx.scene.control.TextField replaceTextField
    • isReplaceCheckBox

      protected javafx.scene.control.CheckBox isReplaceCheckBox
    • notificationBuilder

      private org.controlsfx.control.Notifications notificationBuilder
  • 构造器详细资料

    • RegexTester

      public RegexTester()
  • 方法详细资料

    • getSampleId

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

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

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

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

      public javafx.scene.Node getPanel(javafx.stage.Stage stage)
      从接口复制的说明: Sample
      Returns the main sample panel.
    • 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
    • getOrderKey

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

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

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

      public void initialize()
      从接口复制的说明: Sample
      Note that initialize() is called after getPanel(). 实现类是FXML实现,推荐不使用此接口初始化,而是需要手动初始化
      指定者:
      initialize 在接口中 Sample
      覆盖:
      initialize 在类中 SampleBase
    • initializeOption

      private void initializeOption()
    • initializeUI

      private void initializeUI()
    • regulatAction

      private void regulatAction(javafx.event.ActionEvent event)
    • resetAction

      private void resetAction(javafx.event.ActionEvent event)
    • aboutRegularAction

      private void aboutRegularAction(javafx.event.ActionEvent event)