Package org.spoutcraft.client.gui.database

Examples of org.spoutcraft.client.gui.database.FilterButton


    byName = new SortButton("Name", "sortBy=name", model);
    byFreeSlots = new SortButton("Free Slots", "sortBy=freeslots", false, model);
    byPlayers = new SortButton("Players Online", "sortBy=players", false, model);
    //byPing = new SortButton("Ping", "sortBy=ping", model);
    random = new RandomButton(model);
    hasPlayers = new FilterButton("Has Players", "hasplayers", model);
    notFull = new FilterButton("Not Full", "notfull", model);
    accessType = new AccessTypeFilter(model);
    search = new SearchField(model);
    buttonCountry = new CountryButton();
    view = new GenericListView(model);
    buttonJoin = new GenericButton("Join Server");
View Full Code Here

TOP

Related Classes of org.spoutcraft.client.gui.database.FilterButton

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.