Class ExecutableDisplay
- java.lang.Object
-
- tech.grasshopper.pdf.structure.Display
-
- tech.grasshopper.pdf.section.details.executable.ExecutableDisplay
-
- Direct Known Subclasses:
HookDisplay,StepDisplay
public abstract class ExecutableDisplay extends Display
-
-
Field Summary
Fields Modifier and Type Field Description protected Executableexecutableprotected intsNoprotected org.vandeseer.easytable.structure.Table.TableBuildertableBuilder-
Fields inherited from class tech.grasshopper.pdf.structure.Display
content, CONTENT_END_Y, CONTENT_MARGIN_TOP_Y, CONTENT_START_X, CONTENT_START_Y, DEFAULT_PADDING, destinations, DETAILED_CONTENT_END_Y, displayData, document, HEADER_PAGE_NUMBER_START_X, HEADER_SECTION_DETAILS_START_X, HEADER_START_Y, page, reportConfig, TRIMMED_MESSAGE_START_Y, xlocation, ylocation
-
-
Constructor Summary
Constructors Constructor Description ExecutableDisplay()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voiddisplay()protected voiddisplayLogMessage()protected voiddisplayMedia()protected voiddisplayStackTrace()protected voiddisplaySubTypeDetails()protected abstract ColorexecutableBackgroundColor()abstract StringexecutableName()protected abstract ColorexecutableNameColor()protected abstract StringgetDuration()protected abstract StringgetSerialNumber()protected intgetSubTypeRowSpanCount()abstract intprocessSNo(int serialNum)-
Methods inherited from class tech.grasshopper.pdf.structure.Display
statusColor
-
-
-
-
Field Detail
-
executable
protected Executable executable
-
tableBuilder
protected org.vandeseer.easytable.structure.Table.TableBuilder tableBuilder
-
sNo
protected int sNo
-
-
Method Detail
-
processSNo
public abstract int processSNo(int serialNum)
-
getSerialNumber
protected abstract String getSerialNumber()
-
getDuration
protected abstract String getDuration()
-
executableName
public abstract String executableName()
-
executableNameColor
protected abstract Color executableNameColor()
-
executableBackgroundColor
protected abstract Color executableBackgroundColor()
-
getSubTypeRowSpanCount
protected int getSubTypeRowSpanCount()
-
displaySubTypeDetails
protected void displaySubTypeDetails()
-
displayLogMessage
protected void displayLogMessage()
-
displayStackTrace
protected void displayStackTrace()
-
displayMedia
protected void displayMedia()
-
-