Uses of Class
com.flexganttfx.model.dateline.VirtualGrid
Packages that use VirtualGrid
Package
Description
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.
-
Uses of VirtualGrid in com.flexganttfx.extras
Methods in com.flexganttfx.extras that return VirtualGridModifier and TypeMethodDescriptionfinal VirtualGrid<?>
VirtualGridControl.getValue()
Returns the value ofVirtualGridControl.valueProperty()
.Methods in com.flexganttfx.extras that return types with arguments of type VirtualGridModifier and TypeMethodDescriptionfinal 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
.Methods in com.flexganttfx.extras with parameters of type VirtualGridModifier and TypeMethodDescriptionfinal void
VirtualGridControl.setValue
(VirtualGrid<?> grid) Sets the value ofVirtualGridControl.valueProperty()
. -
Uses of VirtualGrid in com.flexganttfx.model.dateline
Subclasses of VirtualGrid in com.flexganttfx.model.datelineModifier and TypeClassDescriptionfinal class
A virtual grid implementation forChronoUnit
.final class
A virtual grid implementation forSimpleUnit
.Methods in com.flexganttfx.model.dateline that return VirtualGridModifier and TypeMethodDescriptionChronoUnitResolution.createGrid()
abstract VirtualGrid<T>
Resolution.createGrid()
Creates a virtual grid for editing operations based on the settings of this resolution.SimpleUnitResolution.createGrid()
-
Uses of VirtualGrid in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return VirtualGridModifier and TypeMethodDescriptionfinal VirtualGrid<?>
GraphicsBase.getVirtualGrid()
Gets the value of thevirtualGrid
property.Methods in com.flexganttfx.view.graphics that return types with arguments of type VirtualGridModifier and TypeMethodDescriptionfinal ObservableList<VirtualGrid<?>>
GraphicsBase.getVirtualGrids()
final ObjectProperty<VirtualGrid<?>>
GraphicsBase.virtualGridProperty()
Methods in com.flexganttfx.view.graphics with parameters of type VirtualGridModifier and TypeMethodDescriptionfinal void
GraphicsBase.setVirtualGrid
(VirtualGrid<?> grid) Sets the value of thevirtualGrid
property.