Package net.sourceforge.java.util.gui.jface.viewers

Provides additional classes and interfaces for the JFace viewer framework which itself supports model-based content adapters for SWT widgets.

See:
          Description

Interface Summary
IFilterTag Interface to toggle the filter status of a JFace Viewer element, e.g. an ITreeElement.
IMutableTreeElement Basic interface to modify tree structures.
INameable Interface to mark JFace Viewer elements as nameable, i.e. to identify elements upon a title.
ITableContentProvider Interface to be implemented by IContentProviders to enable generic sorting support for JFace TableViewer instances by the help of the TableViewerSorter class.
ITreeElement Basic interface to build tree structures.
 

Class Summary
ContainerCheckedTreeViewer CheckboxTreeViewer with special behaviour of the checked / gray state on container (non-leaf) nodes: The grayed state is used to visualize the checked state of its children.
MutableTreeElement Default IMutableTreeElement implementation which can be used to create and organize hierarchical structures in JFace TreeViewer instances.
NodeViewerFilter Filters all ITreeElements that allow sub elements.
OverlayImageDescriptor Overlays a base Image with an adornment in shape of an overlay Image where the overlay Image can be placed on one of the four corners of the base Image.
TableTreeViewerSorter Generic ViewerSorter extension for TreeViewer instances using ITableContentProvider implementations based on ITreeElement structures.
TableTreeViewerSorterHandler Enables sorting facility for tabular Tree instances using an arbitrary TableTreeViewerSorter for sorting.
TableViewerSorter Generic ViewerSorter extension for Viewer instances using ITableContentProvider implementations.
TableViewerSorterHandler Enables sorting facility for Table instances using an arbitrary TableViewerSorter for sorting.
TreeCellModifier Handles inplace modificatons, i.e. user edits within cell elements in a editable JFace TreeViewer instance displaying INameable domain objects.
TreeViewerContentProvider Provides the data for a JFace TreeViewer instance.
TreeViewerFilter ViewerFilter implementation to filter a TreeViewer displaying an ITreeElement structure based on a arbitrary keyword.
TreeViewerSorter Default sorter for use in JFace TreeViewer instances based on ITreeElement structures.
 

Package net.sourceforge.java.util.gui.jface.viewers Description

Provides additional classes and interfaces for the JFace viewer framework which itself supports model-based content adapters for SWT widgets.