Uses of Enum Class
eu.webtoolkit.jwt.DropAction
Packages that use DropAction
-
Uses of DropAction in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return DropActionModifier and TypeMethodDescriptionstatic DropActionReturns the enum constant of this class with the specified name.static DropAction[]DropAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt with parameters of type DropActionModifier and TypeMethodDescriptionvoidWAbstractItemModel.dropEvent(WDropEvent e, DropAction action, int row, int column, WModelIndex parent) Handles a drop event.voidWAbstractItemModel.dropEvent(WDropEvent e, DropAction action, WModelIndex pindex, Side side) Handles a drop event.voidWAbstractProxyModel.dropEvent(WDropEvent e, DropAction action, int row, int column, WModelIndex parent) Handles a drop event.voidWAbstractProxyModel.dropEvent(WDropEvent e, DropAction action, WModelIndex index, Side side) Handles a drop event.voidWReadOnlyProxyModel.dropEvent(WDropEvent e, DropAction action, int row, int column, WModelIndex parent) Has no effect.voidWStandardItemModel.dropEvent(WDropEvent e, DropAction action, int row, int column, WModelIndex parent)