org.xins.common.servlet.container
Class ConsoleGUI
java.lang.Object
org.xins.common.servlet.container.ConsoleGUI
- public class ConsoleGUI
- extends Object
Graphical user interface for the Servlet container.
This class may move to another package.
- Since:
- XINS 2.1
- Version:
- $Revision: 1.9 $ $Date: 2007/09/18 08:45:08 $
- Author:
- Anthony Goubard
Constructor Summary |
ConsoleGUI(JFrame mainFrame,
org.xins.common.servlet.container.CommandLineArguments cmdArgs)
Constructs a new ConsoleGUI . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleGUI
public ConsoleGUI(JFrame mainFrame,
org.xins.common.servlet.container.CommandLineArguments cmdArgs)
- Constructs a new
ConsoleGUI
.
- Parameters:
mainFrame
- the main frame or null
if no frame is available.cmdArgs
- the command line arguments, cannot be null
.
initUI
protected void initUI(JFrame mainFrame,
org.xins.common.servlet.container.CommandLineArguments cmdArgs)
- Creates the user interface.
This method also creates the actions available in the menu.
- Parameters:
mainFrame
- the main frame or null
if no frame is available.cmdArgs
- the command line arguments, cannot be null
.
initData
protected void initData()
getMainPanel
public JPanel getMainPanel()
getMenuBar
public JMenuBar getMenuBar()
getLogLevel
protected int getLogLevel(String text)
See http://www.xins.org/.