Package org.eclipse.ui

Examples of org.eclipse.ui.SubActionBars2


 
    public void setActionBars(SubActionBars bars) {
        super.setActionBars(bars);
       
        if (bars instanceof IActionBars2) {
            ab = new SubActionBars2((IActionBars2)bars, this);
        } else {
            ab = new SubActionBars(bars, this);
        }
    }
View Full Code Here

TOP

Related Classes of org.eclipse.ui.SubActionBars2

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.