Klasse DragCanvas<R extends Row<?,?,?>>

java.lang.Object
javafx.scene.Node
javafx.scene.canvas.Canvas
impl.com.flexganttfx.skin.graphics.DragCanvas<R>
Alle implementierten Schnittstellen:
Styleable, EventTarget

public class DragCanvas<R extends Row<?,?,?>> extends Canvas
  • Konstruktordetails

  • Methodendetails

    • isResizable

      public boolean isResizable()
      Setzt außer Kraft:
      isResizable in Klasse Node
    • prefWidth

      public double prefWidth(double height)
      Setzt außer Kraft:
      prefWidth in Klasse Node
    • prefHeight

      public double prefHeight(double width)
      Setzt außer Kraft:
      prefHeight in Klasse Node
    • draw

      public void draw(GraphicsBase.DragAndDropInfo info)
      Draws the current drag operation based on the information found inside the info parameter. Applications can override this method and add additional functionality if needed. For this the application can use the bounds found in the "rendered bounds" list.
      Parameter:
      info - the drag information
    • getRenderedBounds

      protected final List<ActivityBounds> getRenderedBounds()
    • setIncludeSelectedActivitiesInDrag

      public final void setIncludeSelectedActivitiesInDrag(boolean include)
    • isIncludeSelectedActivitiesInDrag

      public final boolean isIncludeSelectedActivitiesInDrag()