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ückgebenModifizierer 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 ActivityRefModifizierer 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 ActivityRefModifiziererKonstruktorBeschreibungActivityLink(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ückgebenModifizierer und TypMethodeBeschreibungfinal ActivityRef<?> RepositoryEvent.getActivityRef()Returns the affected activity (ref).Methoden in com.flexganttfx.model.repository mit Parametern vom Typ ActivityRefModifizierer 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 ActivityRefModifiziererKonstruktorBeschreibungRepositoryEvent(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ückgebenModifizierer und TypMethodeBeschreibungActivityRef<?> 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()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ückgebenModifizierer und TypMethodeBeschreibungfinal 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.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()final ReadOnlyObjectProperty<ActivityRef<?>> GraphicsBase.pressedActivityProperty()Methodenparameter in com.flexganttfx.view.graphics mit Typargumenten vom Typ ActivityRefModifizierer und TypMethodeBeschreibungfinal voidGraphicsBase.setDragImageProvider(Callback<ActivityRef<?>, Image> provider) Legt den Wert derdragImageProvider-Eigenschaft fest.Konstruktoren in com.flexganttfx.view.graphics mit Parametern vom Typ ActivityRefModifiziererKonstruktorBeschreibungActivityBounds(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) Konstruktorparameter in com.flexganttfx.view.graphics mit Typargumenten vom Typ ActivityRefModifiziererKonstruktorBeschreibungContextMenuParameter(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 ActivityRefModifizierer 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) 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) -
Verwendungen von ActivityRef in impl.com.flexganttfx.skin.graphics
Methoden in impl.com.flexganttfx.skin.graphics, die ActivityRef zurückgebenModifizierer und TypMethodeBeschreibungfinal ActivityRef<?> GraphicsBaseSkin.getActivityRefAt(double x, double y) Methoden in impl.com.flexganttfx.skin.graphics, die Typen mit Argumenten vom Typ ActivityRef zurückgebenModifizierer und TypMethodeBeschreibungprotected 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) Methoden in impl.com.flexganttfx.skin.graphics mit Parametern vom Typ ActivityRefModifizierer und TypMethodeBeschreibungfinal Rectangle2DGraphicsBaseSkin.getActivityBounds(ActivityRef<?> ref) RowCanvas.getActivityBounds(ActivityRef<?> activityRef) GraphicsBaseSkin.getRowCanvas(ActivityRef<?> ref) GraphicsBaseSkin.getRowPane(ActivityRef<?> ref)