toxTree.apps
Class CompoundMethodApplication
java.lang.Object
toxTree.apps.AbstractApplication
toxTree.apps.CompoundMethodApplication
- Direct Known Subclasses:
- ToxForestApp, ToxTreeApp
public abstract class CompoundMethodApplication
- extends AbstractApplication
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
splitPanel
protected javax.swing.JSplitPane splitPanel
mainPanel
protected javax.swing.JPanel mainPanel
compoundPanel
protected CompoundPanel compoundPanel
dataModulePanel
protected DataModulePanel dataModulePanel
strucEntryPanel
protected TopPanel strucEntryPanel
fileToOpen
protected java.io.File fileToOpen
CompoundMethodApplication
public CompoundMethodApplication(java.lang.String title,
java.awt.Color bgColor,
java.awt.Color fColor)
createSplitPanel
protected javax.swing.JSplitPane createSplitPanel(int splitDirection)
createStatusBar
protected javax.swing.JPanel createStatusBar()
getTitle
protected abstract java.lang.String getTitle()
createCompoundPanel
protected CompoundPanel createCompoundPanel(DataContainer dataContainer,
java.awt.Color bgColor,
java.awt.Color fColor)
createDataModulePanel
protected abstract DataModulePanel createDataModulePanel(DataModule dataModule)
parseCmdArgs
protected void parseCmdArgs(java.lang.String[] args)
createDataModule
protected DataModule createDataModule()
- Specified by:
createDataModule
in class AbstractApplication
getIcon
protected javax.swing.ImageIcon getIcon()
- Specified by:
getIcon
in class AbstractApplication
Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.