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 - int- clientCXLocation of container client area.- int- clientCYLocation of container client area.- int- clientXLocation of container client area.- int- clientYLocation of container client area.- UIComp[]- compsThe components.- boolean- isCopyOperation type: true=copy, false=move.- boolean- isLinkOperation is a link.- boolean- isWizardEditingRequestedWizard editing requested of the dropped property.- int- mouseXMouse positions.- int- mouseYMouse positions.- int- orgMouseXMouse positions.- int- orgMouseYMouse positions.- PanelEditor- panelEditorThe 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.- ReadTransaction- transRemaining transaction.
 - Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - UIContainer- getTargetContainer()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.