Package com.iizigo.panel
Class DropInfo
- java.lang.Object
- com.iizigo.panel.DropInfo
public class DropInfo extends java.lang.ObjectClass holding information about the drop from the JavaScript client.- Author:
- Christopher Mindus
Field Summary
Fields Modifier and Type Field Description intclientCXLocation of container client area.intclientCYLocation of container client area.intclientXLocation of container client area.intclientYLocation of container client area.UIComp[]compsThe components.booleanisCopyOperation type: true=copy, false=move.booleanisLinkOperation is a link.booleanisWizardEditingRequestedWizard editing requested of the dropped property.intmouseXMouse positions.intmouseYMouse positions.intorgMouseXMouse positions.intorgMouseYMouse positions.PanelEditorpanelEditorThe Panel Editor instance.org.eclipse.swt.graphics.Rectangle[]parentRectsThe original location of the original parent components.org.eclipse.swt.graphics.Rectangle[]rectsThe original location of the components.ReadTransactiontransRemaining transaction.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UIContainergetTargetContainer()Gets the target container.
Field Detail
panelEditor
public final PanelEditor panelEditor
The Panel Editor instance.
isLink
public final boolean isLink
Operation is a link.
isCopy
public final boolean isCopy
Operation type: true=copy, false=move.
comps
public final UIComp[] comps
The components.
rects
public final org.eclipse.swt.graphics.Rectangle[] rects
The original location of the components.
parentRects
public final org.eclipse.swt.graphics.Rectangle[] parentRects
The original location of the original parent components.
trans
public final ReadTransaction trans
Remaining transaction.
mouseX
public final int mouseX
Mouse positions.
mouseY
public final int mouseY
Mouse positions.
orgMouseX
public final int orgMouseX
Mouse positions.
orgMouseY
public final int orgMouseY
Mouse positions.
clientX
public final int clientX
Location of container client area.
clientY
public final int clientY
Location of container client area.
clientCX
public final int clientCX
Location of container client area.
clientCY
public final int clientCY
Location of container client area.
isWizardEditingRequested
public final boolean isWizardEditingRequested
Wizard editing requested of the dropped property.
Method Detail
getTargetContainer
public UIContainer getTargetContainer()
Gets the target container.- Returns:
- The container for the drop.