Annotation Type UIPosition


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface UIPosition
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int col  
      java.lang.String name  
      int row  
    • Element Detail

      • row

        int row
      • col

        int col
      • name

        java.lang.String name
      • height

        int height
        Default:
        0
      • width

        int width
        Default:
        0
      • customUIBuilder

        java.lang.Class<? extends CustomPanelBuilder> customUIBuilder
        Default:
        org.seamcat.model.plugin.ui.CustomPanelBuilder.class