public class ArchivingListPart extends java.lang.Object implements IEventListPart
Currently this view is simpler than the EventListPart, without view/context menu nor event details. This means that there is no way to show the values of array type events besides something like "[F@2445d7". Alma is not using this NC monitoring/archiving mechanism any more, so that we are not likely to enhance this view further.
| Constructor and Description |
|---|
ArchivingListPart() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearList()
Currently not called (there is no corresponding menu / command).
|
void |
notifyEventTypeFilterChanged(java.lang.String filterText)
Currently (when porting eventGUI from e3 to e4), there is no filtering
available for the archive list.
|
void |
postConstruct(Composite parent,
IEventBroker eventBroker) |
void |
preDestroy() |
void |
setFocus() |
@PostConstruct
public void postConstruct(Composite parent,
IEventBroker eventBroker)
public void notifyEventTypeFilterChanged(java.lang.String filterText)
notifyEventTypeFilterChanged in interface IEventListPartalma.acs.eventGui2.parts.IEventListPart#notifyEventTypeFilterChange(java.lang.String)public void clearList()
clearList in interface IEventListPartIEventListPart.clearList()public void setFocus()
@PreDestroy public void preDestroy()