toxTree.apps.toxForest
Class ToxForestApp

java.lang.Object
  extended by toxTree.apps.AbstractApplication
      extended by toxTree.apps.CompoundMethodApplication
          extended by toxTree.apps.toxForest.ToxForestApp

public class ToxForestApp
extends CompoundMethodApplication

Toxforest application - multiple decision trees.

Author:
Nina Jeliazkova nina@acad.bg Modified Dec 16, 2006

Field Summary
 
Fields inherited from class toxTree.apps.CompoundMethodApplication
compoundPanel, dataModulePanel, fileToOpen, mainPanel, splitPanel, strucEntryPanel
 
Fields inherited from class toxTree.apps.AbstractApplication
cmdArgs, dataModule, logger, mainFrame
 
Constructor Summary
ToxForestApp()
           
 
Method Summary
protected static void createAndShowGUI()
           
protected  CompoundPanel createCompoundPanel(DataContainer dataContainer, java.awt.Color bgColor, java.awt.Color fColor)
           
protected  DataModule createDataModule()
           
protected  DataModulePanel createDataModulePanel(DataModule dataModule)
           
protected  javax.swing.JSplitPane createSplitPanel(int splitDirection)
           
protected  javax.swing.ImageIcon getIcon()
           
protected  java.lang.String getTitle()
           
static void main(java.lang.String[] args)
           
protected  void parseCmdArgs(java.lang.String[] args)
           
 
Methods inherited from class toxTree.apps.CompoundMethodApplication
createStatusBar
 
Methods inherited from class toxTree.apps.AbstractApplication
centerScreen, createMenuBar, exit, initLookAndFeel, setEditorFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToxForestApp

public ToxForestApp()
Method Detail

main

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

createAndShowGUI

protected static void createAndShowGUI()

parseCmdArgs

protected void parseCmdArgs(java.lang.String[] args)
Overrides:
parseCmdArgs in class CompoundMethodApplication

createDataModule

protected DataModule createDataModule()
Overrides:
createDataModule in class CompoundMethodApplication

getIcon

protected javax.swing.ImageIcon getIcon()
Overrides:
getIcon in class CompoundMethodApplication

getTitle

protected java.lang.String getTitle()
Specified by:
getTitle in class CompoundMethodApplication

createCompoundPanel

protected CompoundPanel createCompoundPanel(DataContainer dataContainer,
                                            java.awt.Color bgColor,
                                            java.awt.Color fColor)
Overrides:
createCompoundPanel in class CompoundMethodApplication

createDataModulePanel

protected DataModulePanel createDataModulePanel(DataModule dataModule)
Specified by:
createDataModulePanel in class CompoundMethodApplication

createSplitPanel

protected javax.swing.JSplitPane createSplitPanel(int splitDirection)
Overrides:
createSplitPanel in class CompoundMethodApplication


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