Uses of Class
omix.util.ui.AnnotationChangeEvent.ChangeType
Package | Description |
---|---|
omix.util.ui |
This package contains GUI elements (widgets) which can be used in Omix plugin programs.
|
-
Uses of AnnotationChangeEvent.ChangeType in omix.util.ui
Fields in omix.util.ui declared as AnnotationChangeEvent.ChangeType Modifier and Type Field Description AnnotationChangeEvent.ChangeType
AnnotationChangeEvent. changeType
Methods in omix.util.ui that return AnnotationChangeEvent.ChangeType Modifier and Type Method Description static AnnotationChangeEvent.ChangeType
AnnotationChangeEvent.ChangeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AnnotationChangeEvent.ChangeType[]
AnnotationChangeEvent.ChangeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in omix.util.ui with parameters of type AnnotationChangeEvent.ChangeType Constructor Description AnnotationChangeEvent(Object source, String propertyName, AnnotationChangeEvent.ChangeType changeType, Annotation annotation)