|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.ui.instancevalidation.report.InstanceValidationReportDetailsContentProvider
public class InstanceValidationReportDetailsContentProvider
Content provider for the instance validation report details page.
Field Summary | |
---|---|
static int |
LIMIT
Maximum number of messages shown for one path/category. |
Constructor Summary | |
---|---|
InstanceValidationReportDetailsContentProvider()
|
Method Summary | |
---|---|
void |
dispose()
|
Object[] |
getChildren(org.eclipse.jface.viewers.TreePath parentPath)
|
Object[] |
getElements(Object inputElement)
|
int |
getMessageCount(org.eclipse.jface.viewers.TreePath path)
Returns the number of messages that are children of the given path. |
Collection<InstanceValidationMessage> |
getMessages(org.eclipse.jface.viewers.TreePath path)
Returns all messages that are children of the given path. |
org.eclipse.jface.viewers.TreePath[] |
getParents(Object element)
|
boolean |
hasChildren(org.eclipse.jface.viewers.TreePath path)
|
void |
inputChanged(org.eclipse.jface.viewers.Viewer viewer,
Object oldInput,
Object newInput)
|
boolean |
isLimited(org.eclipse.jface.viewers.TreePath path)
Returns whether the given path has more instances available than those which are shown. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LIMIT
Constructor Detail |
---|
public InstanceValidationReportDetailsContentProvider()
Method Detail |
---|
public void dispose()
dispose
in interface org.eclipse.jface.viewers.IContentProvider
IContentProvider.dispose()
public void inputChanged(org.eclipse.jface.viewers.Viewer viewer, Object oldInput, Object newInput)
inputChanged
in interface org.eclipse.jface.viewers.IContentProvider
IContentProvider.inputChanged(Viewer, Object, Object)
public Object[] getElements(Object inputElement)
getElements
in interface org.eclipse.jface.viewers.IStructuredContentProvider
getElements
in interface org.eclipse.jface.viewers.ITreePathContentProvider
ITreePathContentProvider.getElements(Object)
public Object[] getChildren(org.eclipse.jface.viewers.TreePath parentPath)
getChildren
in interface org.eclipse.jface.viewers.ITreePathContentProvider
ITreePathContentProvider.getChildren(TreePath)
public int getMessageCount(org.eclipse.jface.viewers.TreePath path)
path
- the path
public boolean isLimited(org.eclipse.jface.viewers.TreePath path)
path
- the path
LIMIT
public Collection<InstanceValidationMessage> getMessages(org.eclipse.jface.viewers.TreePath path)
path
- the path
public boolean hasChildren(org.eclipse.jface.viewers.TreePath path)
hasChildren
in interface org.eclipse.jface.viewers.ITreePathContentProvider
ITreePathContentProvider.hasChildren(TreePath)
public org.eclipse.jface.viewers.TreePath[] getParents(Object element)
getParents
in interface org.eclipse.jface.viewers.ITreePathContentProvider
ITreePathContentProvider.getParents(Object)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |