|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.log4j.AppenderSkeleton
org.apache.log4j.varia.ListModelAppender
public final class ListModelAppender
A very basic appender that takes the events and stores them in to a ListModel for late retrieval.
| フィールドの概要 |
|---|
| クラス org.apache.log4j.AppenderSkeleton から継承されたフィールド |
|---|
closed, errorHandler, headFilter, layout, name, tailFilter, threshold |
| コンストラクタの概要 | |
|---|---|
ListModelAppender()
Constructs a ListModelAppender. |
|
| メソッドの概要 | |
|---|---|
protected void |
append(org.apache.log4j.spi.LoggingEvent event)
|
void |
clearModel()
Removes all the Events from the model. |
void |
close()
|
javax.swing.ListModel |
getModel()
Returns a reference to the ListModel that contains all the LoggingEvents that have been appended to this class. |
boolean |
requiresLayout()
|
| クラス org.apache.log4j.AppenderSkeleton から継承されたメソッド |
|---|
activateOptions, addFilter, clearFilters, doAppend, finalize, getErrorHandler, getFilter, getFirstFilter, getLayout, getName, getThreshold, isAsSevereAsThreshold, setErrorHandler, setLayout, setName, setThreshold |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ListModelAppender()
| メソッドの詳細 |
|---|
public javax.swing.ListModel getModel()
protected void append(org.apache.log4j.spi.LoggingEvent event)
org.apache.log4j.AppenderSkeleton 内の appendpublic void close()
public void clearModel()
public boolean requiresLayout()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||