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 LassoEventModifikator 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ückgebenModifikator 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()The onLassoSelectionFinished property.final ObjectProperty<EventHandler<LassoEvent>> GraphicsBase.onLassoSelectionOngoingProperty()The onLassoSelectionOngoing property.final ObjectProperty<EventHandler<LassoEvent>> GraphicsBase.onLassoSelectionProperty()The onLassoSelection property.final ObjectProperty<EventHandler<LassoEvent>> GraphicsBase.onLassoSelectionStartedProperty()The onLassoSelectionStarted property.Methodenparameter in com.flexganttfx.view.graphics mit Typargumenten vom Typ LassoEventModifikator 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 LassoEventModifikatorKonstruktorBeschreibungLassoEvent(GraphicsBase<?> target, EventType<? extends LassoEvent> eventType, LassoEvent.LassoInfo info) Constructs a new event object.