Verwendungen von Klasse
com.flexganttfx.view.graphics.LassoEvent
Packages, die LassoEvent verwenden
Package
Beschreibung
The various graphics controls that are used for rendering the Gantt chart.
-
Verwendungen von LassoEvent in com.flexganttfx.view.graphics
Felder in com.flexganttfx.view.graphics mit Typparametern vom Typ LassoEventModifizierer und TypFeldBeschreibungstatic final EventType<LassoEvent> LassoEvent.ALLThe parent event type of all other lasso event types.static final EventType<LassoEvent> LassoEvent.SELECTION_FINISHEDAn event type used when the user finishes a selection with the lasso.static final EventType<LassoEvent> LassoEvent.SELECTION_ONGOINGAn event type used while the user is using the lasso to perform a selection.static final EventType<LassoEvent> LassoEvent.SELECTION_STARTEDAn event type used when the user starts a selection with the lasso.Methoden in com.flexganttfx.view.graphics, die Typen mit Argumenten vom Typ LassoEvent zurückgebenModifizierer und TypMethodeBeschreibungfinal EventHandler<LassoEvent> GraphicsBase.getOnLassoSelection()Ruft den Wert deronLassoSelection-Eigenschaft ab.final EventHandler<LassoEvent> GraphicsBase.getOnLassoSelectionFinished()Ruft den Wert deronLassoSelectionFinished-Eigenschaft ab.final EventHandler<LassoEvent> GraphicsBase.getOnLassoSelectionOngoing()Ruft den Wert deronLassoSelectionOngoing-Eigenschaft ab.final EventHandler<LassoEvent> GraphicsBase.getOnLassoSelectionStarted()Ruft den Wert deronLassoSelectionStarted-Eigenschaft ab.final ObjectProperty<EventHandler<LassoEvent>> GraphicsBase.onLassoSelectionFinishedProperty()final ObjectProperty<EventHandler<LassoEvent>> GraphicsBase.onLassoSelectionOngoingProperty()final ObjectProperty<EventHandler<LassoEvent>> GraphicsBase.onLassoSelectionProperty()final ObjectProperty<EventHandler<LassoEvent>> GraphicsBase.onLassoSelectionStartedProperty()Methodenparameter in com.flexganttfx.view.graphics mit Typargumenten vom Typ LassoEventModifizierer und TypMethodeBeschreibungfinal voidGraphicsBase.setOnLassoSelection(EventHandler<LassoEvent> value) Legt den Wert deronLassoSelection-Eigenschaft fest.final voidGraphicsBase.setOnLassoSelectionFinished(EventHandler<LassoEvent> value) Legt den Wert deronLassoSelectionFinished-Eigenschaft fest.final voidGraphicsBase.setOnLassoSelectionOngoing(EventHandler<LassoEvent> value) Legt den Wert deronLassoSelectionOngoing-Eigenschaft fest.final voidGraphicsBase.setOnLassoSelectionStarted(EventHandler<LassoEvent> value) Legt den Wert deronLassoSelectionStarted-Eigenschaft fest.Konstruktorparameter in com.flexganttfx.view.graphics mit Typargumenten vom Typ LassoEventModifiziererKonstruktorBeschreibungLassoEvent(GraphicsBase<?> target, EventType<? extends LassoEvent> eventType, LassoEvent.LassoInfo info) Constructs a new event object.