package edu.cmu.cs.bungee.piccoloUtils.gui; public interface SortButtons { void setOrder(int order, int direction); SortButton[] getSortButtons(); }