- All Superinterfaces:
Accessory
,Accessory
,DataAnnotation
,Member
,ReadOnlyInterface
- All Known Subinterfaces:
AbstractSideBox
,AbstractSideBox
,AnnotationArray<T>
,AnnotationArray<T>
,ChartSideBox
,ChartSideBox
,DataAnnotation
,DoubleField
,DoubleField
,ImageField
,ImageField
,IntegerField
,IntegerField
,ItemGroup
,ItemGroup
,ObjectField<T>
,ObjectField<T>
,SideBox
,SideBox
,SimpleValueField
,SimpleValueField
,TextField
,TextField
public interface DataAnnotation extends Accessory, DataAnnotation
-
Method Summary
Modifier and Type Method Description List<? extends DataAnnotationItem>
getDiagramItems()
List<? extends DataAnnotationItem>
getDiagramItems(Diagram diagram)
Methods inherited from interface omix.lang.reflect.Member
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, getName, getNamespace, isAnnotationPresent
-
Method Details
-
getDiagramItems
List<? extends DataAnnotationItem> getDiagramItems()- Specified by:
getDiagramItems
in interfaceAccessory
-
getDiagramItems
List<? extends DataAnnotationItem> getDiagramItems(Diagram diagram) throws IllegalComponentException- Specified by:
getDiagramItems
in interfaceAccessory
- Throws:
IllegalComponentException
-