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 | Method and Description |
---|---|
static ISelectorFactory.SelectorID |
ISelectorFactory.SelectorID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISelectorFactory.SelectorID[] |
ISelectorFactory.SelectorID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.