Package com.jidesoft.spring.richclient.perspective

Examples of com.jidesoft.spring.richclient.perspective.Perspective


  @Override
  protected void doExecuteCommand() {
    log.debug( "Execute command" );
    DockingManager manager = ( ( JideApplicationWindow ) getApplicationWindow() ).getDockingManager();
    Perspective perspective = ( ( JideApplicationPage ) getApplicationWindow().getPage() ).getPerspectiveManager().getCurrentPerspective();
    LayoutManager.loadPageLayoutData( manager, getApplicationWindow().getPage().getId(), perspective );
  }
View Full Code Here


  }

  @Override
  protected void doExecuteCommand() {
    DockingManager manager = ( ( JideApplicationWindow ) getApplicationWindow() ).getDockingManager();
    Perspective perspective = ( ( JideApplicationPage ) getApplicationWindow().getPage() ).getPerspectiveManager().getCurrentPerspective();

    LayoutManager.savePageLayoutData( manager, getApplicationWindow().getPage().getId(), perspective.getId() );
    Application.instance().close();
  }
View Full Code Here

TOP

Related Classes of com.jidesoft.spring.richclient.perspective.Perspective

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.