java.lang.Object | ||
↳ | javax.swing.tree.DefaultTreeModel | |
↳ | org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerModel |
CategoryExplorerModel
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
_event | |||||||||||
_listener | |||||||||||
_renderFatal |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Method altered by Richard Hurst such that it returns the CategoryNode corresponding to the CategoryPath | |||||||||||
returns null if no CategoryNode exists.
| |||||||||||
Returns the CategoryPath to the specified CategoryNode | |||||||||||
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Fires a nodechanged event on the SwingThread.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Method altered by Richard Hurst such that it returns the CategoryNode corresponding to the CategoryPath
path | category path. |
---|
Returns the CategoryPath to the specified CategoryNode
node | The target CategoryNode |
---|