|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.grana.ui.AnalysisContentProvider
public class AnalysisContentProvider
The content provider for the analysis selection dialog.
Constructor Summary | |
---|---|
AnalysisContentProvider(Collection<AnalysisCategory> analysisCategories)
Constructs the content provider. |
Method Summary | |
---|---|
void |
dispose()
|
Object[] |
getChildren(Object element)
|
Object[] |
getElements(Object element)
|
Object |
getParent(Object element)
|
Map<AbstractInfoAnalysis,AnalysisCategory> |
getParentMap()
Returns the map that maps the analyses on their parents. |
boolean |
hasChildren(Object element)
|
void |
inputChanged(Viewer viewer,
Object oldInput,
Object newInput)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnalysisContentProvider(Collection<AnalysisCategory> analysisCategories)
analysisCategories
- the analysis categoriesMethod Detail |
---|
public Map<AbstractInfoAnalysis,AnalysisCategory> getParentMap()
public Object[] getChildren(Object element)
getChildren
in interface ITreeContentProvider
public Object getParent(Object element)
getParent
in interface ITreeContentProvider
public boolean hasChildren(Object element)
hasChildren
in interface ITreeContentProvider
public Object[] getElements(Object element)
getElements
in interface IStructuredContentProvider
getElements
in interface ITreeContentProvider
public void dispose()
dispose
in interface IContentProvider
public void inputChanged(Viewer viewer, Object oldInput, Object newInput)
inputChanged
in interface IContentProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |