forked from External/mage
Updated Theme plugin interface and implementation (still in progress).
This commit is contained in:
parent
a731fba667
commit
2cb1136a52
5 changed files with 48 additions and 32 deletions
|
|
@ -13,5 +13,6 @@ import net.xeoh.plugins.base.Plugin;
|
|||
* @author nantuko
|
||||
*/
|
||||
public interface ThemePlugin extends Plugin {
|
||||
void apply(Map<String, JComponent> ui);
|
||||
void applyInGame(Map<String, JComponent> ui);
|
||||
void applyOnTable(Map<String, JComponent> ui);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue