Home
Trees
Indices
Help
Muntjac
Package muntjac
::
Package event
:: Package dd
[
hide private
]
[
frames
] |
no frames
]
Package dd
source code
Submodules
[
hide private
]
muntjac.event.dd.acceptcriteria
muntjac.event.dd.acceptcriteria.accept_all
:
Criterion that accepts all drops anywhere on the component.
muntjac.event.dd.acceptcriteria.accept_criterion
:
Criterion that can be used create policy to accept/discard dragged content.
muntjac.event.dd.acceptcriteria.and_
:
A compound criterion that accepts the drag if all of its criteria accepts the drag.
muntjac.event.dd.acceptcriteria.client_criterion
muntjac.event.dd.acceptcriteria.client_side_criterion
:
Parent class for criteria that can be completely validated on client side.
muntjac.event.dd.acceptcriteria.contains_data_flavor
:
A criterion that checks whether Transferable contains given data flavor.
muntjac.event.dd.acceptcriteria.not_
:
Criterion that wraps another criterion and inverts its return value.
muntjac.event.dd.acceptcriteria.or_
:
A compound criterion that accepts the drag if any of its criterion accepts it.
muntjac.event.dd.acceptcriteria.server_side_criterion
:
Parent class for criteria which are verified on the server side.
muntjac.event.dd.acceptcriteria.source_is
:
Client side criteria that checks if the drag source is one of the given components.
muntjac.event.dd.acceptcriteria.source_is_target
:
A criterion that ensures the drag source is the same as drop target.
muntjac.event.dd.acceptcriteria.target_detail_is
:
Criterion for checking if drop target details contains the specific property with the specific value.
muntjac.event.dd.drag_and_drop_event
:
Wraps information related to drag and drop operation.
muntjac.event.dd.drag_source
:
A IComponent that builds a ITransferable for a drag and drop operation.
muntjac.event.dd.drop_handler
:
Contains the actual business logic for drag and drop operations.
muntjac.event.dd.drop_target
:
An interface for components supporting drop operations.
muntjac.event.dd.target_details
:
wraps drop target related information about DragAndDropEvent.
muntjac.event.dd.target_details_impl
:
Implementation of ITargetDetails for terminal implementation and extension.
Variables
[
hide private
]
__package__
=
None
hash(x)
Home
Trees
Indices
Help
Muntjac
Generated by Epydoc 3.0.1 on Sat Jul 6 19:32:46 2013
http://epydoc.sourceforge.net