public class EventHistoryView extends AbstractAlarmsEventsView
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID |
| Constructor and Description |
|---|
EventHistoryView() |
| Modifier and Type | Method and Description |
|---|---|
void |
createPartControl(Composite parent)
This is a callback that will allow us to create the viewer and initialize
it.
|
protected java.lang.String |
createStatusLabel() |
protected Realm |
getRealm() |
void |
init(IViewSite site,
IMemento memento) |
protected void |
onConnect()
onConnect is only called if connection is actually there
|
protected void |
onDisconnect()
onDisonnect is only called if connection is not there or no connection is
found at all
it also maybe called multiple times
|
void |
saveState(IMemento memento) |
protected void |
setConfiguration(EventHistoryViewConfiguration cfg) |
void |
setFocus()
Passing the focus request to the viewer's control.
|
protected void |
updateStatusBar() |
protected void |
watchMonitors(java.lang.String monitorsId) |
protected void |
watchPool(java.lang.String poolId) |
addSelectionListener, createCommentAction, dispose, getConnection, getConnectionService, getConnectionUri, getContentPane, getLabelForConnection, getStateLabel, isConnected, makeStringFromConnection, removeSelectionListener, scheduleJob, setConnectionId, setConnectionUri, setSelectionpublic static final java.lang.String ID
public void createPartControl(Composite parent)
createPartControl in class AbstractAlarmsEventsViewprotected void setConfiguration(EventHistoryViewConfiguration cfg) throws java.lang.Exception
java.lang.Exceptionpublic void setFocus()
protected Realm getRealm()
getRealm in class AbstractAlarmsEventsViewprotected void onConnect()
AbstractAlarmsEventsViewonConnect in class AbstractAlarmsEventsViewprotected void onDisconnect()
AbstractAlarmsEventsViewonDisconnect in class AbstractAlarmsEventsViewprotected void updateStatusBar()
updateStatusBar in class AbstractAlarmsEventsViewprotected java.lang.String createStatusLabel()
protected void watchPool(java.lang.String poolId)
watchPool in class AbstractAlarmsEventsViewprotected void watchMonitors(java.lang.String monitorsId)
watchMonitors in class AbstractAlarmsEventsViewpublic void init(IViewSite site,
IMemento memento)
throws PartInitException
init in class AbstractAlarmsEventsViewPartInitExceptionpublic void saveState(IMemento memento)
saveState in class AbstractAlarmsEventsView
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0