Class E4SelectionAwareTabbedPropertySheetPage
- java.lang.Object
-
- org.eclipse.ui.part.Page
-
- org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
-
- org.palladiosimulator.commons.ui.e4.E4SelectionAwareTabbedPropertySheetPage
-
- All Implemented Interfaces:
EventListener
,ILabelProviderListener
,ISelectionListener
,IPage
,IPageBookViewPage
,IPropertySheetPage
,E4SelectionAwarePropertySheetPageMixin
public class E4SelectionAwareTabbedPropertySheetPage extends TabbedPropertySheetPage implements E4SelectionAwarePropertySheetPageMixin
This class implements an E4-aware tabbed property sheet page. It should not be used directly.- See Also:
E4PartWrappingAdapterDelegator
-
-
Field Summary
-
Fields inherited from class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
tabListContentProvider
-
Fields inherited from interface org.palladiosimulator.commons.ui.e4.E4SelectionAwarePropertySheetPageMixin
ADAPTED_PART
-
-
Constructor Summary
Constructors Constructor Description E4SelectionAwareTabbedPropertySheetPage(ITabbedPropertySheetPageContributor contributor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createControl(Composite parent)
IWorkbenchPart
getAdaptedWorkbenchPart()
boolean
isInitialized()
-
Methods inherited from class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
addTabSelectionListener, createTab, dispose, disposeContributor, disposeTabs, getActiveTabs, getControl, getCurrentContributorId, getCurrentSelection, getCurrentTab, getSelectedTab, getSelectionContributor, getTabContents, getTabListContentProvider, getTitleImage, getTitleText, getWidgetFactory, handlePartActivated, labelProviderChanged, overrideTabs, refresh, removeTabSelectionListener, resizeScrolledComposite, selectionChanged, setActionBars, setFocus, setSelectedTab, 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
-
Methods inherited from interface org.palladiosimulator.commons.ui.e4.E4SelectionAwarePropertySheetPageMixin
setSelection
-
Methods inherited from interface org.eclipse.ui.ISelectionListener
selectionChanged
-
-
-
-
Constructor Detail
-
E4SelectionAwareTabbedPropertySheetPage
@Inject public E4SelectionAwareTabbedPropertySheetPage(ITabbedPropertySheetPageContributor contributor)
-
-
Method Detail
-
getAdaptedWorkbenchPart
public IWorkbenchPart getAdaptedWorkbenchPart()
- Specified by:
getAdaptedWorkbenchPart
in interfaceE4SelectionAwarePropertySheetPageMixin
-
isInitialized
public boolean isInitialized()
- Specified by:
isInitialized
in interfaceE4SelectionAwarePropertySheetPageMixin
-
createControl
public void createControl(Composite parent)
- Specified by:
createControl
in interfaceIPage
- Overrides:
createControl
in classTabbedPropertySheetPage
-
-