Interface ButtonIOAware<T extends Button>

All Known Implementing Classes:
ButtonFieldIOv2, ButtonFieldIOv3, ButtonIO, ButtonIOv2

public interface ButtonIOAware<T extends Button>
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    button(org.jdom2.Element e, T b, IOProcessor p, ActionsAwareIO<T> action)
     
    default void
    button(org.jdom2.Element e, T b, IOProcessor p, org.jdom2.Namespace namespace)
     
  • Method Details

    • button

      default void button(org.jdom2.Element e, T b, IOProcessor p, org.jdom2.Namespace namespace)
    • button

      default void button(org.jdom2.Element e, T b, IOProcessor p, ActionsAwareIO<T> action)