public abstract class CompoundMethodApplication extends AbstractApplication
| Modifier and Type | Field and Description |
|---|---|
protected CompoundPanel |
compoundPanel |
protected DataModulePanel |
dataModulePanel |
protected File |
fileToOpen |
protected JPanel |
mainPanel |
protected JSplitPane |
splitPanel |
protected TopPanel |
strucEntryPanel |
dataModule, logger, mainFrame, options| Constructor and Description |
|---|
CompoundMethodApplication(String title,
Color bgColor,
Color fColor) |
| Modifier and Type | Method and Description |
|---|---|
protected CompoundPanel |
createCompoundPanel(DataContainer dataContainer,
Color bgColor,
Color fColor) |
protected DataModule |
createDataModule() |
protected abstract DataModulePanel |
createDataModulePanel(DataModule dataModule) |
protected JSplitPane |
createSplitPanel(int splitDirection) |
protected JPanel |
createStatusBar() |
protected ImageIcon |
getIcon() |
protected abstract String |
getTitle() |
protected ToxtreeOptions |
parseCmdArgs(String[] args) |
centerScreen, createAndShowGUI, createMenuBar, exit, initLookAndFeel, main, setEditorFactoryprotected JSplitPane splitPanel
protected JPanel mainPanel
protected CompoundPanel compoundPanel
protected DataModulePanel dataModulePanel
protected TopPanel strucEntryPanel
protected File fileToOpen
protected JSplitPane createSplitPanel(int splitDirection)
protected JPanel createStatusBar()
protected abstract String getTitle()
protected CompoundPanel createCompoundPanel(DataContainer dataContainer, Color bgColor, Color fColor)
protected abstract DataModulePanel createDataModulePanel(DataModule dataModule)
protected ToxtreeOptions parseCmdArgs(String[] args) throws Exception
Exceptionprotected DataModule createDataModule()
createDataModule in class AbstractApplicationprotected ImageIcon getIcon()
getIcon in class AbstractApplicationCopyright © 2004–2018 Ideaconsult Ltd. All rights reserved.