Package org.eclipse.debug.internal.ui.views.variables

Examples of org.eclipse.debug.internal.ui.views.variables.ViewerState


    protected DroolsVariablesViewer getVariablesViewer() {
        return (DroolsVariablesViewer) getViewer();
    }

    protected AbstractViewerState getViewerState() {
        return new ViewerState(getVariablesViewer());
    }
View Full Code Here

TOP

Related Classes of org.eclipse.debug.internal.ui.views.variables.ViewerState

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.