org.mobicents.slee.container.management.console.client.log
Class LogTreeNode

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.mobicents.slee.container.management.console.client.log.LogTreeNode
All Implemented Interfaces:
com.google.gwt.user.client.EventListener

public class LogTreeNode
extends com.google.gwt.user.client.ui.Composite

This class represents logger or possible logger in some fqdn - org.mobicents (two nodes org and mobicents, both can be logger, or neither) This class displays whather node is logger - allows logger init to default values that loggers take and switching logger of. Also on link click it will display information in BrowseContainer - about logger - level, filter, formatter, handlers...

Author:
baranowb

Field Summary
static java.lang.String _LEVEL_ALL
           
static java.lang.String _LEVEL_CONFIG
           
static java.lang.String _LEVEL_FINE
           
static java.lang.String _LEVEL_FINER
           
static java.lang.String _LEVEL_FINEST
           
static java.lang.String _LEVEL_INFO
           
static java.lang.String _LEVEL_OFF
           
static java.lang.String _LEVEL_SEVERE
           
static java.lang.String _LEVEL_WARNING
           
static java.lang.String[] _LEVELS
           
 
Constructor Summary
LogTreeNode(BrowseContainer parentDisplay, java.lang.String shortName, java.lang.String fullName, boolean isLogger, LogStructureTreePanel logStructureTreePanel)
           
 
Method Summary
 void turnOff()
           
protected  void turnOn()
           
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getElement, getWidget, initWidget, isAttached, onAttach, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
doAttachChildren, doDetachChildren, getParent, onBrowserEvent, onLoad, onUnload, removeFromParent, setElement
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_LEVEL_ALL

public static final java.lang.String _LEVEL_ALL
See Also:
Constant Field Values

_LEVEL_SEVERE

public static final java.lang.String _LEVEL_SEVERE
See Also:
Constant Field Values

_LEVEL_WARNING

public static final java.lang.String _LEVEL_WARNING
See Also:
Constant Field Values

_LEVEL_INFO

public static final java.lang.String _LEVEL_INFO
See Also:
Constant Field Values

_LEVEL_FINE

public static final java.lang.String _LEVEL_FINE
See Also:
Constant Field Values

_LEVEL_FINER

public static final java.lang.String _LEVEL_FINER
See Also:
Constant Field Values

_LEVEL_FINEST

public static final java.lang.String _LEVEL_FINEST
See Also:
Constant Field Values

_LEVEL_CONFIG

public static final java.lang.String _LEVEL_CONFIG
See Also:
Constant Field Values

_LEVEL_OFF

public static final java.lang.String _LEVEL_OFF
See Also:
Constant Field Values

_LEVELS

public static final java.lang.String[] _LEVELS
Constructor Detail

LogTreeNode

public LogTreeNode(BrowseContainer parentDisplay,
                   java.lang.String shortName,
                   java.lang.String fullName,
                   boolean isLogger,
                   LogStructureTreePanel logStructureTreePanel)
Method Detail

turnOff

public void turnOff()

turnOn

protected void turnOn()


Copyright © 2009. All Rights Reserved.