Package hu.u_szeged.nbo.client.ui.event.action

Examples of hu.u_szeged.nbo.client.ui.event.action.AboutApplicationAction


    this.openProblemAct = new OpenProblemFileAction(this.mainWindow);
    this.saveProblemAct = new SaveProblemSolutionAction(this.mainWindow);
    this.closeFileAct = new CloseFileAction(this.mainWindow);
    this.exitAppAct = new ExitApplicationAction(this.mainWindow);
    this.solveProblemAct = new SolveSelectionAction(this.mainWindow);
    this.aboutAppAct = new AboutApplicationAction(this.mainWindow);
    this.settingsAct = new SettingsAction(this.mainWindow);
    this.clearProblemAct = new ClearStopProblemAction(this.mainWindow);
    this.updatesAct = new UpdatesAction(this.mainWindow);
    this.refreshTTasksAct = new RefreshTransportationTasksAction(this.mainWindow);
  }
View Full Code Here

TOP

Related Classes of hu.u_szeged.nbo.client.ui.event.action.AboutApplicationAction

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.