GPView.java :  » Project-Management » ganttproject » net » sourceforge » ganttproject » Java Open Source

Java Open Source » Project Management » ganttproject 
ganttproject » net » sourceforge » ganttproject » GPView.java
/*
 * Created on 26.05.2005
 */
package net.sourceforge.ganttproject;

/**
 * @author bard
 */
public interface GPView {
    void setVisible(boolean isVisible);

    boolean isVisible();
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.