|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
eu.esdihumboldt.hale.ui.views.properties.PropertiesViewPart
eu.esdihumboldt.hale.ui.views.data.AbstractDataView
eu.esdihumboldt.hale.ui.views.data.SourceDataView
public class SourceDataView
Table for viewing reference data
Nested Class Summary |
---|
Nested classes/interfaces inherited from class eu.esdihumboldt.hale.ui.views.data.AbstractDataView |
---|
AbstractDataView.ToggleProvideSelectionAction |
Field Summary | |
---|---|
static String |
ID
The view id |
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
PROP_TITLE |
Constructor Summary | |
---|---|
SourceDataView()
Default constructor |
Method Summary | |
---|---|
void |
dispose()
|
protected String |
getViewContext()
Get the view's dynamic help context identifier. |
protected void |
onSelectionChange(Iterable<Instance> selection)
Called when the selection has changed |
protected void |
provideCustomControls(org.eclipse.swt.widgets.Composite parent)
Add custom controls. |
Methods inherited from class eu.esdihumboldt.hale.ui.views.data.AbstractDataView |
---|
createViewControl, getDefaultInstanceSelector, getInstanceSelector, selectionChanged, setFocus, setInstanceSelector, updateSelectionProvider |
Methods inherited from class eu.esdihumboldt.hale.ui.views.properties.PropertiesViewPart |
---|
createPartControl, getAdapter, getContributorId |
Methods inherited from class org.eclipse.ui.part.ViewPart |
---|
checkSite, getViewSite, init, init, saveState, setContentDescription, setInitializationData, setPartName |
Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
---|
addPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy |
Methods inherited from class org.eclipse.core.commands.common.EventManager |
---|
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
addPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener |
Field Detail |
---|
public static final String ID
Constructor Detail |
---|
public SourceDataView()
Method Detail |
---|
protected String getViewContext()
PropertiesViewPart
getViewContext
in class PropertiesViewPart
null
PropertiesViewPart.getViewContext()
protected void onSelectionChange(Iterable<Instance> selection)
AbstractDataView
onSelectionChange
in class AbstractDataView
selection
- the current selectionAbstractDataView.onSelectionChange(Iterable)
protected void provideCustomControls(org.eclipse.swt.widgets.Composite parent)
AbstractDataView
provideCustomControls
in class AbstractDataView
parent
- the parent compositeAbstractDataView.provideCustomControls(Composite)
public void dispose()
dispose
in interface org.eclipse.ui.IWorkbenchPart
dispose
in class AbstractDataView
AbstractDataView.dispose()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |