net.sf.panoptes.module.log4j
Class LoggerConsole

java.lang.Object
  |
  +--org.eclipse.swt.widgets.Widget
        |
        +--org.eclipse.swt.widgets.Control
              |
              +--org.eclipse.swt.widgets.Scrollable
                    |
                    +--org.eclipse.swt.widgets.Composite
                          |
                          +--net.sf.panoptes.view.configurator.NodeConfigurator
                                |
                                +--net.sf.panoptes.module.log4j.LoggerConsole
All Implemented Interfaces:
org.eclipse.swt.graphics.Drawable, NodeUpdateListener

public class LoggerConsole
extends NodeConfigurator

NodeConfigurator for LoggerComponents. Displays log events i an console-like view.

Version:
0.1
Author:
Dag Liodden

Field Summary
 
Fields inherited from class org.eclipse.swt.widgets.Control
handle
 
Constructor Summary
LoggerConsole(MainController controller, org.eclipse.swt.widgets.Composite parent, int style, java.util.HashMap attributes)
          Constructor for LoggerTable.
 
Method Summary
 LoggerComponent getLoggerLocation()
          Method getLoggerLocation.
 void nodeUpdated(NodeUpdateEvent event)
           
 void refresh()
           
 void setLocation(LoggerComponent location)
          Method setLocation.
 void setNode(Node component)
           
 
Methods inherited from class net.sf.panoptes.view.configurator.NodeConfigurator
getAttribute, getController
 
Methods inherited from class org.eclipse.swt.widgets.Composite
checkSubclass, computeSize, getChildren, getLayout, getTabList, layout, layout, setFocus, setLayout, setTabList
 
Methods inherited from class org.eclipse.swt.widgets.Scrollable
computeTrim, getClientArea, getHorizontalBar, getVerticalBar
 
Methods inherited from class org.eclipse.swt.widgets.Control
addControlListener, addFocusListener, addHelpListener, addKeyListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addPaintListener, addTraverseListener, computeSize, forceFocus, getAccessible, getBackground, getBorderWidth, getBounds, getDisplay, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getParent, getShell, getSize, getToolTipText, getVisible, internal_dispose_GC, internal_new_GC, isDisposed, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, redraw, redraw, removeControlListener, removeFocusListener, removeHelpListener, removeKeyListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removePaintListener, removeTraverseListener, setBackground, setBounds, setBounds, setCapture, setCursor, setEnabled, setFont, setForeground, setLayoutData, setLocation, setLocation, setMenu, setParent, setRedraw, setSize, setSize, setToolTipText, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, update
 
Methods inherited from class org.eclipse.swt.widgets.Widget
addDisposeListener, addListener, checkWidget, dispose, getData, getData, getStyle, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, setData, setData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoggerConsole

public LoggerConsole(MainController controller,
                     org.eclipse.swt.widgets.Composite parent,
                     int style,
                     java.util.HashMap attributes)
Constructor for LoggerTable.

Parameters:
parent -
style -
Method Detail

refresh

public void refresh()
Specified by:
refresh in class NodeConfigurator

setLocation

public void setLocation(LoggerComponent location)
Method setLocation.

Parameters:
location -

setNode

public void setNode(Node component)
Specified by:
setNode in class NodeConfigurator

getLoggerLocation

public LoggerComponent getLoggerLocation()
Method getLoggerLocation.


nodeUpdated

public void nodeUpdated(NodeUpdateEvent event)


Copyright © 2003 . All Rights Reserved.