Package tripleplay.ui

Examples of tripleplay.ui.Scroller$Listener


    }

    /** Creates a new history group. */
    protected HistoryGroup () {
        setLayout(AxisLayout.horizontal().stretchByDefault().offStretch());
        initChildren(_scroller = new Scroller(_entriesGroup = new EntriesGroup()).setBehavior(Scroller.Behavior.VERTICAL));
    }
View Full Code Here

TOP

Related Classes of tripleplay.ui.Scroller$Listener

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.