Package com.illumon.iris.console.events
Class DbConsoleLogPanel
java.lang.Object
com.illumon.iris.console.events.DbConsoleLogPanel
- All Implemented Interfaces:
ViewIdProvider
,Workspace
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
static class
The workspace setting happens from the main thread, but we get the filter data from the log record processing thread. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.jdom2.Element
Serialize the class into an element to be stored in the workspacevoid
setWorkspaceInfo
(org.jdom2.Element workspaceInfo) Restore the class to the state defined by the data persisted in workspaceInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.illumon.iris.gui.workspace.Workspace
isGlobalSetting
-
Field Details
-
NODE_NAME
- See Also:
-
ATTR_HISTORY_SIZE
- See Also:
-
ATTR_REGEX
- See Also:
-
ATTR_LEVELS
- See Also:
-
ATTR_DISPLAY_METHOD
- See Also:
-
ATTR_INCLUDE_TIMESTAMPS
- See Also:
-
ATTR_INCLUDE_LOG_LEVEL
- See Also:
-
ATTR_DATE_FORMAT
- See Also:
-
-
Method Details
-
getMainPanel
-
$$$getRootComponent$$$
- Noinspection:
- ALL
-
getWorkspaceInfo
public org.jdom2.Element getWorkspaceInfo()Description copied from interface:Workspace
Serialize the class into an element to be stored in the workspace- Specified by:
getWorkspaceInfo
in interfaceWorkspace
- Returns:
- An
Element
containing the data to persist.
-
setWorkspaceInfo
public void setWorkspaceInfo(org.jdom2.Element workspaceInfo) Description copied from interface:Workspace
Restore the class to the state defined by the data persisted in workspaceInfo- Specified by:
setWorkspaceInfo
in interfaceWorkspace
- Parameters:
workspaceInfo
- AnElement
containing the persisted state.
-
getViewId
- Specified by:
getViewId
in interfaceViewIdProvider
-