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
Modifier and TypeFieldDescriptionfinal int
Location of container client area.final int
Location of container client area.final int
Location of container client area.final int
Location of container client area.final UIComp[]
The components.final boolean
Operation type: true=copy, false=move.final boolean
Operation is a link.final boolean
Wizard editing requested of the dropped property.final int
Mouse positions.final int
Mouse positions.final int
Mouse positions.final int
Mouse positions.final PanelEditor
The Panel Editor instance.final org.eclipse.swt.graphics.Rectangle[]
The original location of the original parent components.final org.eclipse.swt.graphics.Rectangle[]
The original location of the components.final ReadTransaction
Remaining 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
public final org.eclipse.swt.graphics.Rectangle[] rectsThe original location of the components.parentRects
public final org.eclipse.swt.graphics.Rectangle[] parentRectsThe 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.