toxTree.apps
Class AbstractApplication

java.lang.Object
  extended by toxTree.apps.AbstractApplication
Direct Known Subclasses:
CompoundMethodApplication

public abstract class AbstractApplication
extends java.lang.Object


Field Summary
protected static java.lang.String[] cmdArgs
           
protected  DataModule dataModule
           
protected static TTLogger logger
           
protected  javax.swing.JFrame mainFrame
           
 
Constructor Summary
AbstractApplication(java.lang.String title)
           
 
Method Summary
protected  void centerScreen()
           
protected static void createAndShowGUI()
          initLookAndFeel(); JFrame.setDefaultLookAndFeelDecorated(true); new ToxTreeApp(); Create the GUI and show it.
protected abstract  DataModule createDataModule()
           
protected  javax.swing.JMenuBar createMenuBar()
           
protected  void exit()
           
protected abstract  javax.swing.ImageIcon getIcon()
           
protected static void initLookAndFeel()
           
static void main(java.lang.String[] args)
           
 void setEditorFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cmdArgs

protected static java.lang.String[] cmdArgs

logger

protected static TTLogger logger

dataModule

protected DataModule dataModule

mainFrame

protected javax.swing.JFrame mainFrame
Constructor Detail

AbstractApplication

public AbstractApplication(java.lang.String title)
Method Detail

setEditorFactory

public void setEditorFactory()

exit

protected void exit()

initLookAndFeel

protected static void initLookAndFeel()

createAndShowGUI

protected static void createAndShowGUI()
initLookAndFeel(); JFrame.setDefaultLookAndFeelDecorated(true); new ToxTreeApp(); Create the GUI and show it. For thread safety, this method should be invoked from the event-dispatching thread.


createDataModule

protected abstract DataModule createDataModule()

getIcon

protected abstract javax.swing.ImageIcon getIcon()

main

public static void main(java.lang.String[] args)
Parameters:
args -

centerScreen

protected void centerScreen()

createMenuBar

protected javax.swing.JMenuBar createMenuBar()


Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.