Package org.jdesktop.swingx.rollover

Examples of org.jdesktop.swingx.rollover.TreeRolloverProducer


     * @return <code>RolloverProducer</code> to use with this tree
     *
     * @see #setRolloverEnabled(boolean)
     */
    protected RolloverProducer createRolloverProducer() {
        return new TreeRolloverProducer();
    }
View Full Code Here

TOP

Related Classes of org.jdesktop.swingx.rollover.TreeRolloverProducer

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.