Interface IButtonCtrl


  • public interface IButtonCtrl
    An addition interface to IButton that is used for implementation or tools.
    Author:
    katherine
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BUTTON  
      static java.lang.String HORIZONTAL  
      static java.lang.String NORMAL  
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static IButton from​(Button instance)