Package | Description |
---|---|
com.dlsc.flexgantt.swing.action.layer |
Actions that are specifically used in the context of the layer container.
|
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 |
---|---|
LassoLayer.LassoMode |
LassoModeAction.getMode()
Returns the selection mode that will be set by the action.
|
Constructor and Description |
---|
LassoModeAction(LayerContainer lc,
LassoLayer.LassoMode mode)
Constructs a new action.
|
Modifier and Type | Method and Description |
---|---|
LassoLayer.LassoMode |
LassoLayerEvent.getLassoMode()
Returns the lasso mode currently in use by the lasso layer.
|
LassoLayer.LassoMode |
LassoLayer.getLassoMode()
Returns the lasso mode used by the lasso layer (selecting timeline
objects or selecting time spans).
|
LassoLayer.LassoMode[] |
LassoLayer.getSupportedLassoModes()
Returns the supported lasso modes.
|
static LassoLayer.LassoMode |
LassoLayer.LassoMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LassoLayer.LassoMode[] |
LassoLayer.LassoMode.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 |
LassoLayer.createLassoCursor(LassoLayer.LassoMode mode,
boolean multi)
Creates a cursor that will be used for the given lasso mode.
|
boolean |
LassoLayer.isSupportedLassoMode(LassoLayer.LassoMode mode)
Checks whether the given lasso mode is supported by the lasso layer.
|
void |
LassoLayer.setLassoMode(LassoLayer.LassoMode mode)
Sets the lasso mode so that the layer can switch between selecting
timeline objects and selecting time spans and creating timeline objects.
|
void |
LassoLayer.setSupportedLassoModes(LassoLayer.LassoMode... modes)
Sets the supported lasso modes.
|
Constructor and Description |
---|
LassoLayerEvent(LassoLayer layer,
LassoLayerEvent.ID id,
ITimeSpan span,
int startRow,
int endRow,
LassoLayer.LassoMode lassoMode)
Constructs a new event object.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.