Class ExeedPropertySheetPage

  • All Implemented Interfaces:
    java.util.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 alphabeticallySorted  
      protected ExeedEditor editor  
      protected ExeedPlugin plugin  
      • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isAlphabeticallySorted()  
      void setActionBars​(org.eclipse.ui.IActionBars actionBars)  
      void setAlphabeticallySorted​(boolean alphabeticallySorted)  
      void setSelectionToViewer​(java.util.List<?> selection)  
      void updateSorting()  
      • 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 Detail

      • alphabeticallySorted

        protected boolean alphabeticallySorted
    • Constructor Detail

      • ExeedPropertySheetPage

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

      • setSelectionToViewer

        public void setSelectionToViewer​(java.util.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)