|
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.views.data.internal.MetadataActionProvider
public abstract class MetadataActionProvider
Provides metadata actions for TreeViewer
s
Constructor Summary | |
---|---|
MetadataActionProvider(org.eclipse.jface.viewers.TreeViewer treeViewer)
Standard Constructor |
Method Summary | |
---|---|
protected abstract Pair<Object,Object> |
retrieveMetadata(org.eclipse.jface.viewers.ViewerCell cell)
Retrieves the key and value of a certain meta datum from a ViewerCell |
void |
setup()
Adds the action to the certain TreeViewer cell |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetadataActionProvider(org.eclipse.jface.viewers.TreeViewer treeViewer)
treeViewer
- the TreeViewer to which the action will be appliedMethod Detail |
---|
protected abstract Pair<Object,Object> retrieveMetadata(org.eclipse.jface.viewers.ViewerCell cell)
ViewerCell
cell
- the ViewerCell
public void setup()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |