story.dbcore.gui
Class ShellComponent

java.lang.Object
  extended by story.dbcore.gui.ShellComponent
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ShellComponent
extends java.lang.Object
implements java.awt.event.ActionListener

Creates a box for executing shell commands


Constructor Summary
ShellComponent(DBCoreInterface dbci, DetailBox detail, Forest forest, javax.swing.JFrame frame, CoreBrowser parentBrowser, javax.swing.JSplitPane splitPane)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 void execute(java.lang.String command)
           
 javax.swing.JPanel getPanel()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellComponent

public ShellComponent(DBCoreInterface dbci,
                      DetailBox detail,
                      Forest forest,
                      javax.swing.JFrame frame,
                      CoreBrowser parentBrowser,
                      javax.swing.JSplitPane splitPane)
               throws Scheherexception
Throws:
Scheherexception
Method Detail

getPanel

public javax.swing.JPanel getPanel()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

execute

public void execute(java.lang.String command)


Copyright © 2011 David K. Elson. All Rights Reserved.