org.mobicents.slee.container.management.console.client.log
Class LogTreeNode
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
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
| 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 |
_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
LogTreeNode
public LogTreeNode(BrowseContainer parentDisplay,
java.lang.String shortName,
java.lang.String fullName,
boolean isLogger,
LogStructureTreePanel logStructureTreePanel)
turnOff
public void turnOff()
turnOn
protected void turnOn()
Copyright © 2008. All Rights Reserved.