com.huguesjohnson.tiamat.tools
Class AreaEditor

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

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

AreaEditor - main class for an Area editor

Author:
Hugues Johnson

Constructor Summary
AreaEditor()
          constructor
 
Method Summary
 void exitHandler()
          exitHandler - override this if creating an instance of AreaEditor 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

AreaEditor

public AreaEditor()
constructor

Method Detail

exitHandler

public void exitHandler()
exitHandler - override this if creating an instance of AreaEditor 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