Package com.projity.pm.graphic.frames.workspace

Examples of com.projity.pm.graphic.frames.workspace.FrameManager.update()


  void refreshSaveStatus(boolean isSaving) {
    getMenuManager().setActionEnabled(ACTION_SAVE_PROJECT,currentFrame != null && !isSaving && currentFrame.getProject().needsSaving());
    setTitle(isSaving);

    FrameManager dm=getFrameManager();
    if (dm!=null) dm.update(); //update project combo
  }

  /* (non-Javadoc)
   * @see com.projity.document.ObjectEvent.Listener#objectChanged(com.projity.document.ObjectEvent)
   */
 
View Full Code Here


  void refreshSaveStatus(boolean isSaving) {
    getMenuManager().setActionEnabled(ACTION_SAVE_PROJECT,currentFrame != null && !isSaving && currentFrame.getProject().needsSaving());
    setTitle(isSaving);

    FrameManager dm=getFrameManager();
    if (dm!=null) dm.update(); //update project combo
  }

  /* (non-Javadoc)
   * @see com.projity.document.ObjectEvent.Listener#objectChanged(com.projity.document.ObjectEvent)
   */
 
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.