Uses of Interface
org.eclipse.ui.IActionBars2
-
Packages that use IActionBars2 Package Description org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. -
-
Uses of IActionBars2 in org.eclipse.ui
Classes in org.eclipse.ui that implement IActionBars2 Modifier and Type Class Description class
SubActionBars2
A implementation of the extendedIActionBars2
interface.Methods in org.eclipse.ui that return IActionBars2 Modifier and Type Method Description protected IActionBars2
SubActionBars2. getCastedParent()
Returns the casted parent of the sub action bars.Constructors in org.eclipse.ui with parameters of type IActionBars2 Constructor Description SubActionBars2(IActionBars2 parent)
Constucts a sub action bars object using an IActionBars2 parent.SubActionBars2(IActionBars2 parent, IServiceLocator serviceLocator)
Constucts a sub action bars object using an IActionBars2 parent.
-