Package hu.u_szeged.nbo.client.ui.components.perspective

Examples of hu.u_szeged.nbo.client.ui.components.perspective.TransportationTaskPerspective


    this.loggerContainer = new Composite(mainContainer, SWT.NONE);
    this.logger = new ClientLoggerComponent(loggerContainer, this);

    this.spPerspective = new ResourceAllocationPerspective(this);
    this.ttPerspective = new TransportationTaskPerspective(this);
    this.settingsPerspective = new SettingsPerspective(this);
   
    this.updateClientPerspective = new UpdateClientPerspective(this);

    if (!new File("lastSession.settings").exists()) {
View Full Code Here

TOP

Related Classes of hu.u_szeged.nbo.client.ui.components.perspective.TransportationTaskPerspective

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.