Now there plugin updates table dialog. Updated mage-theme-plugin.jar in Mage.Client.

This commit is contained in:
magenoxx 2010-11-16 23:32:51 +00:00
parent 2cb1136a52
commit 9c4fb8ed90
8 changed files with 130 additions and 54 deletions

View file

@ -14,5 +14,5 @@ import net.xeoh.plugins.base.Plugin;
*/
public interface ThemePlugin extends Plugin {
void applyInGame(Map<String, JComponent> ui);
void applyOnTable(Map<String, JComponent> ui);
JComponent updateTable(Map<String, JComponent> ui);
}