org.eclipse.jface.viewers

Home
Java Source Code / Java Documentation 2
1.2D
2.3D
3.Ajax
4.Algebra
5.App Engine
6.Aspect
7.Assemble
8.Cache
9.Cassandra
10.Chat
11.Cloud
12.CMS
13.CouchDB
14.Crypt
15.Database
16.Distributed
17.Eclipse
18.Facebook
19.File
20.Forum
21.GAE
22.Game
23.Google tech
24.Graph
25.Graphic
26.GWT
27.Hibernate
28.HTML
29.HTTP
30.Image
31.IntelliJ
32.IRC
33.J2EE
34.J2ME
35.JDBC
36.JPA
37.JSON
38.JSR
39.JUnit
40.JVM
41.Language
42.Linux
43.Math
44.Maven
45.Media
46.Messenger
47.MiddleWare
48.Mobile
49.Mock
50.MongoDB
51.Mp3
52.Music
53.MVC
54.Network
55.OpenID
56.OSGi
57.Parse
58.Persist
59.Petri
60.Phone
61.Physics
62.REST
63.Robot
64.RPC
65.RSS
66.Ruby
67.Script
68.Search
69.Spring
70.SQL
71.SSH
72.Sudoku
73.Swing
74.Tapestry
75.Test
76.Text
77.Torrent
78.Twitter
79.UML
80.UnTagged
81.Utilities
82.Web
83.Wiki
84.XML
Java Source Code / Java Documentation 2 » Script » java2script » org.eclipse.jface.viewers 
org.eclipse.jface.viewers
Java Source File NameTypeComment
AbstractListViewer.javaClass Abstract base class for viewers that contain lists of items (such as a combo or list).
AbstractTreeViewer.javaClass Abstract base implementation for tree-structure-oriented viewers (trees and table trees).

Nodes in the tree can be in either an expanded or a collapsed state, depending on whether the children on a node are visible.

ArrayContentProvider.javaClass This implementation of IStructuredContentProvider handles the case where the viewer input is an unchanging array or collection of elements.
CellEditor.javaClass Abstract base class for cell editors.
CheckboxCellEditor.javaClass A cell editor that manages a checkbox. The cell editor's value is a boolean.

This class may be instantiated; it is not intended to be subclassed.

Note that this implementation simply fakes it and does does not create any new controls.

CheckboxTableViewer.javaClass A concrete viewer based on an SWT Table control with checkboxes on each node.

This class is not intended to be subclassed outside the viewer framework.

CheckboxTreeViewer.javaClass A concrete tree-structured viewer based on an SWT Tree control with checkboxes on each node.

This class is not intended to be subclassed outside the viewer framework.

CheckStateChangedEvent.javaClass Event object describing a change to the checked state of a viewer element.
ColorCellEditor.javaClass A cell editor that manages a color field.
ColumnLayoutData.javaClass An abstract column layout data describing the information needed (by TableLayout) to properly lay out a table.
ColumnPixelData.javaClass Describes the width of a table column in pixels, and whether the column is resizable.
ColumnWeightData.javaClass Describes the width of a table column in terms of a weight, a minimum width, and whether the column is resizable.
ComboBoxCellEditor.javaClass A cell editor that presents a list of items in a combo box.
ComboViewer.javaClass A concrete viewer based on an SWT Combo control.
ContentViewer.javaClass A content viewer is a model-based adapter on a widget which accesses its model by means of a content provider and a label provider.

A viewer's model consists of elements, represented by objects. A viewer defines and implements generic infrastructure for handling model input, updates, and selections in terms of elements. Input is obtained by querying an IContentProvider which returns elements.

