|
||||||||||
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 provides 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 providerview
- the view, where this content provider is usedMethod 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 |