public class SKDGanttSelectInteractor
extends ilog.views.gantt.graphic.interactor.IlvGanttSelectInteractor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SELECTION_POINT_PROPERTY_NAME |
static java.lang.String |
SELECTION_TRANSFORMER_PROPERTY_NAME |
Constructor and Description |
---|
SKDGanttSelectInteractor()
Constructor makes sure that the key for multiple selection is set according to the property 'multipleselectionkey'
Default is CTRL
|
Modifier and Type | Method and Description |
---|---|
ilog.views.IlvManagerViewInteractor |
getMoveSelectionInteractorObject()
Returns move selection interactor
|
boolean |
isMoveAllowed()
Makes sure that all activities are moveable.
|
getMovementAxis, getReservationDuplicationModifier, getReservationDuplicationModifierEx, isDuplicationAllowed, isMovementDetectionEnabled, setDuplicationAllowed, setMovementAxis, setMovementDetectionEnabled, setReservationDuplicationModifier
deSelectAll, deSelectObject, getLineStyle, getMaximumScrollDistance, getMoveSelectionCursor, getMoveSelectionManager, getMoveThreshold, getMultipleSelectionCursor, getMultipleSelectionModifier, getMultipleSelectionModifierEx, getScrollTiming, getSelectedMovingObjects, getSelectionModifier, getSelectionModifierEx, isDragAllowed, isEditionAllowed, isHyperEdgesFollowEndNodes, isLinksFollowEndNodes, isMoveAffectsSingleSubManager, isMultipleSelectionMode, isObjectInteractorEnabled, isOpaqueDragSelection, isOpaqueMove, isOpaquePolyPointsEdition, isOpaqueResize, isProgressiveScroll, isSelectionInsideSubobjectsAllowed, isShowingMovingObject, selectionChanged, selectObject, setDragAllowed, setEditionAllowed, setHyperEdgesFollowEndNodes, setLineStyle, setLinksFollowEndNodes, setMaximumScrollDistance, setMoveAffectsSingleSubManager, setMoveAllowed, setMoveSelectionCursor, setMoveThreshold, setMultipleSelectionCursor, setMultipleSelectionMode, setMultipleSelectionModifier, setObjectInteractorEnabled, setOpaqueDragSelection, setOpaqueMove, setOpaquePolyPointsEdition, setOpaqueResize, setProgressiveScroll, setScrollTiming, setSelectionInsideSubobjectsAllowed, setSelectionModifier, setShowingMovingObject, setXORGhost
addFocusListener, addKeyListener, addMouseListener, addMouseMotionListener, allowEnsureVisible, allowEnsureVisible, ensureVisible, ensureVisible, getManager, getManagerView, getTransformer, isXORGhost, removeFocusListener, removeKeyListener, removeMouseListener, removeMouseMotionListener
public static final java.lang.String SELECTION_POINT_PROPERTY_NAME
public static final java.lang.String SELECTION_TRANSFORMER_PROPERTY_NAME
public SKDGanttSelectInteractor()
public boolean isMoveAllowed()
isMoveAllowed
in class ilog.views.interactor.IlvSelectInteractor
public ilog.views.IlvManagerViewInteractor getMoveSelectionInteractorObject()