Verwendungen von Klasse
com.flexganttfx.model.ActivityRef
Packages, die ActivityRef verwenden
Package
Beschreibung
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.
-
Verwendungen von ActivityRef in com.flexganttfx.model
Methoden in com.flexganttfx.model, die ActivityRef zurückgebenModifikator und TypMethodeBeschreibungfinal 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.Methoden in com.flexganttfx.model mit Parametern vom Typ ActivityRefModifikator und TypMethodeBeschreibungvoidActivityLink.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.Konstruktoren in com.flexganttfx.model mit Parametern vom Typ ActivityRefModifikatorKonstruktorBeschreibungActivityLink(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. -
Verwendungen von ActivityRef in com.flexganttfx.model.repository
Methoden in com.flexganttfx.model.repository, die ActivityRef zurückgebenModifikator und TypMethodeBeschreibungfinal ActivityRef<?> RepositoryEvent.getActivityRef()Returns the affected activity (ref).Methoden in com.flexganttfx.model.repository mit Parametern vom Typ ActivityRefModifikator und TypMethodeBeschreibungfinal voidIntervalTreeActivityRepository.addActivity(ActivityRef<A> activityRef) final voidListActivityRepository.addActivity(ActivityRef<A> activityRef) voidMutableActivityRepository.addActivity(ActivityRef<A> activity) Adds the given activity to the repository.final voidIntervalTreeActivityRepository.removeActivity(ActivityRef<A> activityRef) final voidListActivityRepository.removeActivity(ActivityRef<A> activityRef) voidMutableActivityRepository.removeActivity(ActivityRef<A> activity) Removes the given activity from the repository.Konstruktoren in com.flexganttfx.model.repository mit Parametern vom Typ ActivityRefModifikatorKonstruktorBeschreibungRepositoryEvent(EventType<RepositoryEvent> eventType, ActivityRepository<?> repository, ActivityRef<?> activityRef) Constructs a new repository event. -
Verwendungen von ActivityRef in com.flexganttfx.view.graphics
Methoden in com.flexganttfx.view.graphics, die ActivityRef zurückgebenModifikator und TypMethodeBeschreibungActivityRef<?> ActivityBounds.getActivityRef()Returns the activity reference stored inside these bounds.final ActivityRef<?> ActivityEvent.getActivityRef()Returns the activity reference associated with this event.ActivityRef<?> GraphicsBase.DragAndDropInfo.getActivityRef()Returns the activity being dragged.ActivityRef<?> GraphicsBase.EditingCallbackParameter.getActivityRef()Returns the activity reference associated with this callback parameter.final ActivityRef<?> GraphicsBase.getActivityRefAt(double x, double y) Finds the activity reference at the given location.final ActivityRef<?> GraphicsBase.getEditedActivity()Ruft den Wert dereditedActivity-Eigenschaft ab.final ActivityRef<?> GraphicsBase.getHoverActivity()Ruft den Wert derhoverActivity-Eigenschaft ab.final ActivityRef<?> GraphicsBase.getPressedActivity()Ruft den Wert derpressedActivity-Eigenschaft ab.Methoden in com.flexganttfx.view.graphics, die Typen mit Argumenten vom Typ ActivityRef zurückgebenModifikator und TypMethodeBeschreibungfinal ObjectProperty<Callback<ActivityRef<?>, Image>> GraphicsBase.dragImageProviderProperty()The dragImageProvider property.final ReadOnlyObjectProperty<ActivityRef<?>> GraphicsBase.editedActivityProperty()The editedActivity property.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.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()Ruft den Wert derdragImageProvider-Eigenschaft ab.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()The hoverActivity property.final ReadOnlyObjectProperty<ActivityRef<?>> GraphicsBase.pressedActivityProperty()The pressedActivity property.Methodenparameter in com.flexganttfx.view.graphics mit Typargumenten vom Typ ActivityRefModifikator und TypMethodeBeschreibungfinal voidGraphicsBase.setDragImageProvider(Callback<ActivityRef<?>, Image> provider) Legt den Wert derdragImageProvider-Eigenschaft fest.Konstruktoren in com.flexganttfx.view.graphics mit Parametern vom Typ ActivityRefModifikatorKonstruktorBeschreibungActivityBounds(ActivityRef<?> activityRef, double x, double y, double width, double height) Creates activity bounds for the given activity reference and geometry.ActivityEvent(ActivityRef<?> activity, EventTarget target, EventType<? extends ActivityEvent> eventType) Creates an activity event for the given activity and event type.ActivityEvent(ActivityRef<?> activity, EventTarget target, EventType<? extends ActivityEvent> eventType, double oldValue) Creates an activity event that stores the original numeric value.ActivityEvent(ActivityRef<?> activity, EventTarget target, EventType<? extends ActivityEvent> eventType, Row<?, ?, ?> oldRow, Row<?, ?, ?> newRow, TimeInterval oldTimeInterval) Creates an activity event that stores the original and new row state.ActivityEvent(ActivityRef<?> activity, EventTarget target, EventType<? extends ActivityEvent> eventType, TimeInterval oldInterval) Creates an activity event that stores the original time interval.ActivityEvent(ActivityRef<?> activity, EventTarget target, EventType<? extends ActivityEvent> eventType, Instant oldTime) Creates an activity event that stores the original time value.EditingCallbackParameter(ActivityRef<?> activityRef, GraphicsBase.EditMode editMode) Creates editing callback parameters for the given activity and edit mode.Konstruktorparameter in com.flexganttfx.view.graphics mit Typargumenten vom Typ ActivityRefModifikatorKonstruktorBeschreibungContextMenuParameter(GraphicsBase<R> graphics, R row, List<ActivityRef<?>> activities, Layout layout, Instant time, LocalTime localTime) Constructs a new context menu parameter object. -
Verwendungen von ActivityRef in com.flexganttfx.view.graphics.renderer
Methoden in com.flexganttfx.view.graphics.renderer mit Parametern vom Typ ActivityRefModifikator und TypMethodeBeschreibungfinal 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) Draws the given activity and returns the resulting bounds.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) Draws the activity bar or milestone and returns the resulting bounds.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) Draws the activity contents and returns the resulting bounds.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) Draws the calendar activity and returns the resulting bounds.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) Draws the activity, including its completion overlay, and returns the resulting bounds.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) Draws the background for the activity bar or milestone.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) Draws the activity background.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) Draws the border for the activity bar or milestone.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) Draws the activity border.protected voidCompletableActivityRenderer.drawCompletion(ActivityRef<A> activityRef, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed) Draws the completion overlay for the activity.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) Draws the given text at the requested position around the activity. -
Verwendungen von ActivityRef in impl.com.flexganttfx.skin.graphics
Methoden in impl.com.flexganttfx.skin.graphics, die ActivityRef zurückgebenModifikator und TypMethodeBeschreibungfinal ActivityRef<?> GraphicsBaseSkin.getActivityRefAt(double x, double y) Returns the activity reference at the given coordinates.Methoden in impl.com.flexganttfx.skin.graphics, die Typen mit Argumenten vom Typ ActivityRef zurückgebenModifikator und TypMethodeBeschreibungprotected abstract List<ActivityRef<?>> GraphicsBaseSkin.findLassoSelectedActivities()protected List<ActivityRef<?>> ListViewGraphicsSkin.findLassoSelectedActivities()Finds the activities inside the lasso selection.protected final List<ActivityRef<?>> SingleRowGraphicsSkin.findLassoSelectedActivities()Finds the activities inside the lasso selection.protected List<ActivityRef<?>> SplitPaneGraphicsSkin.findLassoSelectedActivities()Finds the activities inside the lasso selection.protected List<ActivityRef<?>> VBoxGraphicsSkin.findLassoSelectedActivities()Finds the activities inside the lasso selection.final List<ActivityRef<?>> GraphicsBaseSkin.getAllActivityRefsAt(double x, double y) Returns all activity references at the given coordinates.Methoden in impl.com.flexganttfx.skin.graphics mit Parametern vom Typ ActivityRefModifikator und TypMethodeBeschreibungfinal Rectangle2DGraphicsBaseSkin.getActivityBounds(ActivityRef<?> ref) Returns the activity bounds for the given activity reference.RowCanvas.getActivityBounds(ActivityRef<?> activityRef) Returns the activity bounds for the given activity reference.GraphicsBaseSkin.getRowCanvas(ActivityRef<?> ref) Returns the row canvas for the given activity reference.GraphicsBaseSkin.getRowPane(ActivityRef<?> ref) Returns the row pane for the given activity reference.