Package com.iizigo.panel
Class DropInfo
java.lang.Object
com.iizigo.panel.DropInfo
Class holding information about the drop from the JavaScript client.
- Author:
- Christopher Mindus
- Field SummaryFieldsModifier and TypeFieldDescription- final intLocation of container client area.- final intLocation of container client area.- final intLocation of container client area.- final intLocation of container client area.- final UIComp[]The components.- final booleanOperation type: true=copy, false=move.- final booleanOperation is a link.- final booleanWizard editing requested of the dropped property.- final intMouse positions.- final intMouse positions.- final intMouse positions.- final intMouse positions.- final PanelEditorThe Panel Editor instance.- final Rectangle[]The original location of the original parent components.- final Rectangle[]The original location of the components.- final ReadTransactionRemaining transaction.
- Method Summary
- Field Details- panelEditorThe Panel Editor instance.
- isLinkpublic final boolean isLinkOperation is a link.
- isCopypublic final boolean isCopyOperation type: true=copy, false=move.
- compsThe components.
- rectsThe original location of the components.
- parentRectsThe original location of the original parent components.
- transRemaining transaction.
- mouseXpublic final int mouseXMouse positions.
- mouseYpublic final int mouseYMouse positions.
- orgMouseXpublic final int orgMouseXMouse positions.
- orgMouseYpublic final int orgMouseYMouse positions.
- clientXpublic final int clientXLocation of container client area.
- clientYpublic final int clientYLocation of container client area.
- clientCXpublic final int clientCXLocation of container client area.
- clientCYpublic final int clientCYLocation of container client area.
- isWizardEditingRequestedpublic final boolean isWizardEditingRequestedWizard editing requested of the dropped property.
 
- Method Details- getTargetContainerGets the target container.- Returns:
- The container for the drop.