Class DropInfo

java.lang.Object
com.iizigo.panel.DropInfo

public class DropInfo extends Object
Class holding information about the drop from the JavaScript client.
Author:
Christopher Mindus
  • Field Details Link icon

    • panelEditor Link icon

      public final PanelEditor panelEditor
      The Panel Editor instance.
    • isCopy Link icon

      public final boolean isCopy
      Operation type: true=copy, false=move.
    • comps Link icon

      public final UIComp[] comps
      The components.
    • rects Link icon

      public final Rectangle[] rects
      The original location of the components.
    • parentRects Link icon

      public final Rectangle[] parentRects
      The original location of the original parent components.
    • trans Link icon

      public final ReadTransaction trans
      Remaining transaction.
    • mouseX Link icon

      public final int mouseX
      Mouse positions.
    • mouseY Link icon

      public final int mouseY
      Mouse positions.
    • orgMouseX Link icon

      public final int orgMouseX
      Mouse positions.
    • orgMouseY Link icon

      public final int orgMouseY
      Mouse positions.
    • clientX Link icon

      public final int clientX
      Location of container client area.
    • clientY Link icon

      public final int clientY
      Location of container client area.
    • clientCX Link icon

      public final int clientCX
      Location of container client area.
    • clientCY Link icon

      public final int clientCY
      Location of container client area.
    • isWizardEditingRequested Link icon

      public final boolean isWizardEditingRequested
      Wizard editing requested of the dropped property.
  • Method Details Link icon

    • getTargetContainer Link icon

      public UIContainer getTargetContainer()
      Gets the target container.
      Returns:
      The container for the drop.