Package dsto.dfc.swt.viewers

Class Summary
AbstractCreateItemCommand Abstract base class for commands that create new items in a collection being viewed by a JFace StructuredViewer.
CmdDeleteItem Generic "Delete Items" command for JFace Viewer's showing a Collection (although could be subclassed for non Collection's).
CmdMoveItem Generic command to move items up/down in a viewer that is displaying a java.util.List.
CollectionTableContentProvider An IStructuredContentProvider that loads the content of any Collection into a JFace TableViewer.
DataBeanCollectionTableContentProvider Extends CollectionTableContentProvider to generate table updates when any contained IDataObject properties change.
DataBeanTableSorter Enables auto sorting of a table of IDataBean's by clicking table headers.
DataObjectLabelProvider Label provider for views of IDataObject's that presents a given list of property values.
DataObjectPropertyListProvider A table content and label provider for IDataObject values that presents a data object as a two-column property/value list.
DataObjectTableProvider Table provider that makes all property values of an input IDataObject into rows.
DataObjectViewerSorter Viewer sorter for sorting views of IDataObject's by a given property.
DefaultViewerSorter Default view sorter that uses the standard text collator.
InverseViewerSorter Wrapper that inverts the ordering of another sorter.
MapTableProvider A table content and label provider for a Map instance.
SelectionBinding Binds the selected entry/entries of a JFace Viewer to the value of a property on a target object.
StringTranslatorCellValidator Cell validator that wraps an IStringTranslator.
TableColumnSorter Adds click-column-to-sort behaviour to a table viewer.
 



Copyright © 2008 Commonwealth of Australia