Uses of Enum
cn.mapway.document.ui.client.component.ace.AceAnnotationType
Packages that use AceAnnotationType
-
Uses of AceAnnotationType in cn.mapway.document.ui.client.component.ace
Methods in cn.mapway.document.ui.client.component.ace that return AceAnnotationTypeModifier and TypeMethodDescriptionstatic AceAnnotationTypeReturns the enum constant of this type with the specified name.static AceAnnotationType[]AceAnnotationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cn.mapway.document.ui.client.component.ace with parameters of type AceAnnotationTypeModifier and TypeMethodDescriptionvoidAceEditor.addAnnotation(int row, int column, String text, AceAnnotationType type) Add an annotation to a the localannotationsJsArray<AceAnnotation>, but does not set it on the editor