CustomHashtable.javaClass CustomHashtable associates keys with values.
DecoratingLabelProvider.javaClass A decorating label provider is a label provider which combines a nested label provider and an optional decorator.
DialogCellEditor.javaClass An abstract cell editor that uses a dialog. Dialog cell editors usually have a label control on the left and a button on the right.
DoubleClickEvent.javaClass Event object describing a double-click.
IBaseLabelProvider.javaInterface A label provider maps an element of the viewer's model to an optional image and optional text string used to display the element in the viewer's control.
IBasicPropertyConstants.javaInterface Predefined property names used for elements displayed in viewers.
ICellEditorListener.javaInterface A listener which is notified of significant events in the life of a cell editor.
ICellEditorValidator.javaInterface An interface for validating a cell editor's input.
ICellModifier.javaInterface A cell modifier is used to access the data model from a cell editor in an abstract way.
ICheckable.javaInterface Interface for objects that support elements with a checked state.
ICheckStateListener.javaInterface A listener which is notified of changes to the checked state of items in checkbox viewers.
IColorDecorator.javaInterface The IColorDecorator is an interface for objects that return a color to decorate either the foreground and background colors for displaying an an object.
IColorProvider.javaInterface Interface to provide color representation for a given element.
IContentProvider.javaInterface A content provider mediates between the viewer's model and the viewer itself.
IDecoration.javaInterface Defines the result of decorating an element.
IDelayedLabelDecorator.javaInterface A delayed label decorator is a label decorator that may not have a decoration available immidiately.
IDoubleClickListener.javaInterface A listener which is notified of double-click events on viewers.
IElementComparer.javaInterface This interface is used to compare elements in a viewer for equality, and to provide the hash code for an element. This allows the client of the viewer to specify different equality criteria and a different hash code implementation than the equals and hashCode implementations of the elements themselves.
IFilter.javaInterface Interface for filters.
IFontDecorator.javaInterface The IFontDecorator is an interface for objects that return a font to decorate an object.
IFontProvider.javaInterface Interface to provide font representation for a given element.
IInputProvider.javaInterface Interface common to all objects that provide an input.
IInputSelectionProvider.javaInterface Interface common to all objects that provide both an input and a selection.
ILabelDecorator.javaInterface A label decorator decorates the label text and image for some element.
ILabelProvider.javaInterface Extends IBaseLabelProvider with the methods to provide the text and/or image for the label of a given element.
ILabelProviderListener.javaInterface A listener which is notified when a label provider's state changes.
ILazyContentProvider.javaInterface The ILazyContentProvider is the content provider for table viewers created using the SWT.VIRTUAL flag that only wish to return thier contents as they are queried.
ILightweightLabelDecorator.javaInterface The ILightweightLabelDecorator is a decorator that decorates using a prefix, suffix and overlay image rather than doing all of the image and text management itself like an ILabelDecorator.
IOpenListener.javaInterface A listener which is notified of open events on viewers.
IPostSelectionProvider.javaInterface Selection provider extension interface to allow providers to notify about post selection changed events.
ISelection.javaInterface Interface for a selection.
ISelectionChangedListener.javaInterface A listener which is notified when a viewer's selection changes.
ISelectionProvider.javaInterface Interface common to all objects that provide a selection.
IStructuredContentProvider.javaInterface An interface to content providers for structured viewers.
IStructuredSelection.javaInterface A selection containing elements.
ITableColorProvider.javaInterface Interface to provide color representation for a given cell within the row for an element in a table.
ITableLabelProvider.javaInterface Extends IBaseLabelProvider with the methods to provide the text and/or image for each column of a given element.
ITreeContentProvider.javaInterface An interface to content providers for tree-structure-oriented viewers.
ITreeViewerListener.javaInterface A listener which is notified when a tree viewer expands or collapses a node.
IViewerLabelProvider.javaInterface Extends IBaseLabelProvider with the methods to update the label for a given element.
LabelProvider.javaClass A label provider implementation which, by default, uses an element's toString value for its text and null for its image.

This class may be used as is, or subclassed to provide richer labels.

LabelProviderChangedEvent.javaClass Event object describing a label provider state change.
ListViewer.javaClass A concrete viewer based on an SWT List control.

This class is not intended to be subclassed.

OpenEvent.javaClass Event object describing an open which may be generated from a selection or default selection event.
SelectionChangedEvent.javaClass Event object describing a selection change.
StructuredSelection.javaClass A concrete implementation of the IStructuredSelection interface, suitable for instantiating.
StructuredViewer.javaClass Abstract base implementation for structure-oriented viewers (trees, lists, tables).
TableEditorImpl.javaClass Internal table viewer implementation.
TableLayout.javaClass A layout for a table.
TableTreeViewer.javaClass A concrete viewer based on a SWT TableTree control.

This class is not intended to be subclassed outside the viewer framework.

TableViewer.javaClass A concrete viewer based on a SWT Table control.

This class is not intended to be subclassed outside the viewer framework.

TextCellEditor.javaClass A cell editor that manages a text entry field.
TreeEditorImpl.javaClass Internal tree viewer implementation.
TreeExpansionEvent.javaClass Event object describing a tree node being expanded or collapsed.
TreeViewer.javaClass A concrete viewer based on an SWT Tree control.

This class is not intended to be subclassed outside the viewer framework.

Viewer.javaClass A viewer is a model-based adapter on a widget.
ViewerDropAdapter.javaClass This adapter class provides generic drag-and-drop support for a viewer.
ViewerFilter.javaClass A viewer filter is used by a structured viewer to extract a subset of elements provided by its content provider.
ViewerLabel.javaClass The ViewerLabel is the class that is passed to a viewer to handle updates of labels.
ViewerSorter.javaClass A viewer sorter is used by a structured viewer to reorder the elements provided by its content provider.

The default compare method compares elements using two steps.

w__ww__.j___a__v_a2s__.__c_o_m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.