com.huguesjohnson.tiamat.tools
Class ThemeEditor

java.lang.Object
  extended bycom.huguesjohnson.tiamat.tools.ThemeEditor
All Implemented Interfaces:
java.lang.Runnable

public class ThemeEditor
extends java.lang.Object
implements java.lang.Runnable

Main class for a Theme editor.

Author:
Hugues Johnson

Constructor Summary
ThemeEditor()
          constructor
 
Method Summary
 void exitHandler()
          exitHandler - override this if creating an instance of ThemeEditor in another class
static void main(java.lang.String[] arguments)
          entry point for program
 void run()
          start the thread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeEditor

public ThemeEditor()
constructor

Method Detail

exitHandler

public void exitHandler()
exitHandler - override this if creating an instance of ThemeEditor in another class


run

public void run()
start the thread

Specified by:
run in interface java.lang.Runnable

main

public static void main(java.lang.String[] arguments)
entry point for program