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

java.lang.Object
impl.com.flexganttfx.skin.graphics.RowCanvasBehaviour<R>

public final class RowCanvasBehaviour<R extends Row<?,?,?>> extends Object
Behavior controller for a RowCanvas. It handles mouse and drag interactions for creating, moving, resizing, and selecting activities on the row canvas.
  • Verschachtelte Klassen - Übersicht

    Verschachtelte Klassen
    Modifikator und Typ
    Klasse
    Beschreibung
    static final class 
     
  • Feldübersicht

    Felder
    Modifikator und Typ
    Feld
    Beschreibung
    static final DataFormat
     
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    static void
    Sets the cursor for the given edit mode.
    void
    Changes the current edit mode to NONE and redraws the canvas.
    static void
    Configures the framework to use a set of custom cursors provided by the framework to indicate the editing operation.
    static void
    Configures the framework to use the standard cursors provided by the operating system to indicate the editing operation, e.g. for changing the end time we wil use Cursor.E_REISZE.

    Von Klasse geerbte Methoden Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • DRAG_INFO

      public static final DataFormat DRAG_INFO
  • Methodendetails

    • setCursor

      public static void setCursor(GraphicsBase.EditMode editMode, Cursor cursor)
      Sets the cursor for the given edit mode.
      Parameter:
      editMode - the edit mode
      cursor - the cursor
    • useSystemCursors

      public static void useSystemCursors()
      Configures the framework to use the standard cursors provided by the operating system to indicate the editing operation, e.g. for changing the end time we wil use Cursor.E_REISZE.
      Seit:
      11.12.0
      Siehe auch:
    • useCustomCursors

      public static void useCustomCursors()
      Configures the framework to use a set of custom cursors provided by the framework to indicate the editing operation. These cursors ship with the framework as GIF files.
      Seit:
      11.12.0
      Siehe auch:
    • stopEdit

      public void stopEdit()
      Changes the current edit mode to NONE and redraws the canvas.