Uses of Class
peer2me.util.LogElementType

Packages that use LogElementType
peer2me.util   
 

Uses of LogElementType in peer2me.util
 

Methods in peer2me.util that return LogElementType
 LogElementType LogElement.getType()
          Gets the type of log-entry
 

Methods in peer2me.util with parameters of type LogElementType
 void Log.addElement(LogElementType type, java.lang.String text)
          Adds a new entry to the log
 LogElement[] Log.getElements(LogElementType type)
          Gets all the log-entries as an array of LogElements based on the LogEntryType
 javax.microedition.lcdui.List Log.getElementsAsList(LogElementType type)
          Creates a javax.microedition.lcdui.List based on the the given elementtype and elements in the log.
 javax.microedition.lcdui.List Log.getElementsAsList(java.lang.String title, LogElementType type)
          Creates a javax.microedition.lcdui.List based on the the given elementtype and elements in the log.