EGF Engine
Release 0.1.0

org.eclipse.egf.core.ui.workbench.views.fc
Class InstalledFactoryComponentView

java.lang.Object
  extended by CommonNavigator
      extended by org.eclipse.egf.core.ui.workbench.views.fc.AbstractFactoryComponentView
          extended by org.eclipse.egf.core.ui.workbench.views.fc.InstalledFactoryComponentView

public class InstalledFactoryComponentView
extends AbstractFactoryComponentView

This class provides the IViewPart for the deployed factory components view in the Eclipse workbench.
This view display all deployed factory components : ie installed in the running Eclipse platform as plug-ins.


Field Summary
static String VIEW_ID
          Identifier of the installed factory components view (declared in related plugin.xml).
 
Constructor Summary
InstalledFactoryComponentView()
           
 
Method Summary
protected  String getContentProviderId()
          Return the content provider identifier.
protected  AdapterFactoryEditingDomain getEditingDomain()
          Return the adapter factory editing domain for this view.
protected  IAdaptable getInitialInput()
           
 
Methods inherited from class org.eclipse.egf.core.ui.workbench.views.fc.AbstractFactoryComponentView
createFilterText, createFilterWidget, createMessageArea, createPartControl, dispose, getAdapter, getCommandStack, getContentProvider, getFilterTextValue, getMemento, getPatternFilter, getPropertySheetPage, handleAffectedObjects, init, saveState, setSelectionToViewer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIEW_ID

public static final String VIEW_ID
Identifier of the installed factory components view (declared in related plugin.xml).

See Also:
Constant Field Values
Constructor Detail

InstalledFactoryComponentView

public InstalledFactoryComponentView()
Method Detail

getContentProviderId

protected String getContentProviderId()
Description copied from class: AbstractFactoryComponentView
Return the content provider identifier.

Specified by:
getContentProviderId in class AbstractFactoryComponentView
Returns:
See Also:
AbstractFactoryComponentView.getContentProviderId()

getInitialInput

protected IAdaptable getInitialInput()
See Also:
org.eclipse.ui.navigator.CommonNavigator#getInitialInput()

getEditingDomain

protected AdapterFactoryEditingDomain getEditingDomain()
Description copied from class: AbstractFactoryComponentView
Return the adapter factory editing domain for this view.

Specified by:
getEditingDomain in class AbstractFactoryComponentView
Returns:
a not null instance.
See Also:
AbstractFactoryComponentView.getEditingDomain()

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.