Package de.tkuhn.util.prefs.gui

A package containing GUI elements to display and alter preferences and preferences with meta information.

See:
          Description

Class Summary
AdminPrefTableModel This TableModel implementation allows users to edit Preferences with attached MetaInfo.
BasicPrefTableModel This TableModel implementation provides editing capabilities for Preferences objects.
DeveloperPrefTableModel This TableModel implementation allows users to edit Preferences with attched MetaInfo.
KeyResTableCellRenderer A table cell renderer that renders the preference's key next to the property name obtained from resource files or meta information.
KeyTableCellRenderer A table cell renderer that renders the preference's key.
MappingMetaTableCellEditor A table cell editor that allows to edit string based meta information of a preference
MappingMetaTableCellRenderer A table cell renderer that displays string based meta information of a preference
MetaPrefMapping A mapping that maps preferences together with their meta information and resources
MetaPrefTableModel This TableModel implementation allows users to edit Preferences with attached MetaInfo.
PrefEditor This JFrame implements a preferences editor based on the PrefEditorPanel
PrefEditorPanel This is a panel containing a Preferences editor that can operate in different modes and contains a Preferences node tree and a table for value editing.
PrefMapping A mapping that map preferences with their String key
PrefTableModel Extends the AbstractTableModel with an operation setPrefs to set the Preferences instance this model reflects.
PrefTablePanel A Panel containing a table showing informations about Preferences.
PrefTreeCellRenderer A tree cell renderer that renders the preference's node's key and name retrieved from meta information and resources.
PrefTreeModel This is a TreeModel showing a tree of Preferences nodes.
PrefTreePanel A tree panel that renders the preferences node tree holding the preferences to be edited.
TypeTableCellEditor A cell editor for the type cell to select the preferences type using a combo box
TypeTableCellRenderer A cell renderer for the preferences type cell
ValueTableCellEditor A table cell editor for the preference's value
ValueTableCellRenderer A table cell renderer for the preference's value in basic preferences mode
ValueTypeTableCellRenderer A table cell renderer for the preference's value in meta preferences mode
 

Package de.tkuhn.util.prefs.gui Description

A package containing GUI elements to display and alter preferences and preferences with meta information.



Copyright © Tilmann Kuhn