Package | Description |
---|---|
com.dlsc.flexgantt.swing.mac | |
com.dlsc.flexgantt.swing.selector |
Contains the selector implementations.
|
Modifier and Type | Method and Description |
---|---|
Selector |
MacSimpleGranularitySelectorFactory.createSelector(AbstractGanttChart gc,
JComponent parentComponent,
ISelectorFactory.SelectorID id) |
Selector |
MacTimeGranularitySelectorFactory.createSelector(AbstractGanttChart gc,
JComponent parentComponent,
ISelectorFactory.SelectorID id) |
Selector |
MacSimpleGranularitySelectorFactory.createSelector(IGridComponent gridComponent,
JComponent parentComponent,
ISelectorFactory.SelectorID id) |
Selector |
MacTimeGranularitySelectorFactory.createSelector(IGridComponent gridComponent,
JComponent parentComponent,
ISelectorFactory.SelectorID id) |
Selector |
MacSimpleGranularitySelectorFactory.createSelector(LayerContainer layerContainer,
JComponent parentComponent,
ISelectorFactory.SelectorID id) |
Selector |
MacTimeGranularitySelectorFactory.createSelector(LayerContainer layerContainer,
JComponent parentComponent,
ISelectorFactory.SelectorID id) |
Modifier and Type | Class and Description |
---|---|
class |
ActionSelector
A selector used for displaying and triggering the actions defined on the
Gantt chart.
|
class |
BookmarksSelector
A little window, which will show the list of defined bookmarks.
|
class |
ColumnChooserSelector
A selector that wraps a control for editing the list of used columns in the
tree table of a Gantt chart.
|
class |
GranularitySelector
A small window that allows the user to select a granularity that will be used
by the dateline.
|
class |
GridSelector
A small window that allows the user to select a granularity that will be used
for a virtual grid during drag & drop operations.
|
class |
LayerSelector
A small window that allows the user to manipulte the list of currently
visible layers.
|
class |
OverviewSelector
A small window that displays an overview of the timeline objects of all layer
containers.
|
class |
PagingSelector
A paging selector is a small window in which all pages are listed based on
the paging model used by the Gantt chart.
|
class |
SimpleGranularityGotoSelector
A selector that allows the user to enter a time that will be made visible by
the Gantt chart.
|
class |
SimpleGranularityHorizonSelector
A small window that allows the user to edit the time span shown by the
timeline (the horizon).
|
class |
SpreadsheetSelector
A small window that allows the user to select a granularity that will be used
for a virtual grid during drag & drop operations.
|
class |
TimeGranularityGotoSelector
A selector that allows the user to enter a time that will be made visible by
the Gantt chart.
|
class |
TimeGranularityHorizonSelector
A small window that allows the user to edit the time span shown by the
timeline (the horizon).
|
class |
TimeZoneSelector
A selector used for changing the time zone that is displayed in the
Dateline . |
Modifier and Type | Method and Description |
---|---|
Selector |
ISelectorFactory.createSelector(AbstractGanttChart ganttChart,
JComponent parentComponent,
ISelectorFactory.SelectorID id)
Creates a new selector for the given Gantt chart and the given selector
type.
|
Selector |
TimeGranularitySelectorFactory.createSelector(AbstractGanttChart gc,
JComponent parentComponent,
ISelectorFactory.SelectorID id) |
Selector |
SimpleGranularitySelectorFactory.createSelector(AbstractGanttChart gc,
JComponent parentComponent,
ISelectorFactory.SelectorID id) |
Selector |
ISelectorFactory.createSelector(IGridComponent gridComponent,
JComponent parentComponent,
ISelectorFactory.SelectorID id)
Creates a new selector for the given
IGridComponent instance and
the given selector type. |
Selector |
TimeGranularitySelectorFactory.createSelector(IGridComponent gridComponent,
JComponent parentComponent,
ISelectorFactory.SelectorID id) |
Selector |
SimpleGranularitySelectorFactory.createSelector(IGridComponent gridComponent,
JComponent parentComponent,
ISelectorFactory.SelectorID id) |
Selector |
ISelectorFactory.createSelector(LayerContainer layerContainer,
JComponent parentComponent,
ISelectorFactory.SelectorID id)
Creates a new selector for the given
LayerContainer and the given
selector type. |
Selector |
TimeGranularitySelectorFactory.createSelector(LayerContainer layerContainer,
JComponent parentComponent,
ISelectorFactory.SelectorID id) |
Selector |
SimpleGranularitySelectorFactory.createSelector(LayerContainer layerContainer,
JComponent parentComponent,
ISelectorFactory.SelectorID id) |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.