Package org.seamcat.model.plugin
Annotation Type UIPosition
-
@Target(METHOD) @Retention(RUNTIME) public @interface UIPosition
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class<? extends CustomPanelBuilder>
customUIBuilder
int
height
int
width
-
-
-
-
customUIBuilder
java.lang.Class<? extends CustomPanelBuilder> customUIBuilder
- Default:
- org.seamcat.model.plugin.ui.CustomPanelBuilder.class
-
-