1 package net.suberic.util.gui; 2 import java.util.Hashtable ; 3 import net.suberic.util.VariableBundle; 4 import javax.swing.Action ; 5 6 34 35 public interface ConfigurableUI { 36 37 41 public void configureComponent(String ID, VariableBundle vars); 42 43 49 50 public void setActive(Hashtable commands); 51 52 56 57 public void setActive(Action [] newActions); 58 } 59 60 | Popular Tags |