public interface IGanttChartActionMap
AbstractGanttChart. Swing by itself
already supports action maps that can be set by calling
JComponent.setActionMap(javax.swing.ActionMap) but in the Gantt chart
UI these actions need to be displayed in a nice way, which is only possible
if the actions are grouped.ActionSelector| Modifier and Type | Method and Description |
|---|---|
Iterator<String> |
getCategories()
Returns the names of the action categories.
|
Iterator<String> |
getCategoryActions(String category)
Returns the action IDs that belong to the given group.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.