Uses of Enum Class
io.keikai.ui.event.UndoableActionManagerEvent.Type
Packages that use UndoableActionManagerEvent.Type
-
Uses of UndoableActionManagerEvent.Type in io.keikai.ui.event
Methods in io.keikai.ui.event that return UndoableActionManagerEvent.TypeModifier and TypeMethodDescriptionUndoableActionManagerEvent.getType()Returns the enum constant of this class with the specified name.static UndoableActionManagerEvent.Type[]UndoableActionManagerEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.keikai.ui.event with parameters of type UndoableActionManagerEvent.TypeModifierConstructorDescriptionUndoableActionManagerEvent(String name, org.zkoss.zk.ui.Component target, UndoableActionManagerEvent.Type type, UndoableAction action)