Class ExeedPropertySheetPage

java.lang.Object
org.eclipse.ui.part.Page
org.eclipse.ui.views.properties.PropertySheetPage
org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
org.eclipse.epsilon.dt.exeed.ExeedPropertySheetPage
All Implemented Interfaces:
EventListener, org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.ISelectionListener, org.eclipse.ui.part.IPage, org.eclipse.ui.part.IPageBookViewPage, org.eclipse.ui.views.properties.IPropertySheetPage

public class ExeedPropertySheetPage extends org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage

    org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage.CopyValuePropertyAction, org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage.Decoration, org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage.ExtendedPropertySheetEntry, org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage.IUnsettablePropertySource, org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage.LocateValueAction, org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage.SetValueAction
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected boolean
     
    protected ExeedEditor
     
    protected ExeedPlugin
     

    Fields inherited from class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage

    autoExpandLevel, autoResizeColumns, clipboard, columnResizer, copyPropertyValueAction, diagnosticDecorator, dialogSettings, editingDomain, input, locateValueAction, objectsToSelect, propertySourceProvider, restoreValueAction, setValueAction, workbenchPart

    Fields inherited from class org.eclipse.ui.views.properties.PropertySheetPage

    HELP_CONTEXT_PROPERTY_SHEET_PAGE
  • Constructor Summary

    Constructors
    Constructor
    Description
    ExeedPropertySheetPage(org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain editingDomain, ExeedEditor editor, ExeedPlugin plugin)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setActionBars(org.eclipse.ui.IActionBars actionBars)
     
    void
    setAlphabeticallySorted(boolean alphabeticallySorted)
     
    void
    setSelectionToViewer(List<?> selection)
     
    void
     

    Methods inherited from class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage

    addObjectToSelect, createControl, createDiagnosticDecorator, dispose, getAdapter, getCategoriesAction, getFilterAction, getInput, handleEntrySelection, makeContributions, refresh, refreshLabels, selectionChanged, setPropertySourceProvider

    Methods inherited from class org.eclipse.ui.views.properties.PropertySheetPage

    getControl, getSaveablePart, initDragAndDrop, setFocus, setRootEntry, setSorter

    Methods inherited from class org.eclipse.ui.part.Page

    getSite, init

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • editor

      protected ExeedEditor editor
    • alphabeticallySorted

      protected boolean alphabeticallySorted
    • plugin

      protected ExeedPlugin plugin
  • Constructor Details

    • ExeedPropertySheetPage

      public ExeedPropertySheetPage(org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain editingDomain, ExeedEditor editor, ExeedPlugin plugin)
  • Method Details

    • setSelectionToViewer

      public void setSelectionToViewer(List<?> selection)
      Overrides:
      setSelectionToViewer in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
    • setActionBars

      public void setActionBars(org.eclipse.ui.IActionBars actionBars)
      Specified by:
      setActionBars in interface org.eclipse.ui.part.IPage
      Overrides:
      setActionBars in class org.eclipse.ui.views.properties.PropertySheetPage
    • updateSorting

      public void updateSorting()
    • isAlphabeticallySorted

      public boolean isAlphabeticallySorted()
    • setAlphabeticallySorted

      public void setAlphabeticallySorted(boolean alphabeticallySorted)