Package org.spoutcraft.client.gui.database

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


    //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");
    buttonMainMenu = new GenericButton("Main Menu");
    buttonFavorites = new GenericButton("Favorites");
View Full Code Here

TOP

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

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.