Class E4SelectionAwarePropertySheetPage
- java.lang.Object
-
- org.eclipse.ui.part.Page
-
- org.eclipse.ui.views.properties.PropertySheetPage
-
- org.palladiosimulator.commons.ui.e4.E4SelectionAwarePropertySheetPage
-
- All Implemented Interfaces:
EventListener
,IAdaptable
,ISelectionListener
,IPage
,IPageBookViewPage
,IPropertySheetPage
,E4SelectionAwarePropertySheetPageMixin
public class E4SelectionAwarePropertySheetPage extends PropertySheetPage implements E4SelectionAwarePropertySheetPageMixin
This class implements an E4-aware plain old property sheet page. It should not be used directly.- See Also:
E4PartWrappingAdapterDelegator
-
-
Field Summary
-
Fields inherited from class org.eclipse.ui.views.properties.PropertySheetPage
HELP_CONTEXT_PROPERTY_SHEET_PAGE
-
Fields inherited from interface org.palladiosimulator.commons.ui.e4.E4SelectionAwarePropertySheetPageMixin
ADAPTED_PART
-
-
Constructor Summary
Constructors Constructor Description E4SelectionAwarePropertySheetPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IWorkbenchPart
getAdaptedWorkbenchPart()
-
Methods inherited from class org.eclipse.ui.views.properties.PropertySheetPage
createControl, dispose, getAdapter, getControl, getSaveablePart, handleEntrySelection, initDragAndDrop, makeContributions, refresh, selectionChanged, setActionBars, setFocus, setPropertySourceProvider, setRootEntry, setSorter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.palladiosimulator.commons.ui.e4.E4SelectionAwarePropertySheetPageMixin
isInitialized, setSelection
-
Methods inherited from interface org.eclipse.ui.ISelectionListener
selectionChanged
-
-
-
-
Method Detail
-
getAdaptedWorkbenchPart
public IWorkbenchPart getAdaptedWorkbenchPart()
- Specified by:
getAdaptedWorkbenchPart
in interfaceE4SelectionAwarePropertySheetPageMixin
-
-