Package net.sourceforge.ganttproject.gui.scrolling

Examples of net.sourceforge.ganttproject.gui.scrolling.ScrollingManager


                    getResourcePanel().getResourcePropertiesAction().actionPerformed(null);
                }
            }
        });
        // /////////////////////////////////////////////////////////////////////////////////////////////////////////
        ScrollingManager scrollingManager = getScrollingManager();
        scrollingManager.addScrollingListener(area.getViewState());
        scrollingManager.addScrollingListener(getResourcePanel().area
                .getViewState());
        Action scrollLeft = new ScrollGanttChartLeftAction(scrollingManager,
                options.getIconSize());
        myRolloverActions.add(scrollLeft);
        bPrev = new TestGanttRolloverButton(scrollLeft);
View Full Code Here

TOP

Related Classes of net.sourceforge.ganttproject.gui.scrolling.ScrollingManager

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.