|
Class Summary |
| AbstractItemDialog |
|
| ApplicationEvent |
ApplicationEvent is raised, if a change in the application (data) has occurred |
| DefaultProjectItemRenderer |
Class DefaultProjectItemRenderer |
| DialogFactory |
DialogFactory provides property dialogs for entities (e. g. a feature). |
| EnhancedList |
EnhancedList is subclass of the JList component which is able to handle view commands. |
| EnhancedTable |
EnhancedTable is a specialized table which has
a persistent column model (JTable has a strange behaviour in this case, you have to
overwrite createColumnModel to establish your own model, otherwise no colums are created)
react on some action events
|
| EnhancedTableModel |
EnhancedTableModel enables table sorting and supplies proper selection of table rows. |
| EnhancedTree |
EnhancedTree is able to handle view commands. |
| EnumComboBox |
EnumComboBox displays enumeration types. |
| EnumTableEditor |
A EnumTableEditor is a special cell editor for enumeration types. |
| EnumTableRenderer |
A EnumTableRenderer is a specialized table cell renderer for enumeration types |
| FeatureDialog |
Property dialog for features. |
| FormPanel |
Provides an easy to use panel with a predefined GridBagLayout. |
| Icons |
Holds all used icons |
| ListController |
Generic controller for lists |
| Main |
The root of all evil |
| MainFrame |
MainFrame holds all the 'global application stuff', e. g. knows name of the current file and
is the glue between views and model. |
| MenuBuilder |
MenuBuilder creates menue from an actions list. |
| MonthPicker |
UI component to pick month and year |
| OptionsDialog |
Provides a dialog for options |
| PersistentColumnModel |
PersistentColumnModel |
| PopupMenuFactory |
PopupMenuFactory is a factory for context or popup menus |
| ProductDialog |
Dialog for edit/view product properties |
| ProjectContainerTableController |
TableController is a generic controller for tables. |
| ProjectItemDialog |
Dialog for a new project item (is currently used for assets only)
CODE CLEANUP NEEDED! |
| SortButtonRenderer |
SortButtonRenderer renders the table header to indicate a sorted column. |
| TableController |
TableController is a generic controller for tables. |
| TableListController |
Syncs a list with entries and a dependend table. |
| ToolBarBuilder |
ToolBarBuilder creates tool bars from an action list. |
| TreeController |
TreeController is a generic controller for trees. |