|
||||||||||||
| 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
org.eclipse.epf.authoring.ui.views.SaveableLibraryViewPart
org.eclipse.epf.authoring.ui.views.AbstractBaseView
The abstract base class for all Method Library views.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.ui.ISaveablePart |
|---|
PROP_DIRTY |
| Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
|---|
PROP_TITLE |
| Constructor Summary | |
|---|---|
AbstractBaseView()
|
|
| Method Summary | |
|---|---|
void |
addSelectionChangedListener(org.eclipse.jface.viewers.ISelectionChangedListener listener)
|
void |
configurationSet(MethodConfiguration config)
Receives notification when a method configuration has been set as the current method configuration. |
abstract ILibraryActionBarContributor |
createActionBarContributor()
|
void |
createContextMenuFor(org.eclipse.jface.viewers.StructuredViewer viewer)
|
void |
createPartControl(org.eclipse.swt.widgets.Composite parent)
|
abstract void |
createViewer(org.eclipse.swt.widgets.Composite parent)
|
void |
dispose()
|
java.lang.Object |
getAdapter(java.lang.Class key)
|
org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider |
getContentProvider()
|
org.eclipse.emf.edit.domain.EditingDomain |
getEditingDomain()
|
org.eclipse.ui.views.properties.IPropertySheetPage |
getPropertySheetPage()
This accesses a cached version of the property sheet. |
org.eclipse.jface.viewers.ISelection |
getSelection()
|
abstract org.eclipse.jface.viewers.Viewer |
getViewer()
|
void |
gotoMarker(org.eclipse.core.resources.IMarker marker)
|
void |
libraryClosed(MethodLibrary library)
Receives notification when a method library has been closed. |
void |
libraryCreated(MethodLibrary library)
Receives notification when a method library has been created. |
void |
libraryOpened(MethodLibrary library)
Receives notification when a method library has been opened. |
void |
libraryReopened(MethodLibrary library)
Receives notification when a method library has been reopened. |
void |
librarySet(MethodLibrary library)
Receives notification when a method library has been set as the current method library. |
void |
menuAboutToShow(org.eclipse.jface.action.IMenuManager menuManager)
|
void |
removeSelectionChangedListener(org.eclipse.jface.viewers.ISelectionChangedListener listener)
|
void |
setFocus()
|
abstract void |
setInputForViewer(java.lang.Object model)
|
void |
setSelection(org.eclipse.jface.viewers.ISelection selection)
|
void |
setSelectionToViewer(java.util.Collection collection)
This sets the selection into whichever viewer is active. |
| Methods inherited from class org.eclipse.epf.authoring.ui.views.SaveableLibraryViewPart |
|---|
doSave, doSaveAs, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded |
| Methods inherited from class org.eclipse.ui.part.ViewPart |
|---|
getViewSite, init, init, saveState, setInitializationData |
| Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
|---|
addPropertyListener, getContentDescription, getOrientation, getPartName, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, showBusy |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
|---|
addPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener |
| Constructor Detail |
public AbstractBaseView()
| Method Detail |
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
createPartControl in interface org.eclipse.ui.IWorkbenchPartWorkbenchPart.createPartControl(Composite)public void createContextMenuFor(org.eclipse.jface.viewers.StructuredViewer viewer)
public void menuAboutToShow(org.eclipse.jface.action.IMenuManager menuManager)
menuAboutToShow in interface org.eclipse.jface.action.IMenuListenerpublic void setFocus()
setFocus in interface org.eclipse.ui.IWorkbenchPartpublic org.eclipse.emf.edit.domain.EditingDomain getEditingDomain()
getEditingDomain in interface org.eclipse.emf.edit.domain.IEditingDomainProviderIEditingDomainProvider.getEditingDomain()public void addSelectionChangedListener(org.eclipse.jface.viewers.ISelectionChangedListener listener)
addSelectionChangedListener in interface org.eclipse.jface.viewers.ISelectionProviderpublic void removeSelectionChangedListener(org.eclipse.jface.viewers.ISelectionChangedListener listener)
removeSelectionChangedListener in interface org.eclipse.jface.viewers.ISelectionProviderpublic java.lang.Object getAdapter(java.lang.Class key)
getAdapter in interface org.eclipse.core.runtime.IAdaptableWorkbenchPart.getAdapter(Class)public org.eclipse.jface.viewers.ISelection getSelection()
getSelection in interface org.eclipse.jface.viewers.ISelectionProviderpublic void setSelection(org.eclipse.jface.viewers.ISelection selection)
setSelection in interface org.eclipse.jface.viewers.ISelectionProviderpublic void libraryCreated(MethodLibrary library)
ILibraryServiceListener
libraryCreated in interface ILibraryServiceListenerlibrary - a method libraryILibraryServiceListener.libraryCreated(MethodLibrary)public void libraryOpened(MethodLibrary library)
ILibraryServiceListener
libraryOpened in interface ILibraryServiceListenerlibrary - a method libraryILibraryServiceListener.libraryOpened(MethodLibrary)public void libraryReopened(MethodLibrary library)
ILibraryServiceListener
libraryReopened in interface ILibraryServiceListenerlibrary - a method libraryILibraryServiceListener.libraryReopened(MethodLibrary)public void libraryClosed(MethodLibrary library)
ILibraryServiceListener
libraryClosed in interface ILibraryServiceListenerlibrary - a method libraryILibraryServiceListener.libraryClosed(MethodLibrary)public void librarySet(MethodLibrary library)
ILibraryServiceListener
librarySet in interface ILibraryServiceListenerlibrary - a method libraryILibraryServiceListener.librarySet(MethodLibrary)public void configurationSet(MethodConfiguration config)
ILibraryServiceListener
configurationSet in interface ILibraryServiceListenerconfig - a method configurationILibraryServiceListener.configurationSet(MethodConfiguration)public void dispose()
dispose in interface org.eclipse.ui.IWorkbenchPartpublic org.eclipse.ui.views.properties.IPropertySheetPage getPropertySheetPage()
public void gotoMarker(org.eclipse.core.resources.IMarker marker)
gotoMarker in interface org.eclipse.ui.ide.IGotoMarkerIGotoMarker.gotoMarker(IMarker)public void setSelectionToViewer(java.util.Collection collection)
public org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider getContentProvider()
public abstract org.eclipse.jface.viewers.Viewer getViewer()
getViewer in interface org.eclipse.emf.common.ui.viewer.IViewerProviderpublic abstract void createViewer(org.eclipse.swt.widgets.Composite parent)
public abstract ILibraryActionBarContributor createActionBarContributor()
public abstract void setInputForViewer(java.lang.Object model)
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||