|
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.mapping.AbstractMappingView
eu.esdihumboldt.hale.ui.views.transformation.TransformationView
public class TransformationView
View displaying transformation tree(s).
Field Summary | |
---|---|
static String |
ID
The view ID |
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
PROP_TITLE |
Constructor Summary | |
---|---|
TransformationView()
|
Method Summary | |
---|---|
protected org.eclipse.jface.viewers.IContentProvider |
createContentProvider()
Create the content provider to be used for the graph |
protected org.eclipse.jface.viewers.IBaseLabelProvider |
createLabelProvider()
Create the label provider to be used for the graph |
protected org.eclipse.zest.layouts.LayoutAlgorithm |
createLayout()
Create the initial layout to use |
void |
createViewControl(org.eclipse.swt.widgets.Composite parent)
Since createPartControl does an important job this is used for subclasses. |
void |
dispose()
|
void |
init(org.eclipse.ui.IViewSite site,
org.eclipse.ui.IMemento memento)
|
void |
saveState(org.eclipse.ui.IMemento memento)
|
Methods inherited from class eu.esdihumboldt.hale.ui.views.mapping.AbstractMappingView |
---|
getViewer, getZoomableViewer, setFocus |
Methods inherited from class eu.esdihumboldt.hale.ui.views.properties.PropertiesViewPart |
---|
createPartControl, getAdapter, getContributorId, getViewContext |
Methods inherited from class org.eclipse.ui.part.ViewPart |
---|
checkSite, getViewSite, init, 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 TransformationView()
Method Detail |
---|
public void init(org.eclipse.ui.IViewSite site, org.eclipse.ui.IMemento memento) throws org.eclipse.ui.PartInitException
init
in interface org.eclipse.ui.IViewPart
init
in class org.eclipse.ui.part.ViewPart
org.eclipse.ui.PartInitException
ViewPart.init(IViewSite, IMemento)
public void createViewControl(org.eclipse.swt.widgets.Composite parent)
PropertiesViewPart
createViewControl
in class AbstractMappingView
parent
- the parent controlAbstractMappingView.createViewControl(org.eclipse.swt.widgets.Composite)
public void dispose()
dispose
in interface org.eclipse.ui.IWorkbenchPart
dispose
in class org.eclipse.ui.part.WorkbenchPart
WorkbenchPart.dispose()
protected org.eclipse.jface.viewers.IBaseLabelProvider createLabelProvider()
AbstractMappingView
createLabelProvider
in class AbstractMappingView
AbstractMappingView.createLabelProvider()
protected org.eclipse.jface.viewers.IContentProvider createContentProvider()
AbstractMappingView
createContentProvider
in class AbstractMappingView
AbstractMappingView.createContentProvider()
protected org.eclipse.zest.layouts.LayoutAlgorithm createLayout()
AbstractMappingView
createLayout
in class AbstractMappingView
AbstractMappingView.createLayout()
public void saveState(org.eclipse.ui.IMemento memento)
saveState
in interface org.eclipse.ui.IPersistable
saveState
in interface org.eclipse.ui.IViewPart
saveState
in class org.eclipse.ui.part.ViewPart
ViewPart.saveState(IMemento)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |