|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.edu.agh.cast.ui.AbstractContentProvider
public abstract class AbstractContentProvider
This is base class for content providers which are used with viewers in GUI. It provieds the basic functionality and fields used in all types of content providers.
Field Summary | |
---|---|
protected org.eclipse.ui.IMemento |
_configuration
The configuration of the view. |
protected org.apache.log4j.Logger |
_log
Logger. |
protected AbstractConfigurableView |
_view
The view, where this content provider is used (i.e. |
protected org.eclipse.jface.viewers.Viewer |
_viewer
The viewer which is the master of this content provider (i.e. |
Constructor Summary | |
---|---|
AbstractContentProvider(org.eclipse.jface.viewers.Viewer viewer,
AbstractConfigurableView view)
Basic constructor - initializes this content provider with necessary information. |
Method Summary | |
---|---|
void |
dispose()
The default implementation does not grab any resources, so this method is empty. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.viewers.IContentProvider |
---|
inputChanged |
Field Detail |
---|
protected AbstractConfigurableView _view
protected org.eclipse.jface.viewers.Viewer _viewer
protected org.eclipse.ui.IMemento _configuration
protected org.apache.log4j.Logger _log
Constructor Detail |
---|
public AbstractContentProvider(org.eclipse.jface.viewers.Viewer viewer, AbstractConfigurableView view)
viewer
- The viewer which is the master of this content provider.view
- The view, where this content provider is used.Method Detail |
---|
public void dispose()
dispose
in interface org.eclipse.jface.viewers.IContentProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |