org.devaki.nextobjects.ui.main
Class NOLog

java.lang.Object
  extended byorg.devaki.nextobjects.ui.main.NOLog

public final class NOLog
extends java.lang.Object

The bottom panel containing tabbed panes

Author:
Emmanuel Florent

Method Summary
static javax.swing.JTabbedPane getJTabbedPane()
          Return a reference to the tabbed pane
static JTextAreaOutputStream getJTextOutStream()
          Get the JTextAreaOutputStream
static void init()
          Initialize the tabbed pane Set loggin textarea from preferences Prepare the SQL lexer
static void setJTextOutStream(JTextAreaOutputStream stream)
          Set the JTextAreaOutputStream
static void showPane(int i)
          Show a given pane It is called when sql generation started.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showPane

public static void showPane(int i)
Show a given pane It is called when sql generation started.

Parameters:
i - the index

init

public static void init()
Initialize the tabbed pane Set loggin textarea from preferences Prepare the SQL lexer


getJTextOutStream

public static JTextAreaOutputStream getJTextOutStream()
Get the JTextAreaOutputStream

Returns:
the JTextAreaOutputStream

setJTextOutStream

public static void setJTextOutStream(JTextAreaOutputStream stream)
Set the JTextAreaOutputStream

Parameters:
stream - the JTextAreaOutputStream

getJTabbedPane

public static javax.swing.JTabbedPane getJTabbedPane()
Return a reference to the tabbed pane

Returns:
the tabbed pane


Copyright © 2002-2004 devaki.org. All Rights Reserved.