Uses of Class
cn.mapway.ui.shared.DesignEventType
-
Packages that use DesignEventType Package Description cn.mapway.ui.shared -
-
Uses of DesignEventType in cn.mapway.ui.shared
Methods in cn.mapway.ui.shared that return DesignEventType Modifier and Type Method Description DesignEventTypeDesignEvent. getType()static DesignEventTypeDesignEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static DesignEventType[]DesignEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cn.mapway.ui.shared with parameters of type DesignEventType Modifier and Type Method Description static DesignEventDesignEvent. create(DesignEventType type, Object data)Constructors in cn.mapway.ui.shared with parameters of type DesignEventType Constructor Description DesignEvent(DesignEventType type, Object data)
-