Uses of Enum Class
com.levigo.jadice.web.client.event.ToolChangedEvent.Cause
Packages that use ToolChangedEvent.Cause
-
Uses of ToolChangedEvent.Cause in com.levigo.jadice.web.client.event
Methods in com.levigo.jadice.web.client.event that return ToolChangedEvent.CauseModifier and TypeMethodDescriptionToolChangedEvent.getCause()
static ToolChangedEvent.Cause
Returns the enum constant of this class with the specified name.static ToolChangedEvent.Cause[]
ToolChangedEvent.Cause.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.levigo.jadice.web.client.event with parameters of type ToolChangedEvent.CauseModifierConstructorDescriptionToolChangedEvent
(Tool tool, ToolChangedEvent.Cause cause, Object oldValue, Object newValue, com.google.gwt.event.shared.HasHandlers source) An event informing about a change in some tool or about active/enabled.. tool changesToolChangedEvent
(Tool tool, ToolChangedEvent.Cause cause, String propertyName, Object oldValue, Object newValue, com.google.gwt.event.shared.HasHandlers source) An event informing about a change in some tool or about active/enabled.. tool changes