Uses of Class
com.flexganttfx.model.ActivityRef
Packages that use ActivityRef
Package
Description
Top-level model classes required for creating a Gantt chart.
Classes related to activity repositories.
The various graphics controls that are used for rendering the Gantt chart.
Renderer classes for visualizing activities, calendar entries, and for adding custom background
visuals based on row type.
Classes for the graphics skin.
-
Uses of ActivityRef in com.flexganttfx.model
Methods in com.flexganttfx.model that return ActivityRefModifier and TypeMethodDescriptionfinal ActivityRef<A>
ActivityLink.getSourceActivityRef()
Returns the activity reference pointing to the source activity of the link.final ActivityRef<A>
ActivityLink.getTargetActivityRef()
Returns the activity reference pointing to the target activity of the link.Methods in com.flexganttfx.model with parameters of type ActivityRefModifier and TypeMethodDescriptionvoid
ActivityLink.setSourceActivityRef
(ActivityRef<A> ref) Sets the activity reference pointing to the source activity of the link.void
ActivityLink.setTargetActivityRef
(ActivityRef<A> ref) Sets the activity reference pointing to the target activity of the link.Constructors in com.flexganttfx.model with parameters of type ActivityRefModifierConstructorDescriptionActivityLink
(ActivityRef<A> sourceRef, ActivityRef<A> targetRef) Constructs a new activity link with typeActivityLink.LinkType.END_TO_START
.ActivityLink
(ActivityRef<A> sourceRef, ActivityRef<A> targetRef, ActivityLink.LinkType type) Constructs a new activity link. -
Uses of ActivityRef in com.flexganttfx.model.repository
Methods in com.flexganttfx.model.repository that return ActivityRefModifier and TypeMethodDescriptionfinal ActivityRef<?>
RepositoryEvent.getActivityRef()
Returns the affected activity (ref).Methods in com.flexganttfx.model.repository with parameters of type ActivityRefModifier and TypeMethodDescriptionfinal void
IntervalTreeActivityRepository.addActivity
(ActivityRef<A> activityRef) final void
ListActivityRepository.addActivity
(ActivityRef<A> activityRef) void
MutableActivityRepository.addActivity
(ActivityRef<A> activity) Adds the given activity to the repository.final void
IntervalTreeActivityRepository.removeActivity
(ActivityRef<A> activityRef) final void
ListActivityRepository.removeActivity
(ActivityRef<A> activityRef) void
MutableActivityRepository.removeActivity
(ActivityRef<A> activity) Removes the given activity from the repository.Constructors in com.flexganttfx.model.repository with parameters of type ActivityRefModifierConstructorDescriptionRepositoryEvent
(EventType<RepositoryEvent> eventType, ActivityRepository<?> repository, ActivityRef<?> activityRef) Constructs a new repository event. -
Uses of ActivityRef in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return ActivityRefModifier and TypeMethodDescriptionfinal ActivityRef<?>
ActivityBounds.getActivityRef()
final ActivityRef<?>
ActivityEvent.getActivityRef()
ActivityRef<?>
GraphicsBase.DragAndDropInfo.getActivityRef()
Returns the activity being dragged.final ActivityRef<?>
GraphicsBase.EditingCallbackParameter.getActivityRef()
final ActivityRef<?>
GraphicsBase.getActivityRefAt
(double x, double y) Finds the activity reference at the given location.final ActivityRef<?>
GraphicsBase.getEditedActivity()
Gets the value of the property editedActivity.final ActivityRef<?>
GraphicsBase.getHoverActivity()
Gets the value of the property hoverActivity.final ActivityRef<?>
GraphicsBase.getPressedActivity()
Gets the value of the property pressedActivity.Methods in com.flexganttfx.view.graphics that return types with arguments of type ActivityRefModifier and TypeMethodDescriptionfinal ObjectProperty<Callback<ActivityRef<?>,
Image>> GraphicsBase.dragImageProviderProperty()
final ReadOnlyObjectProperty<ActivityRef<?>>
GraphicsBase.editedActivityProperty()
final List<ActivityRef<?>>
GraphicsBase.ContextMenuParameter.getActivities()
Returns the activities found at the location where the context menu has been requested.final List<ActivityRef<?>>
LassoEvent.LassoInfo.getActivities()
Returns the activities found inside the lasso.final List<ActivityRef<?>>
GraphicsBase.getAllActivityRefsAt
(double x, double y) Returns the references to all activities found at the given location.final Callback<ActivityRef<?>,
Image> GraphicsBase.getDragImageProvider()
Gets the value of the property dragImageProvider.final ObservableSet<ActivityRef<?>>
GraphicsBase.getHighlightedActivities()
Returns a set that is used to store the currently highighted activities.final ObservableList<ActivityRef<?>>
GraphicsBase.getSelectedActivities()
Returns the list of currently selected activities.final ReadOnlyObjectProperty<ActivityRef<?>>
GraphicsBase.hoverActivityProperty()
final ReadOnlyObjectProperty<ActivityRef<?>>
GraphicsBase.pressedActivityProperty()
Method parameters in com.flexganttfx.view.graphics with type arguments of type ActivityRefModifier and TypeMethodDescriptionfinal void
GraphicsBase.setDragImageProvider
(Callback<ActivityRef<?>, Image> provider) Sets the value of the property dragImageProvider.Constructors in com.flexganttfx.view.graphics with parameters of type ActivityRefModifierConstructorDescriptionActivityBounds
(ActivityRef<?> activityRef, double x, double y, double width, double height) ActivityEvent
(ActivityRef<?> activity, EventTarget target, EventType<? extends ActivityEvent> eventType) ActivityEvent
(ActivityRef<?> activity, EventTarget target, EventType<? extends ActivityEvent> eventType, double oldValue) ActivityEvent
(ActivityRef<?> activity, EventTarget target, EventType<? extends ActivityEvent> eventType, Row<?, ?, ?> oldRow, Row<?, ?, ?> newRow, TimeInterval oldTimeInterval) ActivityEvent
(ActivityRef<?> activity, EventTarget target, EventType<? extends ActivityEvent> eventType, TimeInterval oldInterval) ActivityEvent
(ActivityRef<?> activity, EventTarget target, EventType<? extends ActivityEvent> eventType, Instant oldTime) EditingCallbackParameter
(ActivityRef<?> activityRef, GraphicsBase.EditMode editMode) Constructor parameters in com.flexganttfx.view.graphics with type arguments of type ActivityRefModifierConstructorDescriptionContextMenuParameter
(GraphicsBase<R> graphics, R row, List<ActivityRef<?>> activities, Layout layout, Instant time, LocalTime localTime) Constructs a new context menu parameter object. -
Uses of ActivityRef in com.flexganttfx.view.graphics.renderer
Methods in com.flexganttfx.view.graphics.renderer with parameters of type ActivityRefModifier and TypeMethodDescriptionfinal ActivityBounds
ActivityRenderer.draw
(ActivityRef<A> activityRef, Position position, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed) protected ActivityBounds
ActivityBarRenderer.drawActivity
(ActivityRef<A> activityRef, Position position, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed) protected ActivityBounds
ActivityRenderer.drawActivity
(ActivityRef<A> activityRef, Position position, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed) protected ActivityBounds
CalendarActivityRenderer.drawActivity
(ActivityRef<A> activityRef, Position position, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed) protected ActivityBounds
CompletableActivityRenderer.drawActivity
(ActivityRef<A> path, Position position, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed) protected void
ActivityBarRenderer.drawBackground
(ActivityRef<A> activityRef, Position position, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed) protected void
ActivityRenderer.drawBackground
(ActivityRef<A> activityRef, Position position, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed) protected void
ActivityBarRenderer.drawBorder
(ActivityRef<A> activityRef, Position position, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed) protected void
ActivityRenderer.drawBorder
(ActivityRef<A> activityRef, Position position, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed) protected void
CompletableActivityRenderer.drawCompletion
(ActivityRef<A> activityRef, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed) protected void
ActivityBarRenderer.drawText
(ActivityRef<A> activityRef, String text, ActivityBarRenderer.TextPosition position, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed) -
Uses of ActivityRef in impl.com.flexganttfx.skin.graphics
Methods in impl.com.flexganttfx.skin.graphics that return ActivityRefModifier and TypeMethodDescriptionfinal ActivityRef<?>
GraphicsBaseSkin.getActivityRefAt
(double x, double y) Methods in impl.com.flexganttfx.skin.graphics that return types with arguments of type ActivityRefModifier and TypeMethodDescriptionprotected abstract List<ActivityRef<?>>
GraphicsBaseSkin.findLassoSelectedActivities()
protected List<ActivityRef<?>>
ListViewGraphicsSkin.findLassoSelectedActivities()
protected final List<ActivityRef<?>>
SingleRowGraphicsSkin.findLassoSelectedActivities()
protected List<ActivityRef<?>>
SplitPaneGraphicsSkin.findLassoSelectedActivities()
protected List<ActivityRef<?>>
VBoxGraphicsSkin.findLassoSelectedActivities()
final List<ActivityRef<?>>
GraphicsBaseSkin.getAllActivityRefsAt
(double x, double y) Methods in impl.com.flexganttfx.skin.graphics with parameters of type ActivityRefModifier and TypeMethodDescriptionfinal Rectangle2D
GraphicsBaseSkin.getActivityBounds
(ActivityRef<?> ref) final ActivityBounds
RowCanvas.getActivityBounds
(ActivityRef<?> activityRef) GraphicsBaseSkin.getRowCanvas
(ActivityRef<?> ref) GraphicsBaseSkin.getRowPane
(ActivityRef<?> ref)