Package nz.co.abrahams.asithappens.mainui

Examples of nz.co.abrahams.asithappens.mainui.SummaryStatisticsPanel


    /** Displays the table of summary statistics. */
    protected void displayStatisticsTable() {
        // Need a new panel
        if (statsPanel == null || !isStatisticsPanelVisible(statsPanel)) {
            statsPanel = new SummaryStatisticsPanel(context.getData(),
                    context.getFirstDisplayedTime(), context.getLastDisplayedTime());
            addTabPanel("Statistics", statsPanel);

        // Switch focus to existing statistics panel
        } else {
View Full Code Here

TOP

Related Classes of nz.co.abrahams.asithappens.mainui.SummaryStatisticsPanel

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.