|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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
public class LogTreeNode
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...
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
| 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
|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| 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 |
|---|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addDomHandler, addHandler, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, sinkEvents |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String _LEVEL_ALL
public static final java.lang.String _LEVEL_SEVERE
public static final java.lang.String _LEVEL_WARNING
public static final java.lang.String _LEVEL_INFO
public static final java.lang.String _LEVEL_FINE
public static final java.lang.String _LEVEL_FINER
public static final java.lang.String _LEVEL_FINEST
public static final java.lang.String _LEVEL_CONFIG
public static final java.lang.String _LEVEL_OFF
public static final java.lang.String[] _LEVELS
| Constructor Detail |
|---|
public LogTreeNode(BrowseContainer parentDisplay,
java.lang.String shortName,
java.lang.String fullName,
boolean isLogger,
LogStructureTreePanel logStructureTreePanel)
| Method Detail |
|---|
public void turnOff()
protected void turnOn()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||