Uses of Class
com.flexganttfx.model.dateline.VirtualGrid
| Package | Description |
|---|---|
| com.flexganttfx.extras |
Various utility classes, most notably a toolbar and a statusbar control for
rapid prototyping (not intended for production use).
|
| com.flexganttfx.model.dateline |
Classes used to support the dateline (child control of timeline).
|
| com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
-
Uses of VirtualGrid in com.flexganttfx.extras
Methods in com.flexganttfx.extras that return VirtualGrid Modifier and Type Method Description VirtualGrid<?>VirtualGridControl. getValue()Returns the value ofVirtualGridControl.valueProperty().Methods in com.flexganttfx.extras that return types with arguments of type VirtualGrid Modifier and Type Method Description ObservableList<VirtualGrid<?>>VirtualGridControl. getGrids()Returns the list of possible virtual grid values.ObjectProperty<VirtualGrid<?>>VirtualGridControl. valueProperty()The property used to store the currently selectedVirtualGrid.Methods in com.flexganttfx.extras with parameters of type VirtualGrid Modifier and Type Method Description voidVirtualGridControl. setValue(VirtualGrid<?> grid)Sets the value ofVirtualGridControl.valueProperty(). -
Uses of VirtualGrid in com.flexganttfx.model.dateline
Subclasses of VirtualGrid in com.flexganttfx.model.dateline Modifier and Type Class Description classChronoUnitGridA virtual grid implementation forChronoUnit.classSimpleUnitGridA virtual grid implementation forSimpleUnit.Methods in com.flexganttfx.model.dateline that return VirtualGrid Modifier and Type Method Description VirtualGrid<ChronoUnit>ChronoUnitResolution. createGrid()abstract VirtualGrid<T>Resolution. createGrid()Creates a virtual grid for editing operations based on the settings of this resolution.VirtualGrid<SimpleUnit>SimpleUnitResolution. createGrid() -
Uses of VirtualGrid in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return VirtualGrid Modifier and Type Method Description VirtualGrid<?>GraphicsBase. getVirtualGrid()Gets the value of the property virtualGrid.Methods in com.flexganttfx.view.graphics that return types with arguments of type VirtualGrid Modifier and Type Method Description ObservableList<VirtualGrid<?>>GraphicsBase. getVirtualGrids()ObjectProperty<VirtualGrid<?>>GraphicsBase. virtualGridProperty()Methods in com.flexganttfx.view.graphics with parameters of type VirtualGrid Modifier and Type Method Description voidGraphicsBase. setVirtualGrid(VirtualGrid<?> grid)Sets the value of the property virtualGrid.