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 Summary
FieldsModifier and TypeFieldDescriptionfinal 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
panelEditor
The Panel Editor instance.isLink
public final boolean isLinkOperation is a link.isCopy
public final boolean isCopyOperation type: true=copy, false=move.comps
The components.rects
The original location of the components.parentRects
The original location of the original parent components.trans
Remaining transaction.mouseX
public final int mouseXMouse positions.mouseY
public final int mouseYMouse positions.orgMouseX
public final int orgMouseXMouse positions.orgMouseY
public final int orgMouseYMouse positions.clientX
public final int clientXLocation of container client area.clientY
public final int clientYLocation of container client area.clientCX
public final int clientCXLocation of container client area.clientCY
public final int clientCYLocation of container client area.isWizardEditingRequested
public final boolean isWizardEditingRequestedWizard editing requested of the dropped property.
Method Details
getTargetContainer
Gets the target container.- Returns:
- The container for the drop.