Package org.openengsb.ui.common.taskbox.web

Examples of org.openengsb.ui.common.taskbox.web.TaskOverviewPanel


        persistence = persistenceManager.getPersistenceForBundle(bundleContext.getBundle());
    }

    @Override
    public Panel getOverviewPanel() {
        return new TaskOverviewPanel("OverviewPanel");
    }
View Full Code Here

TOP

Related Classes of org.openengsb.ui.common.taskbox.web.TaskOverviewPanel

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.