Verwendungen von Klasse
com.flexganttfx.model.dateline.VirtualGrid
Packages, die VirtualGrid verwenden
Package
Beschreibung
Various utility classes, most notably a toolbar and a statusbar control for
rapid prototyping (not intended for production use).
Classes used to support the dateline (child control of timeline).
The various graphics controls that are used for rendering the Gantt chart.
-
Verwendungen von VirtualGrid in com.flexganttfx.extras
Methoden in com.flexganttfx.extras, die VirtualGrid zurückgebenModifizierer und TypMethodeBeschreibungfinal VirtualGrid<?> VirtualGridControl.getValue()Returns the value ofVirtualGridControl.valueProperty().Methoden in com.flexganttfx.extras, die Typen mit Argumenten vom Typ VirtualGrid zurückgebenModifizierer und TypMethodeBeschreibungfinal ObservableList<VirtualGrid<?>> VirtualGridControl.getGrids()Returns the list of possible virtual grid values.final ObjectProperty<VirtualGrid<?>> VirtualGridControl.valueProperty()The property used to store the currently selectedVirtualGrid.Methoden in com.flexganttfx.extras mit Parametern vom Typ VirtualGridModifizierer und TypMethodeBeschreibungfinal voidVirtualGridControl.setValue(VirtualGrid<?> grid) Sets the value ofVirtualGridControl.valueProperty(). -
Verwendungen von VirtualGrid in com.flexganttfx.model.dateline
Unterklassen von VirtualGrid in com.flexganttfx.model.datelineModifizierer und TypKlasseBeschreibungfinal classA virtual grid implementation forChronoUnit.final classA virtual grid implementation forSimpleUnit.Methoden in com.flexganttfx.model.dateline, die VirtualGrid zurückgebenModifizierer und TypMethodeBeschreibungChronoUnitResolution.createGrid()abstract VirtualGrid<T> Resolution.createGrid()Creates a virtual grid for editing operations based on the settings of this resolution.SimpleUnitResolution.createGrid() -
Verwendungen von VirtualGrid in com.flexganttfx.view.graphics
Methoden in com.flexganttfx.view.graphics, die VirtualGrid zurückgebenModifizierer und TypMethodeBeschreibungfinal VirtualGrid<?> GraphicsBase.getVirtualGrid()Ruft den Wert dervirtualGrid-Eigenschaft ab.Methoden in com.flexganttfx.view.graphics, die Typen mit Argumenten vom Typ VirtualGrid zurückgebenModifizierer und TypMethodeBeschreibungfinal ObservableList<VirtualGrid<?>> GraphicsBase.getVirtualGrids()final ObjectProperty<VirtualGrid<?>> GraphicsBase.virtualGridProperty()Methoden in com.flexganttfx.view.graphics mit Parametern vom Typ VirtualGridModifizierer und TypMethodeBeschreibungfinal voidGraphicsBase.setVirtualGrid(VirtualGrid<?> grid) Legt den Wert dervirtualGrid-Eigenschaft fest.