Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.webobjects.woextensions
Class WOEventDisplayPage  view WOEventDisplayPage download WOEventDisplayPage.java

java.lang.Object
  extended byWOComponent
      extended bycom.webobjects.woextensions.WOEventPage
          extended bycom.webobjects.woextensions.WOEventDisplayPage

public class WOEventDisplayPage
extends WOEventPage


Field Summary
 int _displayMode
           
protected  _EventComparator _eventAscendingComparator
           
 WOEventDisplayPage _self
           
 NSMutableDictionary cache
           
 EOEvent currentEvent
           
 NSMutableArray eofEvents
           
 NSArray events
           
 NSArray selectionPath
           
 NSMutableArray webEvents
           
 
Fields inherited from class com.webobjects.woextensions.WOEventPage
password, userName
 
Constructor Summary
WOEventDisplayPage(WOContext aContext)
           
 
Method Summary
 void _cacheWebEofEvents()
           
 int aggregateTagForDisplayLevel(int level)
           
 NSArray childrenForEvent(EOEvent event)
           
 NSArray currentEventChildren()
           
 java.lang.String displayComponentName()
           
 int displayLevelForEvent(EOEvent e)
           
 int displayMode()
           
 long durationOfEvent(EOEvent e)
           
 int eofEventCount()
           
 int eofEventDuration()
           
 int eventCount()
           
 NSArray filterEvents(NSArray evs, int level)
           
 int groupTagForDisplayLevel(int level)
           
 boolean isDirectory()
           
 boolean isEmpty()
           
 EOEvent object()
           
 WOComponent refreshLoggingClicked()
           
 WOComponent resetLoggingClicked()
           
 NSArray rootEventList()
           
 void setDisplayMode(java.lang.Object ick)
           
 long topmostDurationValue()
           
 int webEventCount()
           
 int webEventDuration()
           
 
Methods inherited from class com.webobjects.woextensions.WOEventPage
isEventLoggingEnabled, password, submit, userName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentEvent

public EOEvent currentEvent

selectionPath

public NSArray selectionPath

_displayMode

public int _displayMode

events

public NSArray events

cache

public NSMutableDictionary cache

webEvents

public NSMutableArray webEvents

eofEvents

public NSMutableArray eofEvents

_self

public WOEventDisplayPage _self

_eventAscendingComparator

protected _EventComparator _eventAscendingComparator
Constructor Detail

WOEventDisplayPage

public WOEventDisplayPage(WOContext aContext)
Method Detail

displayMode

public int displayMode()

setDisplayMode

public void setDisplayMode(java.lang.Object ick)

displayLevelForEvent

public int displayLevelForEvent(EOEvent e)

filterEvents

public NSArray filterEvents(NSArray evs,
                            int level)

groupTagForDisplayLevel

public int groupTagForDisplayLevel(int level)

aggregateTagForDisplayLevel

public int aggregateTagForDisplayLevel(int level)

rootEventList

public NSArray rootEventList()

object

public EOEvent object()

childrenForEvent

public NSArray childrenForEvent(EOEvent event)

currentEventChildren

public NSArray currentEventChildren()

isDirectory

public boolean isDirectory()

resetLoggingClicked

public WOComponent resetLoggingClicked()

refreshLoggingClicked

public WOComponent refreshLoggingClicked()

displayComponentName

public java.lang.String displayComponentName()

eventCount

public int eventCount()

topmostDurationValue

public long topmostDurationValue()

durationOfEvent

public long durationOfEvent(EOEvent e)

_cacheWebEofEvents

public void _cacheWebEofEvents()

webEventDuration

public int webEventDuration()

eofEventDuration

public int eofEventDuration()

webEventCount

public int webEventCount()

eofEventCount

public int eofEventCount()

isEmpty

public boolean isEmpty()