Modelers

org.topcased.modeler.editor.properties
Class ModelerPropertySheetPage

java.lang.Object
  extended by org.eclipse.ui.part.Page
      extended by org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
          extended by org.topcased.tabbedproperties.AbstractTabbedPropertySheetPage
              extended by org.topcased.modeler.editor.properties.ModelerPropertySheetPage
All Implemented Interfaces:
org.eclipse.jface.viewers.ILabelProviderListener, org.eclipse.ui.ISelectionListener, org.eclipse.ui.part.IPage, org.eclipse.ui.part.IPageBookViewPage, org.eclipse.ui.views.properties.IPropertySheetPage

public class ModelerPropertySheetPage
extends AbstractTabbedPropertySheetPage


Field Summary
protected  Modeler editor
          The graphical editor.
 
Fields inherited from class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
tabListContentProvider
 
Constructor Summary
ModelerPropertySheetPage(Modeler editor)
          Contructor for this property sheet page.
 
Method Summary
 java.util.List getAdapterFactories()
          Get the EMF AdapterFactory for this editor.
 Modeler getEditor()
          Get the EMF AdapterFactory for this editor.
 
Methods inherited from class org.topcased.tabbedproperties.AbstractTabbedPropertySheetPage
createAdapterFactory, getAdapterFactory, getPrincipalAdapterFactories, selectionChanged
 
Methods inherited from class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
addTabSelectionListener, createControl, dispose, getControl, getCurrentTab, getTabListContentProvider, getWidgetFactory, handlePartActivated, labelProviderChanged, refresh, removeTabSelectionListener, setActionBars, setFocus, updateTabs
 
Methods inherited from class org.eclipse.ui.part.Page
getSite, init, makeContributions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

editor

protected Modeler editor
The graphical editor.

Constructor Detail

ModelerPropertySheetPage

public ModelerPropertySheetPage(Modeler editor)
Contructor for this property sheet page.

Parameters:
editor - the editor contributor of the property sheet page.
Method Detail

getEditor

public Modeler getEditor()
Get the EMF AdapterFactory for this editor.

Returns:
the EMF AdapterFactory for this editor.

getAdapterFactories

public java.util.List getAdapterFactories()
Get the EMF AdapterFactory for this editor.

Overrides:
getAdapterFactories in class AbstractTabbedPropertySheetPage
Returns:
the EMF AdapterFactory for this editor.

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.