Package crazypants.enderio.conduit.gui

Examples of crazypants.enderio.conduit.gui.FilterChangeListener


    priDownB = new IconButtonEIO(gui, ID_PRIORITY_DOWN, x, y, IconEIO.MINUS_BUT);
    priDownB.setSize(8, 8);

    priorityTooltip = new GuiToolTip(new Rectangle(priLeft + 9, y, priWidth, 20), Lang.localize("gui.conduit.item.priority"));

    gui.getContainer().addFilterListener(new FilterChangeListener() {

      @Override
      public void onFilterChanged() {
        filtersChanged();
      }
View Full Code Here

TOP

Related Classes of crazypants.enderio.conduit.gui.FilterChangeListener

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.