Interface ProMTraceView.Trace<T extends ProMTraceView.Event>
-
- All Superinterfaces:
java.lang.Iterable<T>
- All Known Implementing Classes:
ProMTraceView.AbstractTrace,ProMTraceView.DefaultTrace
- Enclosing class:
- ProMTraceView
public static interface ProMTraceView.Trace<T extends ProMTraceView.Event> extends java.lang.Iterable<T>A Trace is just a sequence of events.- Author:
- F. Mannhardt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetInfo()java.awt.ColorgetInfoColor()java.lang.StringgetName()java.awt.ColorgetNameColor()
-
-
-
Method Detail
-
getName
java.lang.String getName()
- Returns:
- name of the trace that is displayed in front of it
-
getNameColor
java.awt.Color getNameColor()
- Returns:
- the text color of the name label
-
getInfo
java.lang.String getInfo()
- Returns:
- extra information about the trace that is displayed below the name
-
getInfoColor
java.awt.Color getInfoColor()
- Returns:
- the text color of the info label
-
-