Examples of canScrollToTask()


Examples of com.projity.pm.graphic.views.BaseView.canScrollToTask()

    BaseView view=null;
    DocumentFrame frame=getCurrentFrame();
    if (frame!=null){
      view=(BaseView)frame.getMainView().getTopComponent();
    }
    getMenuManager().setActionEnabled(ACTION_SCROLL_TO_TASK,isHasStartAndEnd&&view.canScrollToTask());

    if (currentFrame != null) {
      currentFrame.refreshUndoButtons();
      //refreshSaveStatus(false);
    }
View Full Code Here

Examples of com.projity.pm.graphic.views.BaseView.canScrollToTask()

    BaseView view=null;
    DocumentFrame frame=getCurrentFrame();
    if (frame!=null){
      view=(BaseView)frame.getMainView().getTopComponent();
    }
    getMenuManager().setActionEnabled(ACTION_SCROLL_TO_TASK,isHasStartAndEnd&&view.canScrollToTask());

    if (currentFrame != null) {
      currentFrame.refreshUndoButtons();
      //refreshSaveStatus(false);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.