Uses of Class
com.amalgamasimulation.visualsets.containers.GanttVisualSetContainer
Packages that use GanttVisualSetContainer
-
Uses of GanttVisualSetContainer in com.amalgamasimulation.visualsets.containers
Methods in com.amalgamasimulation.visualsets.containers that return GanttVisualSetContainerModifier and TypeMethodDescriptionGanttVisualSetContainer.addSeparator(GanttChartRow ganttChartRow, Color color, double width) Sets theGanttChartRowSeparatorthat should be placed under the given ganttChartRow.GanttVisualSetContainer.collapseAll()Collapses the entire tree structure, leaving only top-level elements visible.GanttVisualSetContainer.expandAll()Expands the entire tree structure, making all elements at all nesting levels visible.GanttVisualSetContainer.newInstance()GanttVisualSetContainer.removeSeparator(GanttChartRow ganttChartRow) Removes theGanttChartRowSeparatorthat should be placed under the given ganttChartRow.GanttVisualSetContainer.setChildrenProvider(Function<GanttChartRow, List<GanttChartRow>> childrenProvider) Sets the childrens prodiver i.e.GanttVisualSetContainer.setGanttChartRowsComparator(Comparator<GanttChartRow> ganttChartRowsComparator) Sets the comparator forGanttChartRow's.GanttVisualSetContainer.setRowHeightPolicy(IRowHeightPolicy rowHeightPolicy) Sets the policy for calculating the height of theGanttChartRow.GanttVisualSetContainer.setTreeState(GanttChartRow ganttChartRow, boolean expanded, boolean recursively) Sets the expand status of the given ganttChartRow.