@Documented @OVLTarget({ACCESSORY,TYPE_USE}) @Retention(RUNTIME) public @interface Editable
This annotation defines the editability of an annotation.
- Author:
- pedro
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
changeProperties
boolean
hoverable
boolean
movable
boolean
resizable
boolean
selectable
-
Element Details
-
hoverable
boolean hoverable- Default:
- true
-
selectable
boolean selectable- Default:
- true
-
movable
boolean movable- Default:
- true
-
resizable
boolean resizable- Default:
- true
-
changeProperties
boolean changeProperties- Default:
- true
-