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:
-
Field Summary
Fields inherited from class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
tabListContentProviderFields inherited from interface org.palladiosimulator.commons.ui.e4.E4SelectionAwarePropertySheetPageMixin
ADAPTED_PART -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
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, updateTabsMethods inherited from class org.eclipse.ui.part.Page
getSite, init, makeContributionsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.palladiosimulator.commons.ui.e4.E4SelectionAwarePropertySheetPageMixin
setSelectionMethods inherited from interface org.eclipse.ui.ISelectionListener
selectionChanged
-
Constructor Details
-
E4SelectionAwareTabbedPropertySheetPage
@Inject public E4SelectionAwareTabbedPropertySheetPage(ITabbedPropertySheetPageContributor contributor)
-
-
Method Details
-
getAdaptedWorkbenchPart
- Specified by:
getAdaptedWorkbenchPartin interfaceE4SelectionAwarePropertySheetPageMixin
-
isInitialized
public boolean isInitialized()- Specified by:
isInitializedin interfaceE4SelectionAwarePropertySheetPageMixin
-
createControl
- Specified by:
createControlin interfaceIPage- Overrides:
createControlin classTabbedPropertySheetPage
-