Uses of Class
peer2me.log.LogElement

Packages that use LogElement
peer2me.log   
 

Uses of LogElement in peer2me.log
 

Methods in peer2me.log that return LogElement
 LogElement Log.getElementAt(int index)
          Gets a log-entry at the specified index.
 LogElement[] Log.getElements()
          Gets all the log-entries as an array of LogElement
 LogElement[] Log.getElements(LogElementType type)
          Gets all the log-entries as an array of LogElement based on the LogElementType
 LogElement Log.getFirstElement()
          Gets the first element added to the log.
 LogElement Log.getLastElement()
          Gets the last element added to the log.
 LogElement Log.getNextElement()
          Gets the next LogElement from the log.
 LogElement Log.getPreviousElement()
          Gets the previous LogElement from the log.