Package de.justi.yagw2api.explorer.model

Examples of de.justi.yagw2api.explorer.model.APIStatusTableModel


    this.greenMapModel = new MapObjectivesTableModel();
    this.blueMapModel = new MapObjectivesTableModel();
    this.redMapModel = new MapObjectivesTableModel();
    this.allMapsModel = new MapObjectivesTableModel();
    this.matchDetailsTableModel = new MatchDetailsTableModel();
    this.apiStatusTableModel = new APIStatusTableModel(YAGW2APIGW2Stats.INSTANCE.getGW2StatsService());
    this.mumbleLinkTableModel = new MumbleLinkTableModel(YAGW2APIMumbleLink.INSTANCE.getMumbleLink());

    this.getContentPanel().add(this.builtMainMenuBar(), BorderLayout.NORTH);

    this.toolWindowManager = new MyDoggyToolWindowManager();
View Full Code Here

TOP

Related Classes of de.justi.yagw2api.explorer.model.APIStatusTableModel

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.