Uses of Class
com.flexganttfx.model.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 voidActivityLink. setSourceActivityRef(ActivityRef<A> ref)Sets the activity reference pointing to the source activity of the link.voidActivityLink. 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 voidIntervalTreeActivityRepository. addActivity(ActivityRef<A> activityRef)voidListActivityRepository. addActivity(ActivityRef<A> activityRef)voidMutableActivityRepository. addActivity(ActivityRef<A> activity)Adds the given activity to the repository.voidIntervalTreeActivityRepository. removeActivity(ActivityRef<A> activityRef)voidListActivityRepository. removeActivity(ActivityRef<A> activityRef)voidMutableActivityRepository. 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()Gets the value of the property editedActivity.ActivityRef<?>GraphicsBase. getHoverActivity()Gets the value of the property hoverActivity.ActivityRef<?>GraphicsBase. getPressedActivity()Gets the value of the property pressedActivity.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()Gets the value of the property dragImageProvider.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 voidGraphicsBase. setDragImageProvider(Callback<ActivityRef<?>,Image> provider)Sets the value of the property dragImageProvider.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 ActivityBoundsActivityRenderer. 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 ActivityBoundsActivityBarRenderer. 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 ActivityBoundsActivityRenderer. 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 ActivityBoundsCalendarActivityRenderer. 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 ActivityBoundsCompletableActivityRenderer. 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 voidActivityBarRenderer. 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 voidActivityRenderer. 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 voidActivityBarRenderer. 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 voidActivityRenderer. 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 voidCompletableActivityRenderer. drawCompletion(ActivityRef<A> activityRef, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed)protected voidActivityBarRenderer. 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 Rectangle2DGraphicsBaseSkin. getActivityBounds(ActivityRef<?> ref)ActivityBoundsRowCanvas. getActivityBounds(ActivityRef<?> activityRef)RowCanvas<R>GraphicsBaseSkin. getRowCanvas(ActivityRef<?> ref)protected RowPane<R>GraphicsBaseSkin. getRowPane(ActivityRef<?> ref)