Uses of Package
com.flexganttfx.model
-
Packages that use com.flexganttfx.model 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.extras.properties Contains the item factory and item providers for use with the property sheet view of ControlsFX.com.flexganttfx.extras.properties.view Contains views for displaying the various properties used by the framework inside the property sheet view of ControlsFX.com.flexganttfx.model Top-level model classes required for creating a Gantt chart.com.flexganttfx.model.activity Classes and interfaces related to activities.com.flexganttfx.model.calendar Classes and interfaces related to calendars.com.flexganttfx.model.exception Specialized exception classes.com.flexganttfx.model.layout Different layout and line manager implementations used to control the layout of activities.com.flexganttfx.model.repository Classes related to activity repositories.com.flexganttfx.model.util Various utility classes for comparing, sorting, and storing activities.com.flexganttfx.view The main Gantt chart controls.com.flexganttfx.view.graphics The various graphics controls that are used for rendering the Gantt chart.com.flexganttfx.view.graphics.layer System layers are used to draw various pieces of information into the background of a row (time now, grid lines, marked time interval, chart and agenda lines, etc...).com.flexganttfx.view.graphics.renderer Renderer classes for visualizing activities, calendar entries, and for adding custom background visuals based on row type.com.flexganttfx.view.timeline The timeline control, which consists of the dateline and the eventline child controls.com.flexganttfx.view.util Various utility classes.impl.com.flexganttfx.extras.skin Skins for the extra controls.impl.com.flexganttfx.skin Classes for the Gantt Chart, Dual Gantt Chart, Multi Gantt Chart skins.impl.com.flexganttfx.skin.graphics Classes for the graphics skin.impl.com.flexganttfx.skin.treetable Classes for the treetable skin.impl.com.flexganttfx.skin.util A collection of utility classes. -
Classes in com.flexganttfx.model used by com.flexganttfx.extras Class Description Row A row object is used to store the activities found on a row of the Gantt chart. -
Classes in com.flexganttfx.model used by com.flexganttfx.extras.properties Class Description Row A row object is used to store the activities found on a row of the Gantt chart. -
Classes in com.flexganttfx.model used by com.flexganttfx.extras.properties.view Class Description Row A row object is used to store the activities found on a row of the Gantt chart. -
Classes in com.flexganttfx.model used by com.flexganttfx.model Class Description Activity Activities represent objects that will be displayed below the timeline in the graphics view of the Gantt chart control.ActivityLink.LinkType An enumerator listing the available link types.ActivityRef An activity reference is used to precisely identify the location of an activity where the location is a combination of row, layer, and the activity itself.ActivityRepository Activity repositories are used by rows to store and lookup activities.Calendar A calendar is an extension of an activity repository with the additions of a name and a visibility property.Layer Layers are used to group activities together.Layout Each row and each inner line of a row are associated with a layout.LinesManager A lines manager is used to control the layout of lines inside a row.Row A row object is used to store the activities found on a row of the Gantt chart. -
Classes in com.flexganttfx.model used by com.flexganttfx.model.activity Class Description Activity Activities represent objects that will be displayed below the timeline in the graphics view of the Gantt chart control. -
Classes in com.flexganttfx.model used by com.flexganttfx.model.calendar Class Description Activity Activities represent objects that will be displayed below the timeline in the graphics view of the Gantt chart control.ActivityRepository Activity repositories are used by rows to store and lookup activities.Calendar A calendar is an extension of an activity repository with the additions of a name and a visibility property.Layer Layers are used to group activities together. -
Classes in com.flexganttfx.model used by com.flexganttfx.model.exception Class Description Row A row object is used to store the activities found on a row of the Gantt chart. -
Classes in com.flexganttfx.model used by com.flexganttfx.model.layout Class Description Activity Activities represent objects that will be displayed below the timeline in the graphics view of the Gantt chart control.Layout Each row and each inner line of a row are associated with a layout.LinesManager A lines manager is used to control the layout of lines inside a row.Row A row object is used to store the activities found on a row of the Gantt chart. -
Classes in com.flexganttfx.model used by com.flexganttfx.model.repository Class Description Activity Activities represent objects that will be displayed below the timeline in the graphics view of the Gantt chart control.ActivityRef An activity reference is used to precisely identify the location of an activity where the location is a combination of row, layer, and the activity itself.ActivityRepository Activity repositories are used by rows to store and lookup activities.Layer Layers are used to group activities together. -
Classes in com.flexganttfx.model used by com.flexganttfx.model.util Class Description Activity Activities represent objects that will be displayed below the timeline in the graphics view of the Gantt chart control. -
Classes in com.flexganttfx.model used by com.flexganttfx.view Class Description ActivityLink An activity link can be used to model any kind of dependency between two activities.Calendar A calendar is an extension of an activity repository with the additions of a name and a visibility property.Layer Layers are used to group activities together.Row A row object is used to store the activities found on a row of the Gantt chart. -
Classes in com.flexganttfx.model used by com.flexganttfx.view.graphics Class Description Activity Activities represent objects that will be displayed below the timeline in the graphics view of the Gantt chart control.ActivityLink An activity link can be used to model any kind of dependency between two activities.ActivityRef An activity reference is used to precisely identify the location of an activity where the location is a combination of row, layer, and the activity itself.Calendar A calendar is an extension of an activity repository with the additions of a name and a visibility property.Layer Layers are used to group activities together.Layout Each row and each inner line of a row are associated with a layout.Row A row object is used to store the activities found on a row of the Gantt chart. -
Classes in com.flexganttfx.model used by com.flexganttfx.view.graphics.layer Class Description Activity Activities represent objects that will be displayed below the timeline in the graphics view of the Gantt chart control.Row A row object is used to store the activities found on a row of the Gantt chart. -
Classes in com.flexganttfx.model used by com.flexganttfx.view.graphics.renderer Class Description Activity Activities represent objects that will be displayed below the timeline in the graphics view of the Gantt chart control.ActivityRef An activity reference is used to precisely identify the location of an activity where the location is a combination of row, layer, and the activity itself.Row A row object is used to store the activities found on a row of the Gantt chart. -
Classes in com.flexganttfx.model used by com.flexganttfx.view.timeline Class Description Calendar A calendar is an extension of an activity repository with the additions of a name and a visibility property.Row A row object is used to store the activities found on a row of the Gantt chart. -
Classes in com.flexganttfx.model used by com.flexganttfx.view.util Class Description Activity Activities represent objects that will be displayed below the timeline in the graphics view of the Gantt chart control.LinesManager A lines manager is used to control the layout of lines inside a row.Row A row object is used to store the activities found on a row of the Gantt chart. -
Classes in com.flexganttfx.model used by impl.com.flexganttfx.extras.skin Class Description Row A row object is used to store the activities found on a row of the Gantt chart. -
Classes in com.flexganttfx.model used by impl.com.flexganttfx.skin Class Description Row A row object is used to store the activities found on a row of the Gantt chart. -
Classes in com.flexganttfx.model used by impl.com.flexganttfx.skin.graphics Class Description Activity Activities represent objects that will be displayed below the timeline in the graphics view of the Gantt chart control.ActivityRef An activity reference is used to precisely identify the location of an activity where the location is a combination of row, layer, and the activity itself.Layout Each row and each inner line of a row are associated with a layout.Row A row object is used to store the activities found on a row of the Gantt chart. -
Classes in com.flexganttfx.model used by impl.com.flexganttfx.skin.treetable Class Description Row A row object is used to store the activities found on a row of the Gantt chart. -
Classes in com.flexganttfx.model used by impl.com.flexganttfx.skin.util Class Description Activity Activities represent objects that will be displayed below the timeline in the graphics view of the Gantt chart control.