Uses of Class
com.flexganttfx.model.ActivityRef
-
Packages that use ActivityRef Package Description com.flexganttfx.model Top-level model classes required for creating a Gantt chart.com.flexganttfx.model.repository Classes related to activity repositories.com.flexganttfx.view.graphics The various graphics controls that are used for rendering the Gantt chart.com.flexganttfx.view.graphics.renderer Renderer classes for visualizing activities, calendar entries, and for adding custom background visuals based on row type.impl.com.flexganttfx.skin.graphics Classes for the graphics skin. -
-
Uses of ActivityRef in com.flexganttfx.model
Methods in com.flexganttfx.model that return ActivityRef Modifier and Type Method Description ActivityRef<A>
ActivityLink. getSourceActivityRef()
Returns the activity reference pointing to the source activity of the link.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 ActivityRef Modifier and Type Method Description void
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 ActivityRef Constructor Description ActivityLink(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 ActivityRef Modifier and Type Method Description ActivityRef<?>
RepositoryEvent. getActivityRef()
Returns the affected activity (ref).Methods in com.flexganttfx.model.repository with parameters of type ActivityRef Modifier and Type Method Description void
IntervalTreeActivityRepository. addActivity(ActivityRef<A> activityRef)
void
ListActivityRepository. addActivity(ActivityRef<A> activityRef)
void
MutableActivityRepository. addActivity(ActivityRef<A> activity)
Adds the given activity to the repository.void
IntervalTreeActivityRepository. removeActivity(ActivityRef<A> activityRef)
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 ActivityRef Constructor Description RepositoryEvent(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 ActivityRef Modifier and Type Method Description ActivityRef<?>
ActivityBounds. getActivityRef()
ActivityRef<?>
ActivityEvent. getActivityRef()
ActivityRef<?>
GraphicsBase.DragAndDropInfo. getActivityRef()
Returns the activity being dragged.ActivityRef<?>
GraphicsBase.EditingCallbackParameter. getActivityRef()
ActivityRef<?>
GraphicsBase. getActivityRefAt(double x, double y)
Finds the activity reference at the given location.ActivityRef<?>
GraphicsBase. getEditedActivity()
ActivityRef<?>
GraphicsBase. getHoverActivity()
ActivityRef<?>
GraphicsBase. getPressedActivity()
Methods in com.flexganttfx.view.graphics that return types with arguments of type ActivityRef Modifier and Type Method Description ObjectProperty<Callback<ActivityRef<?>,Image>>
GraphicsBase. dragImageProviderProperty()
ReadOnlyObjectProperty<ActivityRef<?>>
GraphicsBase. editedActivityProperty()
List<ActivityRef<?>>
GraphicsBase.ContextMenuParameter. getActivities()
Returns the activities found at the location where the context menu has been requested.List<ActivityRef<?>>
LassoEvent.LassoInfo. getActivities()
Returns the activities found inside the lasso.List<ActivityRef<?>>
GraphicsBase. getAllActivityRefsAt(double x, double y)
Returns the references to all activities found at the given location.Callback<ActivityRef<?>,Image>
GraphicsBase. getDragImageProvider()
ObservableSet<ActivityRef<?>>
GraphicsBase. getHighlightedActivities()
Returns a set that is used to store the currently highighted activities.ObservableList<ActivityRef<?>>
GraphicsBase. getSelectedActivities()
Returns the list of currently selected activities.ReadOnlyObjectProperty<ActivityRef<?>>
GraphicsBase. hoverActivityProperty()
ReadOnlyObjectProperty<ActivityRef<?>>
GraphicsBase. pressedActivityProperty()
Method parameters in com.flexganttfx.view.graphics with type arguments of type ActivityRef Modifier and Type Method Description void
GraphicsBase. setDragImageProvider(Callback<ActivityRef<?>,Image> provider)
Constructors in com.flexganttfx.view.graphics with parameters of type ActivityRef Constructor Description ActivityBounds(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 ActivityRef Constructor Description ContextMenuParameter(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 ActivityRef Modifier and Type Method Description 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 ActivityRef Modifier and Type Method Description ActivityRef<?>
GraphicsBaseSkin. getActivityRefAt(double x, double y)
Methods in impl.com.flexganttfx.skin.graphics that return types with arguments of type ActivityRef Modifier and Type Method Description protected abstract List<ActivityRef<?>>
GraphicsBaseSkin. findLassoSelectedActivities()
protected List<ActivityRef<?>>
ListViewGraphicsSkin. findLassoSelectedActivities()
protected List<ActivityRef<?>>
SingleRowGraphicsSkin. findLassoSelectedActivities()
protected List<ActivityRef<?>>
SplitPaneGraphicsSkin. findLassoSelectedActivities()
protected List<ActivityRef<?>>
VBoxGraphicsSkin. findLassoSelectedActivities()
List<ActivityRef<?>>
GraphicsBaseSkin. getAllActivityRefsAt(double x, double y)
Methods in impl.com.flexganttfx.skin.graphics with parameters of type ActivityRef Modifier and Type Method Description protected Rectangle2D
GraphicsBaseSkin. getActivityBounds(ActivityRef<?> ref)
ActivityBounds
RowCanvas. getActivityBounds(ActivityRef<?> activityRef)
protected RowCanvas<R>
GraphicsBaseSkin. getRowCanvas(ActivityRef<?> ref)
protected RowPane<R>
GraphicsBaseSkin. getRowPane(ActivityRef<?> ref)
-