Package | Description |
---|---|
com.dlsc.flexgantt.swing.layer.system |
Contains the system layers for drawing the background, grid lines, popups,
relationships, controls, spreadsheets, overviews, global events and
activities.
|
Modifier and Type | Method and Description |
---|---|
IEditModeController.EditMode |
DragLayer.getEditMode()
Returns the active edit mode.
|
IEditModeController.EditMode |
CapacityObjectEditModeController.getEditMode(DragLayer layer,
ObjectBounds bounds,
MouseEvent evt) |
IEditModeController.EditMode |
IEditModeController.getEditMode(DragLayer layer,
ObjectBounds bounds,
MouseEvent evt)
Returns an edit mode based on the given bounds and mouse event.
|
IEditModeController.EditMode |
DefaultEditModeController.getEditMode(DragLayer layer,
ObjectBounds bounds,
MouseEvent e) |
IEditModeController.EditMode |
ActivityObjectEditModeController.getEditMode(DragLayer layer,
ObjectBounds bounds,
MouseEvent evt) |
static IEditModeController.EditMode |
IEditModeController.EditMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IEditModeController.EditMode[] |
IEditModeController.EditMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Cursor |
DragLayer.createEditModeCursor(IEditModeController.EditMode mode)
Factory method for the cursors of the various edit modes.
|
protected Cursor |
DragLayer.createEditModeCustomCursors(IEditModeController.EditMode mode)
Factory method for the cursors of the various edit modes.
|
protected Cursor |
DragLayer.createEditModeDefaultCursors(IEditModeController.EditMode mode)
Factory method for the cursors of the various edit modes.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.