setImageDescriptor(banner);
}
}
public void createControl(Composite parent) {
part = new TunnelDisplayPart(getShell(), cloudServer, null) {
@Override
protected List<IAction> getViewerActions(List<CaldecottTunnelDescriptor> descriptors) {
List<IAction> actions = super.getViewerActions(descriptors);
actions = actions != null ? new ArrayList<IAction>(actions) : new ArrayList<IAction>();