Class CommandLinksDialog.CommandLinksButtonType

java.lang.Object
org.controlsfx.dialog.CommandLinksDialog.CommandLinksButtonType
Enclosing class:
CommandLinksDialog

public static class CommandLinksDialog.CommandLinksButtonType extends Object

Command link type buttons to be used in CommandLinksDialogs.

  • Constructor Details

    • CommandLinksButtonType

      public CommandLinksButtonType(String text, boolean isDefault)
    • CommandLinksButtonType

      public CommandLinksButtonType(String text, String longText, boolean isDefault)
    • CommandLinksButtonType

      public CommandLinksButtonType(String text, String longText, Node graphic, boolean isDefault)
  • Method Details

    • getButtonType

      public ButtonType getButtonType()
    • getGraphic

      public Node getGraphic()
    • getLongText

      public String getLongText()