|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomReportDetailsPage
Interface for custom report details pages for specific Report
s.
Nested Class Summary | |
---|---|
static class |
CustomReportDetailsPage.MessageType
Enum constants indicating the type of Message . |
Method Summary | |
---|---|
org.eclipse.swt.widgets.Control |
createControls(org.eclipse.swt.widgets.Composite parent)
Create the custom controls for the details page. |
void |
dispose()
Dispose resources. |
void |
setInput(Collection<? extends Message> messages,
CustomReportDetailsPage.MessageType type)
Set the input messages for the details page to messages. |
Method Detail |
---|
org.eclipse.swt.widgets.Control createControls(org.eclipse.swt.widgets.Composite parent)
parent
- the parent composite for the page
void setInput(Collection<? extends Message> messages, CustomReportDetailsPage.MessageType type)
messages
- the messages to showtype
- the type of messagesvoid dispose()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |